<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-22T23:49:24.914387" 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-08-22T23:49:25.553743" 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-08-22T23:49:25.553283" elapsed="0.000502"/>
</kw>
<kw name="Set_User_Configurable_Variable_Default" owner="Utils">
<kw name="Get Variable Value" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.566168" 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-08-22T23:49:25.562008" elapsed="0.004193"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.566807" 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-08-22T23:49:25.566393" elapsed="0.000480"/>
</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-08-22T23:49:25.561642" elapsed="0.005300"/>
</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-08-22T23:49:25.571923" 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-08-22T23:49:25.567799" elapsed="0.004174"/>
</kw>
<doc>Set suite to not fail fast.</doc>
<status status="PASS" start="2026-08-22T23:49:25.567556" elapsed="0.004484"/>
</kw>
<kw name="Setup_Karaf_Keywords" owner="KarafKeywords">
<kw name="ClusterManagement_Setup" owner="ClusterManagement">
<kw name="Get Variable Value" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.577311" 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-08-22T23:49:25.573455" elapsed="0.003886"/>
</kw>
<if>
<branch type="IF" condition="${already_done}">
<return>
<status status="NOT RUN" start="2026-08-22T23:49:25.577559" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:25.577440" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:25.577412" elapsed="0.000232"/>
</if>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.578192" 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-08-22T23:49:25.577803" elapsed="0.000436"/>
</kw>
<kw name="Get Variable Value" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.578731" level="INFO">${cluster_size} = 3</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-08-22T23:49:25.578408" elapsed="0.000350"/>
</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-08-22T23:49:25.579301" elapsed="0.000288"/>
</kw>
<msg time="2026-08-22T23:49:25.579698" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:25.579749" level="INFO">${possibly_int_of_members} = 3</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-08-22T23:49:25.578947" elapsed="0.000826"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.580339" level="INFO">${int_of_members} = 3</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-08-22T23:49:25.579959" elapsed="0.000407"/>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" owner="ClusterManagement">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.581906" level="INFO">@{member_index_list} = [ ]</msg>
<var>@{member_index_list}</var>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:25.581611" elapsed="0.000323"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.582347" level="INFO">@{session_list} = [ ]</msg>
<var>@{session_list}</var>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:25.582085" elapsed="0.000289"/>
</kw>
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.582885" 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-08-22T23:49:25.582530" elapsed="0.000384"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="ClusterManagement__Include_Member_Index" owner="ClusterManagement">
<kw name="Append To List" owner="Collections">
<arg>${member_index_list}</arg>
<arg>${index}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.586120" elapsed="0.000234"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.586863" level="INFO">${member_ip} = 10.30.171.24</msg>
<var>${member_ip}</var>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:25.586514" elapsed="0.000377"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.587043" elapsed="0.000280"/>
</kw>
<kw name="Resolve_Http_Session_For_Member" owner="ClusterManagement">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.588142" level="INFO">${session} = ClusterManagement__session_1</msg>
<var>${session}</var>
<arg>ClusterManagement__session_${member_index}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:25.587836" elapsed="0.000333"/>
</kw>
<return>
<value>${session}</value>
<status status="PASS" start="2026-08-22T23:49:25.588216" elapsed="0.000041"/>
</return>
<msg time="2026-08-22T23:49:25.588386" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<var>${session_alias}</var>
<arg>member_index=${index}</arg>
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<status status="PASS" start="2026-08-22T23:49:25.587518" elapsed="0.000946"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:25.589178" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://10.30.171.24:8181, headers={},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7d7aef0f5e50&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-08-22T23:49:25.588714" elapsed="0.000617"/>
</kw>
<kw name="Append To List" owner="Collections">
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.589498" elapsed="0.000201"/>
</kw>
<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="PASS" start="2026-08-22T23:49:25.585440" elapsed="0.004321"/>
</kw>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:25.585237" elapsed="0.004568"/>
</iter>
<iter>
<kw name="ClusterManagement__Include_Member_Index" owner="ClusterManagement">
<kw name="Append To List" owner="Collections">
<arg>${member_index_list}</arg>
<arg>${index}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.590779" elapsed="0.000207"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.591469" level="INFO">${member_ip} = 10.30.170.104</msg>
<var>${member_ip}</var>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:25.591144" elapsed="0.000352"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.591646" elapsed="0.000237"/>
</kw>
<kw name="Resolve_Http_Session_For_Member" owner="ClusterManagement">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.592713" level="INFO">${session} = ClusterManagement__session_2</msg>
<var>${session}</var>
<arg>ClusterManagement__session_${member_index}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:25.592367" elapsed="0.000376"/>
</kw>
<return>
<value>${session}</value>
<status status="PASS" start="2026-08-22T23:49:25.592794" elapsed="0.000048"/>
</return>
<msg time="2026-08-22T23:49:25.592971" level="INFO">${session_alias} = ClusterManagement__session_2</msg>
<var>${session_alias}</var>
<arg>member_index=${index}</arg>
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<status status="PASS" start="2026-08-22T23:49:25.592076" elapsed="0.000920"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:25.593561" level="INFO">Creating Session using : alias=ClusterManagement__session_2, url=http://10.30.170.104:8181, headers={},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7d7aecd208d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-08-22T23:49:25.593150" elapsed="0.000523"/>
</kw>
<kw name="Append To List" owner="Collections">
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.593848" elapsed="0.000194"/>
</kw>
<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="PASS" start="2026-08-22T23:49:25.590219" elapsed="0.003883"/>
</kw>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:25.589912" elapsed="0.004233"/>
</iter>
<iter>
<kw name="ClusterManagement__Include_Member_Index" owner="ClusterManagement">
<kw name="Append To List" owner="Collections">
<arg>${member_index_list}</arg>
<arg>${index}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.594984" elapsed="0.000188"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.595654" level="INFO">${member_ip} = 10.30.170.135</msg>
<var>${member_ip}</var>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:25.595325" elapsed="0.000356"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.595845" elapsed="0.000221"/>
</kw>
<kw name="Resolve_Http_Session_For_Member" owner="ClusterManagement">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.596892" level="INFO">${session} = ClusterManagement__session_3</msg>
<var>${session}</var>
<arg>ClusterManagement__session_${member_index}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:25.596551" elapsed="0.000367"/>
</kw>
<return>
<value>${session}</value>
<status status="PASS" start="2026-08-22T23:49:25.596965" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:25.597118" level="INFO">${session_alias} = ClusterManagement__session_3</msg>
<var>${session_alias}</var>
<arg>member_index=${index}</arg>
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<status status="PASS" start="2026-08-22T23:49:25.596256" elapsed="0.000887"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:25.597714" level="INFO">Creating Session using : alias=ClusterManagement__session_3, url=http://10.30.170.135:8181, headers={},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7d7aecd3e4d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-08-22T23:49:25.597293" elapsed="0.000555"/>
</kw>
<kw name="Append To List" owner="Collections">
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.598010" elapsed="0.000195"/>
</kw>
<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="PASS" start="2026-08-22T23:49:25.594413" elapsed="0.003852"/>
</kw>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:25.594233" elapsed="0.004109"/>
</iter>
<var>${index}</var>
<value>1</value>
<value>${int_of_members+1}</value>
<status status="PASS" start="2026-08-22T23:49:25.582977" elapsed="0.015399"/>
</for>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.598963" level="INFO">${ClusterManagement__member_index_list} = [1, 2, 3]</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-08-22T23:49:25.598540" elapsed="0.000467"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.599574" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: '10.30.171.24', 2: '10.30.170.104', 3: '10.30.170.135'}</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-08-22T23:49:25.599169" elapsed="0.000448"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.600188" level="INFO">${ClusterManagement__session_list} = ['ClusterManagement__session_1', 'ClusterManagement__session_2', 'ClusterManagement__session_3']</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-08-22T23:49:25.599778" elapsed="0.000454"/>
</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-08-22T23:49:25.581143" elapsed="0.019146"/>
</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-08-22T23:49:25.573093" elapsed="0.027251"/>
</kw>
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:25.600545" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:25.600413" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:25.600392" elapsed="0.000221"/>
</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-08-22T23:49:25.603859" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:25.603461" elapsed="0.000427"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.604353" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:25.604052" elapsed="0.000327"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:25.604425" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:25.604579" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:25.603140" elapsed="0.001464"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run_Bash_Command_On_Member" owner="ClusterManagement">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:25.605617" level="INFO">${member_ip} = 10.30.171.24</msg>
<var>${member_ip}</var>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.605354" elapsed="0.000289"/>
</kw>
<kw name="Run_Keyword_Preserve_Connection" owner="SSHKeywords">
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:25.606477" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:25.606586" level="INFO">${current_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_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:25.606297" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Controller" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:25.610565" elapsed="0.000069"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:25.609331" elapsed="0.001384"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:25.609310" elapsed="0.001486"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:25.611175" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:25.611001" elapsed="0.000506"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.612512" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "10.30.171.24" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:25.611769" elapsed="0.000809"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:25.613617" level="INFO">${conn_id} = 1</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:25.612883" elapsed="0.000845"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T23:49:25.616023" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:25.616204" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:25.615517" elapsed="0.000732"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:25.617011" elapsed="0.000469"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:25.619107" level="INFO">Logging into '10.30.171.24:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:25.986413" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:21 UTC 2026

  System load:  0.48               Processes:             127
  Usage of /:   13.8% of 77.35GB   Users logged in:       0
  Memory usage: 6%                 IPv4 address for ens3: 10.30.171.24
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-49281-201-0-builder-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:25.618769" elapsed="0.367731"/>
</kw>
<msg time="2026-08-22T23:49:25.986602" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:25.618315" elapsed="0.368387"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T23:49:25.614316" elapsed="0.372491"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:25.987519" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg time="2026-08-22T23:49:26.000479" level="INFO">Command exited with return code 4.</msg>
<msg time="2026-08-22T23:49:26.000721" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T23:49:26.000903" level="INFO">${stderr} = iptables v1.8.7 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables-save v1.8.7 (nf_tables): Could not fetch rule set generation id: Permission ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:25.987176" elapsed="0.013848"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.001933" elapsed="0.000788"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.005353" level="INFO">iptables v1.8.7 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables-save v1.8.7 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root)</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.003979" elapsed="0.001518"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T23:49:26.006493" elapsed="0.000074"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:26.005965" elapsed="0.000729"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.005905" elapsed="0.001100"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-08-22T23:49:26.007709" elapsed="0.000101"/>
</return>
<status status="PASS" start="2026-08-22T23:49:26.007231" elapsed="0.000751"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.007189" elapsed="0.000969"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T23:49:26.008320" elapsed="0.000043"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.013731" elapsed="0.000625"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.015353" elapsed="0.000544"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.016861" elapsed="0.000368"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:26.009127" elapsed="0.008174"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T23:49:25.608439" elapsed="0.409080"/>
</kw>
<msg time="2026-08-22T23:49:26.017576" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:25.607769" elapsed="0.409863"/>
</kw>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-08-22T23:49:25.607293" elapsed="0.410418"/>
</kw>
<msg time="2026-08-22T23:49:26.017752" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:25.606766" elapsed="0.411037"/>
</kw>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.020557" elapsed="0.000369"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.021092" elapsed="0.000151"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.021392" elapsed="0.000098"/>
</kw>
<arg>${current_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:26.018124" elapsed="0.003417"/>
</kw>
<msg time="2026-08-22T23:49:26.021630" level="INFO">${output} = </msg>
<var>${output}</var>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.
Note that in order to avoid "got positional argument after named arguments", it is safer to use positional (not named) arguments on call.</doc>
<status status="PASS" start="2026-08-22T23:49:25.605873" elapsed="0.415782"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.022103" level="INFO"/>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.021852" elapsed="0.000292"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:26.022187" elapsed="0.000029"/>
</return>
<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="PASS" start="2026-08-22T23:49:25.605002" elapsed="0.417309"/>
</kw>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:25.604810" elapsed="0.417537"/>
</iter>
<iter>
<kw name="Run_Bash_Command_On_Member" owner="ClusterManagement">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:26.023436" level="INFO">${member_ip} = 10.30.170.104</msg>
<var>${member_ip}</var>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.023168" elapsed="0.000295"/>
</kw>
<kw name="Run_Keyword_Preserve_Connection" owner="SSHKeywords">
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.024183" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:26.024292" level="INFO">${current_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_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.024045" elapsed="0.000273"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Controller" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:26.027814" elapsed="0.000084"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:26.026999" elapsed="0.000978"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.026978" elapsed="0.001078"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.028426" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.028247" elapsed="0.000512"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.029739" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "10.30.170.104" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.029029" elapsed="0.000774"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.030811" level="INFO">${conn_id} = 4</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.030084" elapsed="0.000865"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.033024" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:26.033203" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:26.032598" elapsed="0.000648"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.033970" elapsed="0.000623"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.036252" level="INFO">Logging into '10.30.170.104:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:26.453605" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:22 UTC 2026

  System load:  0.64               Processes:             128
  Usage of /:   13.8% of 77.35GB   Users logged in:       0
  Memory usage: 7%                 IPv4 address for ens3: 10.30.170.104
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-49281-201-0-builder-1 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:26.035791" elapsed="0.417901"/>
</kw>
<msg time="2026-08-22T23:49:26.453858" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.035333" elapsed="0.418617"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T23:49:26.031380" elapsed="0.422677"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.454724" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg time="2026-08-22T23:49:26.468462" level="INFO">Command exited with return code 4.</msg>
<msg time="2026-08-22T23:49:26.469018" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T23:49:26.469357" level="INFO">${stderr} = iptables v1.8.7 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables-save v1.8.7 (nf_tables): Could not fetch rule set generation id: Permission ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:26.454384" elapsed="0.015210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.470497" elapsed="0.000787"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.473623" level="INFO">iptables v1.8.7 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables-save v1.8.7 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root)</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.472557" elapsed="0.001154"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T23:49:26.474299" elapsed="0.000048"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:26.473989" elapsed="0.000435"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.473952" elapsed="0.000578"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-08-22T23:49:26.475000" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-08-22T23:49:26.474666" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.474637" elapsed="0.000618"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T23:49:26.475355" elapsed="0.000022"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.480549" elapsed="0.000842"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.482703" elapsed="0.000741"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.485010" elapsed="0.000405"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:26.475789" elapsed="0.009696"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T23:49:26.026150" elapsed="0.459544"/>
</kw>
<msg time="2026-08-22T23:49:26.485748" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.025500" elapsed="0.460301"/>
</kw>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-08-22T23:49:26.025014" elapsed="0.460939"/>
</kw>
<msg time="2026-08-22T23:49:26.486002" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.024484" elapsed="0.461570"/>
</kw>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.488780" elapsed="0.000331"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.489271" elapsed="0.000147"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.489562" elapsed="0.000097"/>
</kw>
<arg>${current_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:26.486345" elapsed="0.003362"/>
</kw>
<msg time="2026-08-22T23:49:26.489798" level="INFO">${output} = </msg>
<var>${output}</var>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.
Note that in order to avoid "got positional argument after named arguments", it is safer to use positional (not named) arguments on call.</doc>
<status status="PASS" start="2026-08-22T23:49:26.023674" elapsed="0.466164"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.490301" level="INFO"/>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.490038" elapsed="0.000305"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:26.490385" elapsed="0.000028"/>
</return>
<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="PASS" start="2026-08-22T23:49:26.022621" elapsed="0.467887"/>
</kw>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:26.022443" elapsed="0.468100"/>
</iter>
<iter>
<kw name="Run_Bash_Command_On_Member" owner="ClusterManagement">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:26.491508" level="INFO">${member_ip} = 10.30.170.135</msg>
<var>${member_ip}</var>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.491195" elapsed="0.000340"/>
</kw>
<kw name="Run_Keyword_Preserve_Connection" owner="SSHKeywords">
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.492278" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:26.492385" level="INFO">${current_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_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.492136" elapsed="0.000278"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Controller" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:26.496074" elapsed="0.000088"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:26.495261" elapsed="0.000980"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.495240" elapsed="0.001078"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.496665" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.496506" elapsed="0.000512"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.498008" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "10.30.170.135" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.497269" elapsed="0.000802"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.499052" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.498325" elapsed="0.000833"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.501348" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:26.501524" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:26.500950" elapsed="0.000616"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.502305" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.504338" level="INFO">Logging into '10.30.170.135:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:26.909082" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:23 UTC 2026

  System load:  0.82               Processes:             126
  Usage of /:   13.8% of 77.35GB   Users logged in:       0
  Memory usage: 6%                 IPv4 address for ens3: 10.30.170.135
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-49281-201-0-builder-2 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:26.504006" elapsed="0.405167"/>
</kw>
<msg time="2026-08-22T23:49:26.909273" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.503536" elapsed="0.405823"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T23:49:26.499580" elapsed="0.409887"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.910157" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg time="2026-08-22T23:49:26.922943" level="INFO">Command exited with return code 4.</msg>
<msg time="2026-08-22T23:49:26.923427" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T23:49:26.923755" level="INFO">${stderr} = iptables v1.8.7 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables-save v1.8.7 (nf_tables): Could not fetch rule set generation id: Permission ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:26.909795" elapsed="0.014269"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.924956" elapsed="0.000734"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.928429" level="INFO">iptables v1.8.7 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables-save v1.8.7 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root)</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.926920" elapsed="0.001655"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T23:49:26.929556" elapsed="0.000077"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:26.928999" elapsed="0.000757"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.928945" elapsed="0.001061"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-08-22T23:49:26.930667" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-08-22T23:49:26.930212" elapsed="0.000725"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.930175" elapsed="0.000934"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T23:49:26.931263" elapsed="0.000035"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.937493" elapsed="0.000883"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.939772" elapsed="0.000791"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.942175" elapsed="0.000528"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:26.932074" elapsed="0.010731"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T23:49:26.494430" elapsed="0.448775"/>
</kw>
<msg time="2026-08-22T23:49:26.943288" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.493780" elapsed="0.449587"/>
</kw>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-08-22T23:49:26.493306" elapsed="0.450175"/>
</kw>
<msg time="2026-08-22T23:49:26.943539" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.492565" elapsed="0.451041"/>
</kw>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:26.946755" elapsed="0.000346"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.947263" elapsed="0.000144"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.947555" elapsed="0.000095"/>
</kw>
<arg>${current_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:26.944089" elapsed="0.003611"/>
</kw>
<msg time="2026-08-22T23:49:26.947789" level="INFO">${output} = </msg>
<var>${output}</var>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.
Note that in order to avoid "got positional argument after named arguments", it is safer to use positional (not named) arguments on call.</doc>
<status status="PASS" start="2026-08-22T23:49:26.491750" elapsed="0.456063"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.948264" level="INFO"/>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.948012" elapsed="0.000292"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:26.948346" elapsed="0.000029"/>
</return>
<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="PASS" start="2026-08-22T23:49:26.490809" elapsed="0.457660"/>
</kw>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:26.490633" elapsed="0.457871"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:25.604674" elapsed="1.343866"/>
</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-08-22T23:49:25.600869" elapsed="1.347732"/>
</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-08-22T23:49:26.948754" elapsed="0.000229"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:26.962039" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:26.961917" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.961897" elapsed="0.000209"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.962386" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:26.962490" level="INFO">${current_ssh_connection_object} = 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_object}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.962256" elapsed="0.000261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.962940" level="INFO">{}</msg>
<arg>${connection_index_dict}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.962665" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:26.963380" level="INFO">1</msg>
<arg>${member_index}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:26.963139" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:26.964289" level="FAIL">Dictionary does not contain key '1'.</msg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="FAIL" start="2026-08-22T23:49:26.964042" elapsed="0.000461">Dictionary does not contain key '1'.</status>
</kw>
<msg time="2026-08-22T23:49:26.964614" level="INFO">${status} = FAIL</msg>
<msg time="2026-08-22T23:49:26.964660" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<var>${status}</var>
<var>${old_connection_index}</var>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:26.963641" elapsed="0.001041"/>
</kw>
<if>
<branch type="IF" condition="'${status}'=='PASS'">
<kw name="Run Keywords" owner="BuiltIn">
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
<doc>Executes all the given keywords in a sequence.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:26.965001" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:26.964757" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:26.964739" elapsed="0.000360"/>
</if>
<kw name="Resolve_IP_Address_For_Member" owner="ClusterManagement">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:26.965864" level="INFO">${ip_address} = 10.30.171.24</msg>
<var>${ip_address}</var>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.965566" elapsed="0.000326"/>
</kw>
<return>
<value>${ip_address}</value>
<status status="PASS" start="2026-08-22T23:49:26.965940" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:26.966091" level="INFO">${odl_ip} = 10.30.171.24</msg>
<var>${odl_ip}</var>
<arg>${member_index}</arg>
<doc>Return node IP address of given index.</doc>
<status status="PASS" start="2026-08-22T23:49:26.965297" elapsed="0.000818"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.966266" elapsed="0.000402"/>
</kw>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.966964" level="INFO">index=10
host=10.30.171.24
alias=None
port=8101
timeout=10 seconds
newline=

prompt=opendaylight-user
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:26.967070" level="INFO">${karaf_connection_object} = index=10
host=10.30.171.24
alias=None
port=8101
timeout=10 seconds
newline=

prompt=opendaylight-user
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_erro...</msg>
<var>${karaf_connection_object}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.966850" elapsed="0.000246"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.967242" elapsed="0.002795"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T23:49:26.970469" level="INFO">Logging into '10.30.171.24:8101' as 'karaf'.</msg>
<msg time="2026-08-22T23:49:27.555389" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T23:49:26.970203" elapsed="0.585296"/>
</kw>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:27.558552" elapsed="0.000327"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:27.559043" elapsed="0.000151"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:27.559340" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection_object.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:27.556370" elapsed="0.003140"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_ssh_connection_object.index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:27.555780" elapsed="0.003778"/>
</kw>
<arg>member_index=${index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},
close the previous connection. In any case create a new connection
to karaf console for ${member_index}, set correct prompt set and login to karaf console.
Store connection index for ${member_index} and restore the previous active connection.</doc>
<status status="PASS" start="2026-08-22T23:49:26.961627" elapsed="0.597984"/>
</kw>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T23:49:26.949691" elapsed="0.609967"/>
</kw>
<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="PASS" start="2026-08-22T23:49:26.949332" elapsed="0.610377"/>
</kw>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:26.949195" elapsed="0.610600"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:27.572723" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:27.572598" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:27.572578" elapsed="0.000215"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:27.573096" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:27.573202" level="INFO">${current_ssh_connection_object} = 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_object}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:27.572962" elapsed="0.000266"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:27.573641" level="INFO">{1: 10}</msg>
<arg>${connection_index_dict}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:27.573377" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:27.574094" level="INFO">2</msg>
<arg>${member_index}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:27.573849" elapsed="0.000289"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:27.574888" level="FAIL">Dictionary does not contain key '2'.</msg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="FAIL" start="2026-08-22T23:49:27.574646" elapsed="0.000359">Dictionary does not contain key '2'.</status>
</kw>
<msg time="2026-08-22T23:49:27.575119" level="INFO">${status} = FAIL</msg>
<msg time="2026-08-22T23:49:27.575165" level="INFO">${old_connection_index} = Dictionary does not contain key '2'.</msg>
<var>${status}</var>
<var>${old_connection_index}</var>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:27.574292" elapsed="0.000896"/>
</kw>
<if>
<branch type="IF" condition="'${status}'=='PASS'">
<kw name="Run Keywords" owner="BuiltIn">
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
<doc>Executes all the given keywords in a sequence.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:27.575499" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:27.575263" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:27.575245" elapsed="0.000360"/>
</if>
<kw name="Resolve_IP_Address_For_Member" owner="ClusterManagement">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:27.576546" level="INFO">${ip_address} = 10.30.170.104</msg>
<var>${ip_address}</var>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:27.576276" elapsed="0.000297"/>
</kw>
<return>
<value>${ip_address}</value>
<status status="PASS" start="2026-08-22T23:49:27.576622" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:27.576771" level="INFO">${odl_ip} = 10.30.170.104</msg>
<var>${odl_ip}</var>
<arg>${member_index}</arg>
<doc>Return node IP address of given index.</doc>
<status status="PASS" start="2026-08-22T23:49:27.575801" elapsed="0.000996"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:27.576964" elapsed="0.000405"/>
</kw>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:27.577652" level="INFO">index=12
host=10.30.170.104
alias=None
port=8101
timeout=10 seconds
newline=

prompt=opendaylight-user
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:27.577752" level="INFO">${karaf_connection_object} = index=12
host=10.30.170.104
alias=None
port=8101
timeout=10 seconds
newline=

prompt=opendaylight-user
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_err...</msg>
<var>${karaf_connection_object}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:27.577545" elapsed="0.000234"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:27.577940" elapsed="0.002155"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T23:49:27.580512" level="INFO">Logging into '10.30.170.104:8101' as 'karaf'.</msg>
<msg time="2026-08-22T23:49:28.385421" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T23:49:27.580256" elapsed="0.805268"/>
</kw>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:28.388703" elapsed="0.000342"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:28.389210" elapsed="0.000158"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:28.389568" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection_object.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:28.386456" elapsed="0.003264"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_ssh_connection_object.index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:28.385843" elapsed="0.003923"/>
</kw>
<arg>member_index=${index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},
close the previous connection. In any case create a new connection
to karaf console for ${member_index}, set correct prompt set and login to karaf console.
Store connection index for ${member_index} and restore the previous active connection.</doc>
<status status="PASS" start="2026-08-22T23:49:27.572321" elapsed="0.817495"/>
</kw>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T23:49:27.560423" elapsed="0.829458"/>
</kw>
<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="PASS" start="2026-08-22T23:49:27.560054" elapsed="0.829880"/>
</kw>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:27.559911" elapsed="0.830064"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:28.403168" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:28.403050" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:28.403028" elapsed="0.000213"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:28.403523" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:28.403630" level="INFO">${current_ssh_connection_object} = 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_object}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:28.403392" elapsed="0.000265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:28.404085" level="INFO">{1: 10, 2: 12}</msg>
<arg>${connection_index_dict}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:28.403807" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:28.404521" level="INFO">3</msg>
<arg>${member_index}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:28.404279" elapsed="0.000286"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:28.405319" level="FAIL">Dictionary does not contain key '3'.</msg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="FAIL" start="2026-08-22T23:49:28.405093" elapsed="0.000334">Dictionary does not contain key '3'.</status>
</kw>
<msg time="2026-08-22T23:49:28.405536" level="INFO">${status} = FAIL</msg>
<msg time="2026-08-22T23:49:28.405582" level="INFO">${old_connection_index} = Dictionary does not contain key '3'.</msg>
<var>${status}</var>
<var>${old_connection_index}</var>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:28.404719" elapsed="0.000886"/>
</kw>
<if>
<branch type="IF" condition="'${status}'=='PASS'">
<kw name="Run Keywords" owner="BuiltIn">
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
<doc>Executes all the given keywords in a sequence.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:28.405917" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:28.405680" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:28.405662" elapsed="0.000355"/>
</if>
<kw name="Resolve_IP_Address_For_Member" owner="ClusterManagement">
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:28.406744" level="INFO">${ip_address} = 10.30.170.135</msg>
<var>${ip_address}</var>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:28.406481" elapsed="0.000289"/>
</kw>
<return>
<value>${ip_address}</value>
<status status="PASS" start="2026-08-22T23:49:28.406832" elapsed="0.000030"/>
</return>
<msg time="2026-08-22T23:49:28.406985" level="INFO">${odl_ip} = 10.30.170.135</msg>
<var>${odl_ip}</var>
<arg>${member_index}</arg>
<doc>Return node IP address of given index.</doc>
<status status="PASS" start="2026-08-22T23:49:28.406214" elapsed="0.000820"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:28.407198" elapsed="0.000404"/>
</kw>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:28.407896" level="INFO">index=14
host=10.30.170.135
alias=None
port=8101
timeout=10 seconds
newline=

prompt=opendaylight-user
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:28.407996" level="INFO">${karaf_connection_object} = index=14
host=10.30.170.135
alias=None
port=8101
timeout=10 seconds
newline=

prompt=opendaylight-user
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_err...</msg>
<var>${karaf_connection_object}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:28.407768" elapsed="0.000254"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:28.408168" elapsed="0.002143"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T23:49:28.410726" level="INFO">Logging into '10.30.170.135:8101' as 'karaf'.</msg>
<msg time="2026-08-22T23:49:28.980950" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T23:49:28.410471" elapsed="0.570774"/>
</kw>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:28.985497" elapsed="0.000309"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:28.985987" elapsed="0.000152"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:28.986285" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection_object.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:28.983060" elapsed="0.003374"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_ssh_connection_object.index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:28.981814" elapsed="0.004668"/>
</kw>
<arg>member_index=${index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},
close the previous connection. In any case create a new connection
to karaf console for ${member_index}, set correct prompt set and login to karaf console.
Store connection index for ${member_index} and restore the previous active connection.</doc>
<status status="PASS" start="2026-08-22T23:49:28.402743" elapsed="0.583792"/>
</kw>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T23:49:28.390576" elapsed="0.596008"/>
</kw>
<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="PASS" start="2026-08-22T23:49:28.390210" elapsed="0.596426"/>
</kw>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:28.390071" elapsed="0.596622"/>
</iter>
<var>${index}</var>
<value>@{ClusterManagement__member_index_list}</value>
<status status="PASS" start="2026-08-22T23:49:26.949042" elapsed="2.037688"/>
</for>
<arg>http_timeout=${http_timeout}</arg>
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<status status="PASS" start="2026-08-22T23:49:25.572413" elapsed="3.414389"/>
</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-08-22T23:49:28.989415" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:28.989298" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:28.989278" elapsed="0.000205"/>
</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-08-22T23:49:28.994202" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:28.994089" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:28.994071" elapsed="0.000199"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:28.995276" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:28.994884" elapsed="0.000419"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:28.995772" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:28.995463" elapsed="0.000335"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:28.995863" elapsed="0.000030"/>
</return>
<msg time="2026-08-22T23:49:28.996021" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:28.994499" elapsed="0.001546"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.001245" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:29.001127" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.001108" elapsed="0.000204"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.002425" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:29.002309" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.002291" elapsed="0.000201"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:29.003095" level="INFO">${karaf_connection_index} = 10</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:29.002633" elapsed="0.000489"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.003561" level="INFO">${current_connection_index} = None</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:29.003282" elapsed="0.000306"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.090915" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "w "/ "w "o "r "k "s "p "a "c "e "/ "n "e "t "[78Cc "[A[78Co</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:29.004185" elapsed="0.086901"/>
</kw>
<msg time="2026-08-22T23:49:29.091255" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:29.091301" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "w "/ "w "o "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.003745" elapsed="0.087730"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.199221" level="INFO">"n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a "n "i "u "m "/ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "c "o "n "f "/ "c "l "u "s "t "e "r "i "[78Cn "[A[78Cg
 "s "c "a "l "e "/ "p "e "r "f "o "r "m "a "n "c "e ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:29.092103" elapsed="0.107311"/>
</kw>
<msg time="2026-08-22T23:49:29.199555" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:29.199601" level="INFO">${message_wait} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.091656" elapsed="0.107983"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.199968" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.199717" elapsed="0.000372"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.199698" elapsed="0.000417"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:29.200660" level="INFO"> "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a "n "i "u "m "/ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "c "o "n "f "/ "c "l "u "s "t "e "r "i "[78Cn "[A[78Cg
 "s "c "a "l "e "/ "p "e "r "f "o "r "m "a "n "c "e ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:29.200258" elapsed="0.000485"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.201052" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.200810" elapsed="0.000360"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.200792" elapsed="0.000404"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:29.201229" elapsed="0.000029"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:29.203508" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:29.204688" elapsed="0.000359"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:29.205747" elapsed="0.000274"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:29.202318" elapsed="0.003773"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:29.201488" elapsed="0.004755"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:29.002043" elapsed="0.204302"/>
</kw>
<msg time="2026-08-22T23:49:29.206439" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:29.206483" level="INFO">${message} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.001460" elapsed="0.205061"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:29.206721" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:29.206614" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.206595" elapsed="0.000211"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 1,
close the previous connection. In any case create a new connection
to karaf console for 1, set correct prompt set and login to karaf console.
Store connection index for 1 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.207362" elapsed="0.000027"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.207696" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.207767" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:29.000839" elapsed="0.207056"/>
</kw>
<msg time="2026-08-22T23:49:29.207989" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:29.208033" level="INFO">${output} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<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="PASS" start="2026-08-22T23:49:28.996420" elapsed="0.211650"/>
</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-08-22T23:49:29.208395" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.208146" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.208129" elapsed="0.000378"/>
</if>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:28.996280" elapsed="0.212251"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.213680" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:29.213572" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.213553" elapsed="0.000194"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.214878" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:29.214738" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.214720" elapsed="0.000226"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:29.215505" level="INFO">${karaf_connection_index} = 12</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:29.215088" elapsed="0.000444"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.215980" level="INFO">${current_connection_index} = None</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:29.215687" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.294413" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "w "/ "w "o "r "k "s "p "a "c "e "/ "n "e "t "[78Cc "[A[78Co</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:29.216577" elapsed="0.078039"/>
</kw>
<msg time="2026-08-22T23:49:29.294760" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:29.294806" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "w "/ "w "o "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.216162" elapsed="0.078700"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.414594" level="INFO">"n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a "n "i "u "m "/ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "c "o "n "f "/ "c "l "u "s "t "e "r "i "[78Cn "[A[78Cg
 "s "c "a "l "e "/ "p "e "r "f "o "r "m "a "n "c "e ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:29.295457" elapsed="0.119321"/>
</kw>
<msg time="2026-08-22T23:49:29.414945" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:29.414991" level="INFO">${message_wait} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.295032" elapsed="0.119997"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.415334" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.415105" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.415087" elapsed="0.000393"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:29.416071" level="INFO"> "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a "n "i "u "m "/ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "c "o "n "f "/ "c "l "u "s "t "e "r "i "[78Cn "[A[78Cg
 "s "c "a "l "e "/ "p "e "r "f "o "r "m "a "n "c "e ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:29.415622" elapsed="0.000537"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.416438" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.416225" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.416207" elapsed="0.000373"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:29.416612" elapsed="0.000028"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:29.418722" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:29.419945" elapsed="0.000313"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:29.420975" elapsed="0.000415"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:29.417555" elapsed="0.003907"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:29.416902" elapsed="0.004713"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:29.214474" elapsed="0.207240"/>
</kw>
<msg time="2026-08-22T23:49:29.421806" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:29.421912" level="INFO">${message} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.213911" elapsed="0.208042"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:29.422144" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:29.422031" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.422012" elapsed="0.000215"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 2,
close the previous connection. In any case create a new connection
to karaf console for 2, set correct prompt set and login to karaf console.
Store connection index for 2 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.422625" elapsed="0.000027"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.423144" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.423217" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:29.213285" elapsed="0.210039"/>
</kw>
<msg time="2026-08-22T23:49:29.423418" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:29.423462" level="INFO">${output} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<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="PASS" start="2026-08-22T23:49:29.208792" elapsed="0.214708"/>
</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-08-22T23:49:29.423841" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.423576" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.423558" elapsed="0.000364"/>
</if>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:29.208653" elapsed="0.215292"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.429062" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:29.428954" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.428936" elapsed="0.000199"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.430241" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:29.430120" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.430102" elapsed="0.000206"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:29.430897" level="INFO">${karaf_connection_index} = 14</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:29.430463" elapsed="0.000462"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.431354" level="INFO">${current_connection_index} = None</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:29.431081" elapsed="0.000299"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.512409" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "w "/ "w "o "r "k "s "p "a "c "e "/ "n "e "t "[78Cc "[A[78Co</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:29.431982" elapsed="0.080596"/>
</kw>
<msg time="2026-08-22T23:49:29.512723" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:29.512769" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "w "/ "w "o "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.431538" elapsed="0.081267"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.655329" level="INFO">"n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a "n "i "u "m "/ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "c "o "n "f "/ "c "l "u "s "t "e "r "i "[78Cn "[A[78Cg
 "s "c "a "l "e "/ "p "e "r "f "o "r "m "a "n "c "e ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:29.513490" elapsed="0.142023"/>
</kw>
<msg time="2026-08-22T23:49:29.655655" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:29.655700" level="INFO">${message_wait} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.513067" elapsed="0.142671"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.656068" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.655814" elapsed="0.000373"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.655795" elapsed="0.000418"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:29.656795" level="INFO"> "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a "n "i "u "m "/ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "c "o "n "f "/ "c "l "u "s "t "e "r "i "[78Cn "[A[78Cg
 "s "c "a "l "e "/ "p "e "r "f "o "r "m "a "n "c "e ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:29.656390" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.657187" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.656972" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.656955" elapsed="0.000378"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:29.657367" elapsed="0.000027"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:29.659484" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:29.660662" elapsed="0.000321"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:29.661668" elapsed="0.000274"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:29.658424" elapsed="0.003586"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:29.657622" elapsed="0.004540"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:29.429862" elapsed="0.232400"/>
</kw>
<msg time="2026-08-22T23:49:29.662368" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:29.662413" level="INFO">${message} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:29.429283" elapsed="0.233166"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:29.662636" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:29.662524" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.662506" elapsed="0.000213"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 3,
close the previous connection. In any case create a new connection
to karaf console for 3, set correct prompt set and login to karaf console.
Store connection index for 3 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.663290" elapsed="0.000027"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:29.663800" elapsed="0.000040"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:29.663890" elapsed="0.000017"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:29.428652" elapsed="0.235349"/>
</kw>
<msg time="2026-08-22T23:49:29.664095" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:29.664140" level="INFO">${output} =  "n "f "- "c "s "i "t "- "3 "n "o "d "e "- "c "l "u "s "t "e "r "i "n "g "- "s "c "a "l "e "- "o "n "l "y "- "t "i "t "a ...</msg>
<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="PASS" start="2026-08-22T23:49:29.424203" elapsed="0.239974"/>
</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-08-22T23:49:29.664501" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:29.664253" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.664235" elapsed="0.000344"/>
</if>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:29.424065" elapsed="0.240537"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:28.996102" elapsed="0.668528"/>
</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-08-22T23:49:28.993789" elapsed="0.670895"/>
</kw>
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<status status="PASS" start="2026-08-22T23:49:28.987427" elapsed="0.677312"/>
</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-08-22T23:49:28.986998" elapsed="0.677782"/>
</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-08-22T23:49:25.567200" elapsed="4.097661"/>
</kw>
<kw name="Setup_NetconfKeywords" owner="NetconfKeywords">
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-08-22T23:49:29.665638" level="INFO">${tmp} = {}</msg>
<var>${tmp}</var>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-08-22T23:49:29.665363" elapsed="0.000301"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:29.669593" 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-08-22T23:49:29.665839" elapsed="0.003799"/>
</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-08-22T23:49:29.673882" level="INFO">Creating Session using : alias=default, url=http://10.30.171.24:8181, headers={},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7d7aecda8590&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-08-22T23:49:29.673480" elapsed="0.000559"/>
</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-08-22T23:49:29.673069" elapsed="0.001039"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:29.669746" elapsed="0.004394"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:29.669726" elapsed="0.004439"/>
</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-08-22T23:49:29.679161" level="INFO">${odl_connection} = 19</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-08-22T23:49:29.678770" elapsed="0.000418"/>
</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-08-22T23:49:29.680836" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:29.680916" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:29.680546" elapsed="0.000394"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:29.681106" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:29.682264" level="INFO">Logging into '10.30.171.24:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:30.010501" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:21 UTC 2026

  System load:  0.48               Processes:             127
  Usage of /:   13.8% of 77.35GB   Users logged in:       0
  Memory usage: 6%                 IPv4 address for ens3: 10.30.171.24
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 22 23:49:25 2026 from 10.30.171.225
[?2004h[jenkins@releng-49281-201-0-builder-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:29.681953" elapsed="0.328764"/>
</kw>
<msg time="2026-08-22T23:49:30.010835" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:29.681588" elapsed="0.329359"/>
</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="PASS" start="2026-08-22T23:49:29.680107" elapsed="0.330983"/>
</kw>
<msg time="2026-08-22T23:49:30.011146" 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="PASS" start="2026-08-22T23:49:29.679703" elapsed="0.331494"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-08-22T23:49:29.679366" elapsed="0.331913"/>
</kw>
<return>
<value>${odl_connection}</value>
<status status="PASS" start="2026-08-22T23:49:30.011353" elapsed="0.000060"/>
</return>
<msg time="2026-08-22T23:49:30.011618" level="INFO">${odl} = 19</msg>
<var>${odl}</var>
<doc>Open a connection to the ODL system at ${ip_address} and return its identifier.</doc>
<status status="PASS" start="2026-08-22T23:49:29.678467" elapsed="0.333177"/>
</kw>
<kw name="Put File" owner="SSHLibrary">
<msg time="2026-08-22T23:49:30.022179" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<msg time="2026-08-22T23:49:30.031121" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../../tools/deployment/search.sh' -&gt; '/home/jenkins//search.sh'</msg>
<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="PASS" start="2026-08-22T23:49:30.011941" elapsed="0.019268"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:30.031445" elapsed="0.000406"/>
</kw>
<if>
<branch type="IF" condition="not (${tools_system_connect})">
<return>
<status status="NOT RUN" start="2026-08-22T23:49:30.032185" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:30.031972" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:30.031937" elapsed="0.000336"/>
</if>
<kw name="Open_Connection_To_Tools_System" owner="SSHKeywords">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:30.039086" level="INFO">${tools_connection} = 20</msg>
<var>${tools_connection}</var>
<arg>${ip_address}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:30.038508" elapsed="0.000617"/>
</kw>
<kw name="Flexible_Mininet_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-08-22T23:49:30.041646" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:30.041756" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:30.041255" elapsed="0.000535"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:30.042184" elapsed="0.000464"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:30.043657" level="INFO">Logging into '10.30.170.191:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:30.758678" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:30 UTC 2026

  System load:  0.11               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.191
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-49281-201-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:30.043338" elapsed="0.715499"/>
</kw>
<msg time="2026-08-22T23:49:30.758923" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:30.042911" elapsed="0.716107"/>
</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="PASS" start="2026-08-22T23:49:30.040608" elapsed="0.718533"/>
</kw>
<msg time="2026-08-22T23:49:30.759193" 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="PASS" start="2026-08-22T23:49:30.039901" elapsed="0.719340"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-08-22T23:49:30.039399" elapsed="0.719918"/>
</kw>
<return>
<value>${tools_connection}</value>
<status status="PASS" start="2026-08-22T23:49:30.759375" elapsed="0.000049"/>
</return>
<doc>Open a connection to the tools system at ${ip_address} and return its identifier.</doc>
<status status="PASS" start="2026-08-22T23:49:30.037968" elapsed="0.721591"/>
</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="PASS" start="2026-08-22T23:49:29.674430" elapsed="1.085200"/>
</kw>
<doc>Setup the environment for the other keywords of this Resource to work properly.</doc>
<status status="PASS" start="2026-08-22T23:49:29.665109" elapsed="1.094578"/>
</kw>
<kw name="Setup_Restperfclient" owner="RestPerfClient">
<kw name="Open_Connection_To_Tools_System" owner="SSHKeywords">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:30.771419" level="INFO">${tools_connection} = 21</msg>
<var>${tools_connection}</var>
<arg>${ip_address}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:30.770978" elapsed="0.000469"/>
</kw>
<kw name="Flexible_Mininet_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-08-22T23:49:30.773212" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:30.773291" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:30.772911" elapsed="0.000403"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:30.773471" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:30.774684" level="INFO">Logging into '10.30.170.191:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:31.099530" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:30 UTC 2026

  System load:  0.11               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.191
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 22 23:49:30 2026 from 10.30.171.225
[?2004h[jenkins@releng-49281-201-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:30.774369" elapsed="0.325252"/>
</kw>
<msg time="2026-08-22T23:49:31.099684" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:30.774013" elapsed="0.325730"/>
</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="PASS" start="2026-08-22T23:49:30.772458" elapsed="0.327388"/>
</kw>
<msg time="2026-08-22T23:49:31.099898" 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="PASS" start="2026-08-22T23:49:30.771999" elapsed="0.327947"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-08-22T23:49:30.771647" elapsed="0.328372"/>
</kw>
<return>
<value>${tools_connection}</value>
<status status="PASS" start="2026-08-22T23:49:31.100063" elapsed="0.000035"/>
</return>
<msg time="2026-08-22T23:49:31.100295" level="INFO">${connection} = 21</msg>
<var>${connection}</var>
<doc>Open a connection to the tools system at ${ip_address} and return its identifier.</doc>
<status status="PASS" start="2026-08-22T23:49:30.770606" elapsed="0.329715"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.104694" level="INFO">${RestPerfClient__restperfclient} = 21</msg>
<arg>${RestPerfClient__restperfclient}</arg>
<arg>${connection}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:31.100495" elapsed="0.004247"/>
</kw>
<kw name="Put File" owner="SSHLibrary">
<msg time="2026-08-22T23:49:31.112557" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<msg time="2026-08-22T23:49:31.118968" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/RestPerfClient/request1.json' -&gt; '/home/jenkins//request1.json'</msg>
<arg>/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/RestPerfClient/request1.json</arg>
<doc>Uploads file(s) from the local machine to the remote machine.</doc>
<status status="PASS" start="2026-08-22T23:49:31.104919" elapsed="0.014133"/>
</kw>
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<kw name="Set Variable" owner="BuiltIn">
<var>${filename}</var>
<arg>${RESTPERF_FILENAME}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:31.119572" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:31.119171" elapsed="0.000484"/>
</branch>
<branch type="ELSE">
<kw name="Deploy_Test_Tool" owner="NexusKeywords">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.140301" level="INFO">${name_prefix} = netconf-testtool-</msg>
<var>${name_prefix}</var>
<arg>${artifact}-</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:31.139988" elapsed="0.000340"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.140849" level="INFO">${extension} = jar</msg>
<var>${extension}</var>
<arg>'${component}'=='odl-micro'</arg>
<arg>tar</arg>
<arg>jar</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.140492" elapsed="0.000385"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.141437" level="INFO">${name_suffix} = -rest-perf-client.jar</msg>
<var>${name_suffix}</var>
<arg>"${suffix}" != ""</arg>
<arg>-${suffix}.${extension}</arg>
<arg>.${extension}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.141043" elapsed="0.000447"/>
</kw>
<kw name="Deploy_Artifact" owner="NexusKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_url}""" != ""</arg>
<arg>Deploy_From_Url</arg>
<arg>${explicit_url}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.142697" elapsed="0.000325"/>
</kw>
<kw name="Fetch From Left" owner="String">
<msg time="2026-08-22T23:49:31.143393" level="INFO">${urlbase} = https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</msg>
<var>${urlbase}</var>
<arg>${BUNDLE_URL}</arg>
<arg>/org/opendaylight</arg>
<doc>Returns contents of the ``string`` before the first occurrence of ``marker``.</doc>
<status status="PASS" start="2026-08-22T23:49:31.143181" elapsed="0.000239"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.143985" level="INFO">${urlbase} = https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</msg>
<var>${urlbase}</var>
<arg>'${urlbase}' != '${BUNDLE_URL}'</arg>
<arg>${urlbase}</arg>
<arg>${fallback_url}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.143579" elapsed="0.000433"/>
</kw>
<kw name="Run_Keyword_If_At_Most_Magnesium" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run_Keyword_If_At_Most" owner="CompareStream">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${Stream_dict}[${ODL_STREAM}] &lt;= ${Stream_dict}[${upper_bound}]</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.162512" elapsed="0.000428"/>
</kw>
<arg>magnesium</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Compare ${upper_bound} to titanium and in case titanium is at most ${upper_bound},
run Collections.Remove_Values_From_List [['mdsal', 'odlparent', 'yangtools', 'carpeople', 'netconf', 'bgpcep'], 'carpeople'] {} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:31.162101" elapsed="0.000908"/>
</kw>
<msg time="2026-08-22T23:49:31.163054" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run_Keyword_If_At_Most</arg>
<arg>magnesium</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.153838" elapsed="0.009273"/>
</kw>
<arg>Collections.Remove_Values_From_List</arg>
<arg>${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>carpeople</arg>
<doc>Compare magnesium to titanium and in case titanium is at most magnesium,
run ${kw_name} @{varargs} &amp;{kwargs} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:31.153442" elapsed="0.009746"/>
</kw>
<kw name="Run_Keyword_If_At_Most_Aluminium" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run_Keyword_If_At_Most" owner="CompareStream">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${Stream_dict}[${ODL_STREAM}] &lt;= ${Stream_dict}[${upper_bound}]</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.180963" elapsed="0.000405"/>
</kw>
<arg>aluminium</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Compare ${upper_bound} to titanium and in case titanium is at most ${upper_bound},
run Collections.Remove_Values_From_List [['mdsal', 'odlparent', 'yangtools', 'carpeople', 'netconf', 'bgpcep'], 'netconf'] {} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:31.180537" elapsed="0.000898"/>
</kw>
<msg time="2026-08-22T23:49:31.181496" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run_Keyword_If_At_Most</arg>
<arg>aluminium</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.172275" elapsed="0.009271"/>
</kw>
<arg>Collections.Remove_Values_From_List</arg>
<arg>${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>netconf</arg>
<doc>Compare aluminium to titanium and in case titanium is at most aluminium,
run ${kw_name} @{varargs} &amp;{kwargs} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:31.171934" elapsed="0.009687"/>
</kw>
<kw name="Run_Keyword_If_At_Most_Silicon" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run_Keyword_If_At_Most" owner="CompareStream">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${Stream_dict}[${ODL_STREAM}] &lt;= ${Stream_dict}[${upper_bound}]</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.199394" elapsed="0.000400"/>
</kw>
<arg>silicon</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Compare ${upper_bound} to titanium and in case titanium is at most ${upper_bound},
run Collections.Remove_Values_From_List [['mdsal', 'odlparent', 'yangtools', 'carpeople', 'netconf', 'bgpcep'], 'bgpcep'] {} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:31.198988" elapsed="0.000890"/>
</kw>
<msg time="2026-08-22T23:49:31.199969" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run_Keyword_If_At_Most</arg>
<arg>silicon</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.190718" elapsed="0.009302"/>
</kw>
<arg>Collections.Remove_Values_From_List</arg>
<arg>${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>bgpcep</arg>
<doc>Compare silicon to titanium and in case titanium is at most silicon,
run ${kw_name} @{varargs} &amp;{kwargs} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:31.190379" elapsed="0.009717"/>
</kw>
<if>
<branch type="IF" condition="'${build_version}'=='${EMPTY}'">
<kw name="NexusKeywords__Detect_Version_To_Pull" owner="NexusKeywords">
<kw name="NexusKeywords__Get_Items_To_Look_At" owner="NexusKeywords">
<kw name="Dictionary Should Contain Key" owner="Collections">
<arg>${COMPONENT_MAPPING}</arg>
<arg>${component}</arg>
<arg>Component not supported by NexusKeywords version detection: ${component}</arg>
<doc>Fails if ``key`` is not found from ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:31.202946" elapsed="0.000253"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Get From Dictionary" owner="Collections">
<arg>${COMPONENT_MAPPING}</arg>
<arg>${component}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:31.203709" elapsed="0.000194"/>
</kw>
<msg time="2026-08-22T23:49:31.203949" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Collections.Get_From_Dictionary</arg>
<arg>${COMPONENT_MAPPING}</arg>
<arg>${component}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.203362" elapsed="0.000637"/>
</kw>
<msg time="2026-08-22T23:49:31.204102" level="INFO">${itemlist} = netconf-api</msg>
<var>${itemlist}</var>
<arg>${component}</arg>
<doc>Get a list of items that might contain the version number that we are looking for.</doc>
<status status="PASS" start="2026-08-22T23:49:31.202665" elapsed="0.001464"/>
</kw>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:31.204419" level="INFO">index=21
host=10.30.170.191
alias=None
port=22
timeout=10 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:31.204520" level="INFO">${current_ssh_connection} = index=21
host=10.30.170.191
alias=None
port=22
timeout=10 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:31.204295" elapsed="0.000253"/>
</kw>
<kw name="Open_Connection_To_ODL_System" owner="SSHKeywords">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:31.209453" level="INFO">${odl_connection} = 22</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-08-22T23:49:31.209052" elapsed="0.000429"/>
</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-08-22T23:49:31.211451" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:31.211534" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:31.210845" 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-08-22T23:49:31.211718" elapsed="0.000738"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:31.214163" level="INFO">Logging into '10.30.171.24:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:31.541643" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:21 UTC 2026

  System load:  0.48               Processes:             127
  Usage of /:   13.8% of 77.35GB   Users logged in:       0
  Memory usage: 6%                 IPv4 address for ens3: 10.30.171.24
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 22 23:49:29 2026 from 10.30.171.225
[?2004h[jenkins@releng-49281-201-0-builder-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:31.213367" elapsed="0.328583"/>
</kw>
<msg time="2026-08-22T23:49:31.542274" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.212628" elapsed="0.329739"/>
</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="PASS" start="2026-08-22T23:49:31.210397" elapsed="0.332087"/>
</kw>
<msg time="2026-08-22T23:49:31.542537" 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="PASS" start="2026-08-22T23:49:31.210007" elapsed="0.332581"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-08-22T23:49:31.209662" elapsed="0.333004"/>
</kw>
<return>
<value>${odl_connection}</value>
<status status="PASS" start="2026-08-22T23:49:31.542721" elapsed="0.000045"/>
</return>
<doc>Open a connection to the ODL system at ${ip_address} and return its identifier.</doc>
<status status="PASS" start="2026-08-22T23:49:31.208737" elapsed="0.334181"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:31.543455" level="INFO">Executing command 'sh search.sh /tmp/karaf-0.22.3-SNAPSHOT/system netconf-api'.</msg>
<msg time="2026-08-22T23:49:31.586150" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:31.586399" level="INFO">${version} = 9.0.3
org/opendaylight/netconf</msg>
<msg time="2026-08-22T23:49:31.586620" level="INFO">${result} = 0</msg>
<var>${version}</var>
<var>${result}</var>
<arg>sh search.sh ${WORKSPACE}/${BUNDLEFOLDER}/system ${itemlist}</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:31.543158" elapsed="0.043520"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:31.587093" elapsed="0.000475"/>
</kw>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:31.595133" elapsed="0.000331"/>
</kw>
<msg time="2026-08-22T23:49:31.595561" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.593744" elapsed="0.001930"/>
</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="NOT RUN" start="2026-08-22T23:49:31.596062" elapsed="0.000054"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:31.596434" elapsed="0.000046"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:31.588169" elapsed="0.008445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.597601" level="INFO">9.0.3
org/opendaylight/netconf</msg>
<arg>${version}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:31.596981" elapsed="0.000721"/>
</kw>
<if>
<branch type="IF" condition="${result}!=0">
<kw name="Fail" owner="BuiltIn">
<arg>Component "${component}": searching for "${itemlist}" found no version, cannot locate test tool.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:31.598275" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:31.597902" elapsed="0.000428"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.597852" elapsed="0.000503"/>
</if>
<kw name="Split String" owner="String">
<msg time="2026-08-22T23:49:31.598743" level="INFO">${version} = 9.0.3</msg>
<msg time="2026-08-22T23:49:31.598789" level="INFO">${location} = org/opendaylight/netconf</msg>
<var>${version}</var>
<var>${location}</var>
<arg>${version}</arg>
<arg>max_split=1</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T23:49:31.598498" elapsed="0.000314"/>
</kw>
<return>
<value>${version}</value>
<value>${location}</value>
<status status="PASS" start="2026-08-22T23:49:31.598878" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:31.599070" level="INFO">${version} = 9.0.3</msg>
<msg time="2026-08-22T23:49:31.599114" level="INFO">${location} = org/opendaylight/netconf</msg>
<var>${version}</var>
<var>${location}</var>
<arg>${component}</arg>
<doc>Determine the exact Nexus directory to be used as a source for a particular test tool
Figure out what version of the tool needs to be pulled out of the
Nexus by looking at the version directory of the subsystem from
which the tool is being pulled. This code is REALLY UGLY but there
is no way around it until the bug
https://bugs.opendaylight.org/show_bug.cgi?id=5206 gets fixed.
I also don't want to depend on maven-metadata-local.xml and other
bits and pieces of ODL distribution which are not required for ODL
to function properly.</doc>
<status status="PASS" start="2026-08-22T23:49:31.202298" elapsed="0.396838"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:31.200171" elapsed="0.399007"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<var>${version}</var>
<var>${location}</var>
<arg>${build_version}</arg>
<arg>${build_location}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:31.599354" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:31.599203" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.200151" elapsed="0.399287"/>
</if>
<if>
<branch type="IF" condition="'SNAPSHOT' in '${version}'">
<kw name="Remove Values From List" owner="Collections">
<arg>${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>netconf</arg>
<arg>bgpcep</arg>
<doc>Removes all occurrences of given ``values`` from ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:31.599713" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:31.599494" elapsed="0.000279"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.599478" elapsed="0.000318"/>
</if>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.600342" level="INFO">${is_staged} = "FALSE"</msg>
<var>${is_staged}</var>
<arg>"opendaylight.release" not in '${urlbase}' and "opendaylight.snapshot" not in '${urlbase}'</arg>
<arg>"TRUE"</arg>
<arg>"FALSE"</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.599960" elapsed="0.000409"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.600941" level="INFO">${is_mri_component} = "TRUE"</msg>
<var>${is_mri_component}</var>
<arg>'${component}' in ${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>"TRUE"</arg>
<arg>"FALSE"</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.600534" elapsed="0.000434"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.601568" level="INFO">${urlbase} = https://nexus.opendaylight.org/content/repositories/opendaylight.release</msg>
<var>${urlbase}</var>
<arg>${is_mri_component} == "TRUE" and ${is_staged} == "FALSE"</arg>
<arg>${NEXUS_RELEASE_BASE_URL}</arg>
<arg>${urlbase}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.601137" elapsed="0.000457"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.602137" level="INFO">${url} = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/netconf/netconf-testtool/9.0.3</msg>
<var>${url}</var>
<arg>${urlbase}/${location}/${artifact}/${version}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:31.601753" elapsed="0.000411"/>
</kw>
<kw name="Execute_Command_Should_Pass" owner="SSHKeywords">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Execute_Command_Passes" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:31.604050" level="INFO">Executing command 'curl -L https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml'.</msg>
<msg time="2026-08-22T23:49:31.869958" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:31.870230" level="INFO">${stdout} = &lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.rel...</msg>
<msg time="2026-08-22T23:49:31.870342" level="INFO">${stderr} =   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0   ...</msg>
<msg time="2026-08-22T23:49:31.870522" level="INFO">${rc} = 0</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<var>${rc}</var>
<arg>${command}</arg>
<arg>return_stderr=True</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:31.603866" elapsed="0.266712"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Should Be Empty" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.872765" level="INFO">Length is 316.</msg>
<msg time="2026-08-22T23:49:31.873017" level="FAIL">'  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1080    0  1080    0     0   4592      0 --:--:-- --:--:-- --:--:--  4595' should be empty.</msg>
<arg>${stderr}</arg>
<doc>Verifies that the given item is empty.</doc>
<status status="FAIL" start="2026-08-22T23:49:31.871861" elapsed="0.001365">'  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1080    0  1080    0     0   4592      0 --:--:-- --:--:-- --:--:--  4595' should be empty.</status>
</kw>
<msg time="2026-08-22T23:49:31.873468" level="INFO">${emptiness_status} = FAIL</msg>
<msg time="2026-08-22T23:49:31.873568" level="INFO">${result} = '  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0  ...</msg>
<var>${emptiness_status}</var>
<var>${result}</var>
<arg>BuiltIn.Should_Be_Empty</arg>
<arg>${stderr}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:31.871029" elapsed="0.002593"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.875053" level="INFO">${success} = True</msg>
<var>${success}</var>
<arg>(${rc} == 0) and (("${emptiness_status}" == "PASS") or not ${stderr_must_be_empty})</arg>
<arg>True</arg>
<arg>False</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.874026" elapsed="0.001092"/>
</kw>
<if>
<branch type="IF" condition="(${log_on_success} and ${success}) or (${log_on_failure} and not ${success})">
<kw name="Log_Command_Results" owner="SSHKeywords">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.877874" level="INFO">&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/title&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&gt;

    &lt;link rel="icon" type="image/png" href="https://nexus.opendaylight.org/favicon.png"&gt;
    &lt;!--[if IE]&gt;
    &lt;link rel="SHORTCUT ICON" href="https://nexus.opendaylight.org/favicon.ico"/&gt;
    &lt;![endif]--&gt;

    &lt;link rel="stylesheet" href="https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02" type="text/css" media="screen" title="no title" charset="utf-8"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/h1&gt;
    &lt;p&gt;Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;</msg>
<arg>${stdout}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:31.876923" elapsed="0.001086"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.879147" level="INFO">  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1080    0  1080    0     0   4592      0 --:--:-- --:--:-- --:--:--  4595</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:31.878544" elapsed="0.000668"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.879618" level="INFO">0</msg>
<arg>${rc}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:31.879380" elapsed="0.000282"/>
</kw>
<arg>${stdout}</arg>
<arg>${stderr}</arg>
<arg>${rc}</arg>
<doc>Log everything returned by SSHLibrary.Execute_Command</doc>
<status status="PASS" start="2026-08-22T23:49:31.876118" elapsed="0.003597"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:31.875320" elapsed="0.004430"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.875267" elapsed="0.004508"/>
</if>
<if>
<branch type="IF" condition="${return_success_only}">
<return>
<value>${success}</value>
<status status="NOT RUN" start="2026-08-22T23:49:31.879950" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:31.879846" elapsed="0.000147"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.879813" elapsed="0.000202"/>
</if>
<if>
<branch type="IF" condition="${success}">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-08-22T23:49:31.880153" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:31.880066" elapsed="0.000144"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.880051" elapsed="0.000182"/>
</if>
<kw name="Fail" owner="BuiltIn">
<arg>Got rc: ${rc} or stderr was not empty: ${stderr}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:31.880374" elapsed="0.000022"/>
</kw>
<arg>${command}</arg>
<arg>return_success_only=False</arg>
<arg>log_on_success=${log_on_success}</arg>
<arg>log_on_failure=${log_on_failure}</arg>
<arg>stderr_must_be_empty=${stderr_must_be_empty}</arg>
<doc>Execute command via the active SSH connection. For success, rc has to be zero and optionally stderr has to be empty.
Log everything, depending on arguments and success. Return either success string or stdout.
TODO: Do we want to support customizing return values the same way as SSHLibrary.Execute_Command does?</doc>
<status status="PASS" start="2026-08-22T23:49:31.603305" elapsed="0.277187"/>
</kw>
<msg time="2026-08-22T23:49:31.880551" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Execute_Command_Passes</arg>
<arg>${command}</arg>
<arg>return_success_only=False</arg>
<arg>log_on_success=${log_on_success}</arg>
<arg>log_on_failure=${log_on_failure}</arg>
<arg>stderr_must_be_empty=${stderr_must_be_empty}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:31.602710" elapsed="0.277888"/>
</kw>
<msg time="2026-08-22T23:49:31.880743" level="INFO">${metadata} = &lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.rel...</msg>
<var>${metadata}</var>
<arg>curl -L ${url}/maven-metadata.xml</arg>
<doc>A wrapper for Execute_Command_Passes with return_success_only=False
Also, log_on_success defaults to True (but is customizable, unlike return_success_only)..</doc>
<status status="PASS" start="2026-08-22T23:49:31.602368" elapsed="0.278402"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Command_Should_Pass" owner="SSHKeywords">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Execute_Command_Passes" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:31.883049" level="INFO">Executing command 'echo "&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/title&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&gt;

    &lt;link rel="icon" type="image/png" href="https://nexus.opendaylight.org/favicon.png"&gt;
    &lt;!--[if IE]&gt;
    &lt;link rel="SHORTCUT ICON" href="https://nexus.opendaylight.org/favicon.ico"/&gt;
    &lt;![endif]--&gt;

    &lt;link rel="stylesheet" href="https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02" type="text/css" media="screen" title="no title" charset="utf-8"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/h1&gt;
    &lt;p&gt;Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;" | grep value | head -n 1 | cut -d '&gt;' -f 2 | cut -d '&lt;' -f 1'.</msg>
<msg time="2026-08-22T23:49:31.916030" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:31.916151" level="INFO">${stdout} = &lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.rel...</msg>
<msg time="2026-08-22T23:49:31.916198" level="INFO">${stderr} = bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text...</msg>
<msg time="2026-08-22T23:49:31.916241" level="INFO">${rc} = 0</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<var>${rc}</var>
<arg>${command}</arg>
<arg>return_stderr=True</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:31.882866" elapsed="0.033398"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Should Be Empty" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.917311" level="INFO">Length is 253.</msg>
<msg time="2026-08-22T23:49:31.917491" level="FAIL">'bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory' should be empty.</msg>
<arg>${stderr}</arg>
<doc>Verifies that the given item is empty.</doc>
<status status="FAIL" start="2026-08-22T23:49:31.916778" elapsed="0.000881">'bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory' should be empty.</status>
</kw>
<msg time="2026-08-22T23:49:31.917956" level="INFO">${emptiness_status} = FAIL</msg>
<msg time="2026-08-22T23:49:31.918057" level="INFO">${result} = 'bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=tex...</msg>
<var>${emptiness_status}</var>
<var>${result}</var>
<arg>BuiltIn.Should_Be_Empty</arg>
<arg>${stderr}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:31.916440" elapsed="0.001673"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.919459" level="INFO">${success} = False</msg>
<var>${success}</var>
<arg>(${rc} == 0) and (("${emptiness_status}" == "PASS") or not ${stderr_must_be_empty})</arg>
<arg>True</arg>
<arg>False</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.918496" elapsed="0.001021"/>
</kw>
<if>
<branch type="IF" condition="(${log_on_success} and ${success}) or (${log_on_failure} and not ${success})">
<kw name="Log_Command_Results" owner="SSHKeywords">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.922965" level="INFO">&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/title&gt;
    &lt;meta http-equiv=Content-Type content=text/html</msg>
<arg>${stdout}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:31.921667" elapsed="0.001411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.924668" level="INFO">bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:31.923416" elapsed="0.001361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.926275" level="INFO">0</msg>
<arg>${rc}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:31.925196" elapsed="0.001124"/>
</kw>
<arg>${stdout}</arg>
<arg>${stderr}</arg>
<arg>${rc}</arg>
<doc>Log everything returned by SSHLibrary.Execute_Command</doc>
<status status="PASS" start="2026-08-22T23:49:31.920482" elapsed="0.005892"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:31.919687" elapsed="0.006721"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.919644" elapsed="0.006788"/>
</if>
<if>
<branch type="IF" condition="${return_success_only}">
<return>
<value>${success}</value>
<status status="NOT RUN" start="2026-08-22T23:49:31.926590" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:31.926487" elapsed="0.000146"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.926470" elapsed="0.000184"/>
</if>
<if>
<branch type="IF" condition="${success}">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T23:49:31.926792" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:31.926704" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.926689" elapsed="0.000206"/>
</if>
<kw name="Fail" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.927383" level="FAIL">Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</msg>
<arg>Got rc: ${rc} or stderr was not empty: ${stderr}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="FAIL" start="2026-08-22T23:49:31.927036" elapsed="0.000414">Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</status>
</kw>
<arg>${command}</arg>
<arg>return_success_only=False</arg>
<arg>log_on_success=${log_on_success}</arg>
<arg>log_on_failure=${log_on_failure}</arg>
<arg>stderr_must_be_empty=${stderr_must_be_empty}</arg>
<doc>Execute command via the active SSH connection. For success, rc has to be zero and optionally stderr has to be empty.
Log everything, depending on arguments and success. Return either success string or stdout.
TODO: Do we want to support customizing return values the same way as SSHLibrary.Execute_Command does?</doc>
<status status="FAIL" start="2026-08-22T23:49:31.882274" elapsed="0.045321">Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</status>
</kw>
<msg time="2026-08-22T23:49:31.927689" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Execute_Command_Passes</arg>
<arg>${command}</arg>
<arg>return_success_only=False</arg>
<arg>log_on_success=${log_on_success}</arg>
<arg>log_on_failure=${log_on_failure}</arg>
<arg>stderr_must_be_empty=${stderr_must_be_empty}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="FAIL" start="2026-08-22T23:49:31.881749" elapsed="0.045990"/>
</kw>
<arg>echo "${metadata}" | grep value | head -n 1 | cut -d '&gt;' -f 2 | cut -d '&lt;' -f 1</arg>
<arg>stderr_must_be_empty=${True}</arg>
<doc>A wrapper for Execute_Command_Passes with return_success_only=False
Also, log_on_success defaults to True (but is customizable, unlike return_success_only)..</doc>
<status status="FAIL" start="2026-08-22T23:49:31.881346" elapsed="0.046542">Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</status>
</kw>
<msg time="2026-08-22T23:49:31.928001" level="INFO">${status} = FAIL</msg>
<msg time="2026-08-22T23:49:31.928045" level="INFO">${namepart} = Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonaty...</msg>
<var>${status}</var>
<var>${namepart}</var>
<arg>SSHKeywords.Execute_Command_Should_Pass</arg>
<arg>echo "${metadata}" | grep value | head -n 1 | cut -d '&gt;' -f 2 | cut -d '&lt;' -f 1</arg>
<arg>stderr_must_be_empty=${True}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:31.880943" elapsed="0.047127"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.928495" level="INFO">Length is 288.</msg>
<msg time="2026-08-22T23:49:31.928569" level="INFO">${length} = 288</msg>
<var>${length}</var>
<arg>${namepart}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:31.928232" elapsed="0.000361"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.929235" level="INFO">${namepart} = 9.0.3</msg>
<var>${namepart}</var>
<arg>"${status}" != "PASS" or ${length} == 0</arg>
<arg>${version}</arg>
<arg>${namepart}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:31.928751" elapsed="0.000510"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.929765" level="INFO">${filename} = netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<var>${filename}</var>
<arg>${name_prefix}${namepart}${name_suffix}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:31.929420" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.930221" level="INFO">netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<arg>${filename}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:31.929973" elapsed="0.000293"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:31.930733" level="INFO">${url} = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/netconf/netconf-testtool/9.0.3/netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<var>${url}</var>
<arg>${url}/${filename}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:31.930417" elapsed="0.000343"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:31.931101" level="INFO">Executing command 'wget -q -N 'https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/netconf/netconf-testtool/9.0.3/netconf-testtool-9.0.3-rest-perf-client.jar' 2&gt;&amp;1'.</msg>
<msg time="2026-08-22T23:49:32.434517" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:32.434786" level="INFO">${response} = </msg>
<msg time="2026-08-22T23:49:32.434932" level="INFO">${result} = 0</msg>
<var>${response}</var>
<var>${result}</var>
<arg>wget -q -N '${url}' 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:31.930933" elapsed="0.504054"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:32.435988" level="INFO"/>
<arg>${response}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:32.435372" elapsed="0.000708"/>
</kw>
<if>
<branch type="IF" condition="${result} == 0">
<return>
<value>${filename}</value>
<status status="PASS" start="2026-08-22T23:49:32.436483" elapsed="0.000059"/>
</return>
<status status="PASS" start="2026-08-22T23:49:32.436234" elapsed="0.000383"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.436193" elapsed="0.000475"/>
</if>
<kw name="Replace String Using Regexp" owner="String">
<var>${release_url}</var>
<arg>${url}</arg>
<arg>autorelease-[0-9]{4}</arg>
<arg>opendaylight.release</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.437049" elapsed="0.000051"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<var>${response}</var>
<var>${result}</var>
<arg>wget -q -N '${release_url}' 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.437454" elapsed="0.000046"/>
</kw>
<if>
<branch type="IF" condition="${result} != 0">
<kw name="Fail" owner="BuiltIn">
<arg>Artifact "${artifact}" in component "${component}" could not be downloaded from ${release_url} nor ${url}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.437994" elapsed="0.000047"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:32.437655" elapsed="0.000457"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:32.437619" elapsed="0.000544"/>
</if>
<return>
<value>${filename}</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.438233" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:32.438536" level="INFO">${filename} = netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<var>${filename}</var>
<arg>${component}</arg>
<arg>${artifact}</arg>
<arg>${name_prefix}</arg>
<arg>${name_suffix}</arg>
<arg>${fallback_url}</arg>
<arg>${explicit_url}</arg>
<arg>${build_version}</arg>
<arg>${build_location}</arg>
<doc>Deploy the specified artifact from Nexus to the cwd of the machine to which the active SSHLibrary connection points.
netconf is a name part of an artifact present in system/ of ODl installation with the same version as netconf-testtool should have.
Must have https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/karaf/0.22.3-SNAPSHOT/karaf-0.22.3-20260822.180150-604.zip variable set to the URL from which the
tested ODL distribution was downloaded and this place must be
inside a repository created by a standard distribution
construction job. If this is detected to ne be the case, fallback URL is used.
If  is non-empty, Deploy_From_Utrl is called instead.
TODO: Allow deploying to a specific directory, we have SSHKeywords.Execute_Command_At_Cwd_Should_Pass now.</doc>
<status status="PASS" start="2026-08-22T23:49:31.142098" elapsed="1.296493"/>
</kw>
<return>
<value>${filename}</value>
<status status="PASS" start="2026-08-22T23:49:32.438818" elapsed="0.000093"/>
</return>
<msg time="2026-08-22T23:49:32.439185" level="INFO">${filename} = netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<var>${filename}</var>
<arg>netconf</arg>
<arg>netconf-testtool</arg>
<arg>rest-perf-client</arg>
<doc>Deploy a test tool.
The test tools have naming convention of the form
"&lt;repository_url&gt;/some/dir/somewhere/&lt;tool-name&gt;/&lt;tool-name&gt;-&lt;version-tag&gt;-${suffix}.jar"
where "&lt;tool-name&gt;" is the name of the tool and "&lt;version-tag&gt;" is
the version tag that is digged out of the maven metadata. This
keyword calculates ${name_prefix} and ${name_suffix} for
"Deploy_Artifact" and then calls "Deploy_Artifact" to do the real
work of deploying the artifact.</doc>
<status status="PASS" start="2026-08-22T23:49:31.134323" elapsed="1.304916"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:31.119692" elapsed="1.319646"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:31.119137" elapsed="1.320250"/>
</if>
<kw name="Compose_Full_Java_Command" owner="NexusKeywords">
<kw name="Compose_Base_Java_Command" owner="NexusKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${openjdk}""" == "openjdk8"</arg>
<arg>Compose_Dilemma_Filepath</arg>
<arg>${JAVA_8_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_8_HOME_UBUNTU}/bin/java</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:32.441851" elapsed="0.000724"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${openjdk}""" == "openjdk11"</arg>
<arg>Compose_Dilemma_Filepath</arg>
<arg>${JAVA_11_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_11_HOME_UBUNTU}/bin/java</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:32.442980" elapsed="0.000683"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${openjdk}""" == "openjdk17"</arg>
<arg>Compose_Dilemma_Filepath</arg>
<arg>${JAVA_17_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_17_HOME_UBUNTU}/bin/java</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:32.444056" elapsed="0.000670"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Compose_Dilemma_Filepath" owner="NexusKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:32.446275" level="INFO">Executing command 'ls -lA /usr/lib/jvm/java-21-openjdk-amd64/bin/java 2&gt;&amp;1'.</msg>
<msg time="2026-08-22T23:49:32.479801" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:32.480072" level="INFO">${out} = -rwxr-xr-x 1 root root 14456 Apr 26 09:33 /usr/lib/jvm/java-21-openjdk-amd64/bin/java</msg>
<msg time="2026-08-22T23:49:32.480172" level="INFO">${rc} = 0</msg>
<var>${out}</var>
<var>${rc}</var>
<arg>ls -lA ${specific_path} 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:32.446092" elapsed="0.034130"/>
</kw>
<if>
<branch type="IF" condition="${rc} == 0">
<return>
<value>${specific_path}</value>
<status status="PASS" start="2026-08-22T23:49:32.480643" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-08-22T23:49:32.480401" elapsed="0.000413"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.480357" elapsed="0.000543"/>
</if>
<return>
<value>${default_path}</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.480978" elapsed="0.000032"/>
</return>
<arg>${JAVA_21_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_21_HOME_UBUNTU}/bin/java</arg>
<doc>Query active SSH connection, return specific path if it exists else default path.</doc>
<status status="PASS" start="2026-08-22T23:49:32.445732" elapsed="0.035489"/>
</kw>
<msg time="2026-08-22T23:49:32.481315" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>"""${openjdk}""" == "openjdk21"</arg>
<arg>Compose_Dilemma_Filepath</arg>
<arg>${JAVA_21_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_21_HOME_UBUNTU}/bin/java</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:32.445179" elapsed="0.036240"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<var>${out}</var>
<var>${rc}</var>
<arg>java -version 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.481789" elapsed="0.000079"/>
</kw>
<if>
<branch type="IF" condition="${rc} == 0">
<return>
<value>java</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.482110" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.482030" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:32.481992" elapsed="0.000251"/>
</if>
<kw name="Execute Command" owner="SSHLibrary">
<var>${java}</var>
<arg>echo $JAVA_HOME/bin/java 2&gt;&amp;1</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.482559" elapsed="0.000046"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<var>${out}</var>
<var>${rc}</var>
<arg>${java} -version 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.482965" elapsed="0.000046"/>
</kw>
<if>
<branch type="IF" condition="${rc} == 0">
<return>
<value>${java}</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.483244" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.483166" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:32.483130" elapsed="0.000249"/>
</if>
<kw name="Get Environment Variable" owner="OperatingSystem">
<var>${JAVA_HOME}</var>
<arg>JAVA_HOME</arg>
<arg>${EMPTY}</arg>
<doc>Returns the value of an environment variable with the given name.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.483683" elapsed="0.000058"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${java}</var>
<arg>"""${JAVA_HOME}"""!=""</arg>
<arg>${JAVA_HOME}/bin/java</arg>
<arg>false</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.484120" elapsed="0.000047"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<var>${out}</var>
<var>${rc}</var>
<arg>${java} -version 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.484518" elapsed="0.000046"/>
</kw>
<if>
<branch type="IF" condition="${rc} == 0">
<return>
<value>${java}</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.484850" elapsed="0.000129"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.484722" elapsed="0.000327"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:32.484684" elapsed="0.000413"/>
</if>
<kw name="Fail" owner="BuiltIn">
<arg>Unable to find Java; specify \${JDKVERSION}, put it to your PATH or set JAVA_HOME environment variable.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.485307" elapsed="0.000028"/>
</kw>
<msg time="2026-08-22T23:49:32.485474" level="INFO">${base_command} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java</msg>
<var>${base_command}</var>
<arg>openjdk=${openjdk}</arg>
<doc>Return string suitable for launching Java programs over SSHLibrary, depending on JRE version needed.
This requires that the SSH connection on which the command is going to be used is active as it is needed for querying files.
Commands composed for one SSH connection shall not be reused on other SSH connections as the two connections may have different Java setups.
Not directly related to Nexus, but versioned Java tools may need this.</doc>
<status status="PASS" start="2026-08-22T23:49:32.441118" elapsed="0.044390"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:32.486258" level="INFO">${full_command} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx4G -jar netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<var>${full_command}</var>
<arg>${base_command} ${options}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:32.485772" elapsed="0.000524"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:32.486889" level="INFO">/usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx4G -jar netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<arg>${full_command}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:32.486518" elapsed="0.000434"/>
</kw>
<return>
<value>${full_command}</value>
<status status="PASS" start="2026-08-22T23:49:32.487012" elapsed="0.000038"/>
</return>
<msg time="2026-08-22T23:49:32.487220" level="INFO">${prefix} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx4G -jar netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<var>${prefix}</var>
<arg>-Xmx4G -jar ${filename}</arg>
<doc>Return full Bash command to run Java with given options.
This requires that the SSH connection on which the command is going to be used is active as it is needed for querying files.
The options may include JVM options, application command line arguments, Bash redirects and other constructs.</doc>
<status status="PASS" start="2026-08-22T23:49:32.439900" elapsed="0.047355"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:32.492620" level="INFO">${RestPerfClient__restperfclient_invocation_command_prefix} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx4G -jar netconf-testtool-9.0.3-rest-perf-client.jar</msg>
<arg>${RestPerfClient__restperfclient_invocation_command_prefix}</arg>
<arg>${prefix}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:32.487479" elapsed="0.005209"/>
</kw>
<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="PASS" start="2026-08-22T23:49:30.760123" elapsed="1.732666"/>
</kw>
<kw name="Open_Connection_To_Tools_System" owner="SSHKeywords">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:32.498856" level="INFO">${tools_connection} = 23</msg>
<var>${tools_connection}</var>
<arg>${ip_address}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T23:49:32.498437" elapsed="0.000446"/>
</kw>
<kw name="Flexible_Mininet_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-08-22T23:49:32.500491" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:32.500568" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:32.500230" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:32.500756" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:32.501954" level="INFO">Logging into '10.30.170.191:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:32.826073" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:30 UTC 2026

  System load:  0.11               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.191
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 22 23:49:31 2026 from 10.30.171.225
[?2004h[jenkins@releng-49281-201-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:32.501621" elapsed="0.324642"/>
</kw>
<msg time="2026-08-22T23:49:32.826375" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:32.501269" elapsed="0.325210"/>
</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="PASS" start="2026-08-22T23:49:32.499784" elapsed="0.326855"/>
</kw>
<msg time="2026-08-22T23:49:32.826716" 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="PASS" start="2026-08-22T23:49:32.499400" elapsed="0.327384"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-08-22T23:49:32.499067" elapsed="0.327852"/>
</kw>
<return>
<value>${tools_connection}</value>
<status status="PASS" start="2026-08-22T23:49:32.826992" elapsed="0.000055"/>
</return>
<msg time="2026-08-22T23:49:32.827282" level="INFO">${testtool} = 23</msg>
<var>${testtool}</var>
<doc>Open a connection to the tools system at ${ip_address} and return its identifier.</doc>
<status status="PASS" start="2026-08-22T23:49:32.498097" elapsed="0.329223"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:32.828273" level="INFO">${testtool} = 23</msg>
<arg>${testtool}</arg>
<arg>${testtool}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:32.827645" elapsed="0.000691"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:32.829125" level="INFO">Creating Session using : alias=node1, url=http://10.30.171.24:8181, headers={'Content-Type': 'application/xml'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7d7aec44cc90&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<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="PASS" start="2026-08-22T23:49:32.828593" elapsed="0.000836"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:32.830111" level="INFO">Creating Session using : alias=node2, url=http://10.30.170.104:8181, headers={'Content-Type': 'application/xml'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7d7aec44e1d0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<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="PASS" start="2026-08-22T23:49:32.829662" elapsed="0.000719"/>
</kw>
<doc>Setup everything needed for the test cases.</doc>
<status status="PASS" start="2026-08-22T23:49:25.552747" elapsed="7.277731"/>
</kw>
<test id="s1-t1" name="Start_Testtool" line="54">
<kw name="Setup_Test_With_Logging_And_Fast_Failing" owner="SetupUtils" type="SETUP">
<kw name="Fail_This_Fast_On_Previous_Error" owner="FailFast">
<if>
<branch type="IF" condition="'''${SuiteFastFail}'''=='True'">
<kw name="Fail" owner="BuiltIn">
<arg>SKIPPED due to a failure in a previous fundamental test case.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.835717" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:32.835375" elapsed="0.000424"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.835345" elapsed="0.000517"/>
</if>
<doc>Mark (immediately) this test case as failed when fast-fail is enabled in suite.</doc>
<status status="PASS" start="2026-08-22T23:49:32.835102" elapsed="0.000831"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Log_Testcase_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-08-22T23:49:32.837391" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.837256" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.837228" elapsed="0.000230"/>
</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-08-22T23:49:32.842289" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.842177" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.842158" elapsed="0.000199"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:32.843388" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:32.842990" elapsed="0.000424"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:32.843891" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:32.843572" elapsed="0.000344"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:32.843962" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:32.844115" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:32.842600" elapsed="0.001539"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.849550" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.849439" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.849420" elapsed="0.000198"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.850711" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.850603" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.850585" elapsed="0.000193"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:32.851233" level="INFO">${karaf_connection_index} = 10</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:32.850940" elapsed="0.000320"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:32.851630" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:32.851423" elapsed="0.000233"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:32.908004" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:32.852175" elapsed="0.055984"/>
</kw>
<msg time="2026-08-22T23:49:32.908267" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:32.908312" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:32.851811" elapsed="0.056538"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:32.929416" level="INFO">"s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:32.909318" elapsed="0.020236"/>
</kw>
<msg time="2026-08-22T23:49:32.929664" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:32.929709" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:32.908719" elapsed="0.021026"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.930083" elapsed="0.000068"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:32.929850" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.929808" elapsed="0.000405"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:32.930664" level="INFO"> "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:32.930360" elapsed="0.000364"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.931034" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:32.930790" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.930772" elapsed="0.000341"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:32.931147" elapsed="0.000036"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:32.933927" elapsed="0.000267"/>
</kw>
<msg time="2026-08-22T23:49:32.934258" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:32.932595" elapsed="0.001868"/>
</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="NOT RUN" start="2026-08-22T23:49:32.934837" elapsed="0.000058"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.935196" elapsed="0.000056"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:32.931988" elapsed="0.003427"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:32.931448" elapsed="0.004017"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:32.850307" elapsed="0.085252"/>
</kw>
<msg time="2026-08-22T23:49:32.935649" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:32.935692" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:32.849765" elapsed="0.085963"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:32.935944" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:32.935804" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.935786" elapsed="0.000242"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 1,
close the previous connection. In any case create a new connection
to karaf console for 1, set correct prompt set and login to karaf console.
Store connection index for 1 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.936425" elapsed="0.000025"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:32.936772" elapsed="0.000024"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.937000" elapsed="0.000018"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:32.849102" elapsed="0.088008"/>
</kw>
<msg time="2026-08-22T23:49:32.937204" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:32.937248" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<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="PASS" start="2026-08-22T23:49:32.844575" elapsed="0.092709"/>
</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-08-22T23:49:32.937607" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:32.937359" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.937342" elapsed="0.000342"/>
</if>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:32.844402" elapsed="0.093305"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.943032" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.942924" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.942904" elapsed="0.000196"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:32.944174" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:32.944064" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:32.944046" elapsed="0.000194"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:32.944665" level="INFO">${karaf_connection_index} = 12</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:32.944382" elapsed="0.000309"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:32.945113" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:32.944910" elapsed="0.000230"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.001950" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:32.945631" elapsed="0.056459"/>
</kw>
<msg time="2026-08-22T23:49:33.002192" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:33.002236" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:32.945298" elapsed="0.056975"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.024748" level="INFO">"s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:33.002952" elapsed="0.022131"/>
</kw>
<msg time="2026-08-22T23:49:33.025215" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:33.025262" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:33.002440" elapsed="0.022858"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.025606" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.025377" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.025357" elapsed="0.000330"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.026150" level="INFO"> "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.025847" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.026508" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.026294" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.026276" elapsed="0.000310"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:33.026618" elapsed="0.000027"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:33.029296" elapsed="0.000250"/>
</kw>
<msg time="2026-08-22T23:49:33.029610" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.027962" elapsed="0.001840"/>
</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="NOT RUN" start="2026-08-22T23:49:33.030172" elapsed="0.000057"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.030526" elapsed="0.000057"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:33.027387" elapsed="0.003359"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:33.026885" elapsed="0.003908"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:32.943751" elapsed="0.087171"/>
</kw>
<msg time="2026-08-22T23:49:33.031013" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:33.031056" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:32.943250" elapsed="0.087842"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:33.031275" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:33.031167" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.031148" elapsed="0.000208"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 2,
close the previous connection. In any case create a new connection
to karaf console for 2, set correct prompt set and login to karaf console.
Store connection index for 2 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.031736" elapsed="0.000025"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.032082" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:33.032189" elapsed="0.000017"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:32.942569" elapsed="0.089733"/>
</kw>
<msg time="2026-08-22T23:49:33.032395" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:33.032449" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<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="PASS" start="2026-08-22T23:49:32.937995" elapsed="0.094491"/>
</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-08-22T23:49:33.032808" elapsed="0.000167"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.032561" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.032543" elapsed="0.000491"/>
</if>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:32.937854" elapsed="0.095203"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:33.038267" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:33.038158" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.038139" elapsed="0.000195"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:33.039414" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:33.039306" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.039288" elapsed="0.000192"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:33.039909" level="INFO">${karaf_connection_index} = 14</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:33.039620" elapsed="0.000316"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.040285" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:33.040090" elapsed="0.000220"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.093062" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:33.040807" elapsed="0.052408"/>
</kw>
<msg time="2026-08-22T23:49:33.093327" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:33.093372" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:33.040478" elapsed="0.052930"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.115192" level="INFO">"s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:33.093963" elapsed="0.021915"/>
</kw>
<msg time="2026-08-22T23:49:33.116106" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:33.116206" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:33.093587" elapsed="0.022697"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.116997" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.116474" elapsed="0.000646"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.116431" elapsed="0.000743"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.118143" level="INFO"> "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.117486" elapsed="0.000789"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.118937" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.118416" elapsed="0.000644"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.118378" elapsed="0.000734"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:33.119187" elapsed="0.000061"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:33.124932" elapsed="0.000342"/>
</kw>
<msg time="2026-08-22T23:49:33.125337" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.122212" elapsed="0.003316"/>
</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="NOT RUN" start="2026-08-22T23:49:33.125889" elapsed="0.000060"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.126292" elapsed="0.000056"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:33.120937" elapsed="0.005575"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:33.119749" elapsed="0.006812"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:33.039007" elapsed="0.087649"/>
</kw>
<msg time="2026-08-22T23:49:33.126746" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:33.126789" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:33.038480" elapsed="0.088417"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:33.127087" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:33.126977" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.126959" elapsed="0.000214"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 3,
close the previous connection. In any case create a new connection
to karaf console for 3, set correct prompt set and login to karaf console.
Store connection index for 3 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.127560" elapsed="0.000026"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.127967" elapsed="0.000031"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:33.128047" elapsed="0.000015"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:33.037808" elapsed="0.090345"/>
</kw>
<msg time="2026-08-22T23:49:33.128244" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:33.128292" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "S "t "a "r "t "_ "T "e "s "t "t "o "o "l "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                      ...</msg>
<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="PASS" start="2026-08-22T23:49:33.033316" elapsed="0.095012"/>
</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-08-22T23:49:33.128662" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.128417" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.128399" elapsed="0.000340"/>
</if>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:33.033178" elapsed="0.095584"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:32.844208" elapsed="0.284584"/>
</for>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</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-08-22T23:49:32.841806" elapsed="0.287104"/>
</kw>
<arg>member_index_list=${member_index_list}</arg>
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:32.836800" elapsed="0.292172"/>
</kw>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:32.836144" elapsed="0.292877"/>
</kw>
<doc>Test case setup which skips on previous failure. If not, logs test case name to Karaf log.
Recommended to be used as the default test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:32.831612" elapsed="0.297468"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${testtool}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:33.129259" elapsed="0.000135"/>
</kw>
<kw name="Install_And_Start_Testtool" owner="NetconfKeywords">
<kw name="Deploy_Test_Tool" owner="NexusKeywords">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.149456" level="INFO">${name_prefix} = netconf-testtool-</msg>
<var>${name_prefix}</var>
<arg>${artifact}-</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:33.149156" elapsed="0.000327"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.149992" level="INFO">${extension} = jar</msg>
<var>${extension}</var>
<arg>'${component}'=='odl-micro'</arg>
<arg>tar</arg>
<arg>jar</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.149643" elapsed="0.000375"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.150561" level="INFO">${name_suffix} = -executable.jar</msg>
<var>${name_suffix}</var>
<arg>"${suffix}" != ""</arg>
<arg>-${suffix}.${extension}</arg>
<arg>.${extension}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.150180" elapsed="0.000407"/>
</kw>
<kw name="Deploy_Artifact" owner="NexusKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_url}""" != ""</arg>
<arg>Deploy_From_Url</arg>
<arg>${explicit_url}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.151834" elapsed="0.000306"/>
</kw>
<kw name="Fetch From Left" owner="String">
<msg time="2026-08-22T23:49:33.152528" level="INFO">${urlbase} = https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</msg>
<var>${urlbase}</var>
<arg>${BUNDLE_URL}</arg>
<arg>/org/opendaylight</arg>
<doc>Returns contents of the ``string`` before the first occurrence of ``marker``.</doc>
<status status="PASS" start="2026-08-22T23:49:33.152301" elapsed="0.000253"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.153111" level="INFO">${urlbase} = https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</msg>
<var>${urlbase}</var>
<arg>'${urlbase}' != '${BUNDLE_URL}'</arg>
<arg>${urlbase}</arg>
<arg>${fallback_url}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.152713" elapsed="0.000461"/>
</kw>
<kw name="Run_Keyword_If_At_Most_Magnesium" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run_Keyword_If_At_Most" owner="CompareStream">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${Stream_dict}[${ODL_STREAM}] &lt;= ${Stream_dict}[${upper_bound}]</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.173045" elapsed="0.000404"/>
</kw>
<arg>magnesium</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Compare ${upper_bound} to titanium and in case titanium is at most ${upper_bound},
run Collections.Remove_Values_From_List [['mdsal', 'odlparent', 'yangtools', 'carpeople', 'netconf', 'bgpcep'], 'carpeople'] {} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:33.172579" elapsed="0.000938"/>
</kw>
<msg time="2026-08-22T23:49:33.173562" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run_Keyword_If_At_Most</arg>
<arg>magnesium</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.164173" elapsed="0.009439"/>
</kw>
<arg>Collections.Remove_Values_From_List</arg>
<arg>${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>carpeople</arg>
<doc>Compare magnesium to titanium and in case titanium is at most magnesium,
run ${kw_name} @{varargs} &amp;{kwargs} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:33.163764" elapsed="0.009922"/>
</kw>
<kw name="Run_Keyword_If_At_Most_Aluminium" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run_Keyword_If_At_Most" owner="CompareStream">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${Stream_dict}[${ODL_STREAM}] &lt;= ${Stream_dict}[${upper_bound}]</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.191695" elapsed="0.000414"/>
</kw>
<arg>aluminium</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Compare ${upper_bound} to titanium and in case titanium is at most ${upper_bound},
run Collections.Remove_Values_From_List [['mdsal', 'odlparent', 'yangtools', 'carpeople', 'netconf', 'bgpcep'], 'netconf'] {} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:33.191246" elapsed="0.000932"/>
</kw>
<msg time="2026-08-22T23:49:33.192223" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run_Keyword_If_At_Most</arg>
<arg>aluminium</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.182938" elapsed="0.009333"/>
</kw>
<arg>Collections.Remove_Values_From_List</arg>
<arg>${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>netconf</arg>
<doc>Compare aluminium to titanium and in case titanium is at most aluminium,
run ${kw_name} @{varargs} &amp;{kwargs} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:33.182540" elapsed="0.009825"/>
</kw>
<kw name="Run_Keyword_If_At_Most_Silicon" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run_Keyword_If_At_Most" owner="CompareStream">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${Stream_dict}[${ODL_STREAM}] &lt;= ${Stream_dict}[${upper_bound}]</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.210402" elapsed="0.000408"/>
</kw>
<arg>silicon</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Compare ${upper_bound} to titanium and in case titanium is at most ${upper_bound},
run Collections.Remove_Values_From_List [['mdsal', 'odlparent', 'yangtools', 'carpeople', 'netconf', 'bgpcep'], 'bgpcep'] {} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:33.209951" elapsed="0.000944"/>
</kw>
<msg time="2026-08-22T23:49:33.210940" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run_Keyword_If_At_Most</arg>
<arg>silicon</arg>
<arg>${kw_name}</arg>
<arg>@{varargs}</arg>
<arg>&amp;{kwargs}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.201585" elapsed="0.009404"/>
</kw>
<arg>Collections.Remove_Values_From_List</arg>
<arg>${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>bgpcep</arg>
<doc>Compare silicon to titanium and in case titanium is at most silicon,
run ${kw_name} @{varargs} &amp;{kwargs} and return its value.</doc>
<status status="PASS" start="2026-08-22T23:49:33.201202" elapsed="0.009861"/>
</kw>
<if>
<branch type="IF" condition="'${build_version}'=='${EMPTY}'">
<kw name="NexusKeywords__Detect_Version_To_Pull" owner="NexusKeywords">
<kw name="NexusKeywords__Get_Items_To_Look_At" owner="NexusKeywords">
<kw name="Dictionary Should Contain Key" owner="Collections">
<arg>${COMPONENT_MAPPING}</arg>
<arg>${component}</arg>
<arg>Component not supported by NexusKeywords version detection: ${component}</arg>
<doc>Fails if ``key`` is not found from ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:33.214012" elapsed="0.000248"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Get From Dictionary" owner="Collections">
<arg>${COMPONENT_MAPPING}</arg>
<arg>${component}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:33.214760" elapsed="0.000191"/>
</kw>
<msg time="2026-08-22T23:49:33.214996" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Collections.Get_From_Dictionary</arg>
<arg>${COMPONENT_MAPPING}</arg>
<arg>${component}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.214420" elapsed="0.000626"/>
</kw>
<msg time="2026-08-22T23:49:33.215145" level="INFO">${itemlist} = netconf-api</msg>
<var>${itemlist}</var>
<arg>${component}</arg>
<doc>Get a list of items that might contain the version number that we are looking for.</doc>
<status status="PASS" start="2026-08-22T23:49:33.213685" elapsed="0.001488"/>
</kw>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.215457" level="INFO">index=23
host=10.30.170.191
alias=None
port=22
timeout=10 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T23:49:33.215556" level="INFO">${current_ssh_connection} = index=23
host=10.30.170.191
alias=None
port=22
timeout=10 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T23:49:33.215332" elapsed="0.000250"/>
</kw>
<kw name="Open_Connection_To_ODL_System" owner="SSHKeywords">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.220641" level="INFO">${odl_connection} = 24</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-08-22T23:49:33.220214" elapsed="0.000454"/>
</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-08-22T23:49:33.222461" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T23:49:33.222539" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:33.222173" elapsed="0.000389"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.222714" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.224384" level="INFO">Logging into '10.30.171.24:22' as 'jenkins'.</msg>
<msg time="2026-08-22T23:49:33.554292" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 23:49:21 UTC 2026

  System load:  0.48               Processes:             127
  Usage of /:   13.8% of 77.35GB   Users logged in:       0
  Memory usage: 6%                 IPv4 address for ens3: 10.30.171.24
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 22 23:49:31 2026 from 10.30.171.225
[?2004h[jenkins@releng-49281-201-0-builder-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T23:49:33.223564" elapsed="0.330828"/>
</kw>
<msg time="2026-08-22T23:49:33.554460" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.223212" elapsed="0.331310"/>
</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="PASS" start="2026-08-22T23:49:33.221672" elapsed="0.332951"/>
</kw>
<msg time="2026-08-22T23:49:33.554674" 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="PASS" start="2026-08-22T23:49:33.221242" elapsed="0.333481"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-08-22T23:49:33.220863" elapsed="0.333941"/>
</kw>
<return>
<value>${odl_connection}</value>
<status status="PASS" start="2026-08-22T23:49:33.554865" elapsed="0.000036"/>
</return>
<doc>Open a connection to the ODL system at ${ip_address} and return its identifier.</doc>
<status status="PASS" start="2026-08-22T23:49:33.219871" elapsed="0.335138"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.555448" level="INFO">Executing command 'sh search.sh /tmp/karaf-0.22.3-SNAPSHOT/system netconf-api'.</msg>
<msg time="2026-08-22T23:49:33.597964" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:33.598208" level="INFO">${version} = 9.0.3
org/opendaylight/netconf</msg>
<msg time="2026-08-22T23:49:33.598310" level="INFO">${result} = 0</msg>
<var>${version}</var>
<var>${result}</var>
<arg>sh search.sh ${WORKSPACE}/${BUNDLEFOLDER}/system ${itemlist}</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:33.555191" elapsed="0.043170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:33.598729" elapsed="0.000503"/>
</kw>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:33.606653" elapsed="0.000351"/>
</kw>
<msg time="2026-08-22T23:49:33.607104" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.605436" elapsed="0.001782"/>
</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="NOT RUN" start="2026-08-22T23:49:33.607568" elapsed="0.000049"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.607959" elapsed="0.000059"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:33.599774" elapsed="0.008429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.609133" level="INFO">9.0.3
org/opendaylight/netconf</msg>
<arg>${version}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.608532" elapsed="0.000718"/>
</kw>
<if>
<branch type="IF" condition="${result}!=0">
<kw name="Fail" owner="BuiltIn">
<arg>Component "${component}": searching for "${itemlist}" found no version, cannot locate test tool.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.609594" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.609360" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.609332" elapsed="0.000341"/>
</if>
<kw name="Split String" owner="String">
<msg time="2026-08-22T23:49:33.610064" level="INFO">${version} = 9.0.3</msg>
<msg time="2026-08-22T23:49:33.610110" level="INFO">${location} = org/opendaylight/netconf</msg>
<var>${version}</var>
<var>${location}</var>
<arg>${version}</arg>
<arg>max_split=1</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T23:49:33.609815" elapsed="0.000318"/>
</kw>
<return>
<value>${version}</value>
<value>${location}</value>
<status status="PASS" start="2026-08-22T23:49:33.610183" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:33.610373" level="INFO">${version} = 9.0.3</msg>
<msg time="2026-08-22T23:49:33.610416" level="INFO">${location} = org/opendaylight/netconf</msg>
<var>${version}</var>
<var>${location}</var>
<arg>${component}</arg>
<doc>Determine the exact Nexus directory to be used as a source for a particular test tool
Figure out what version of the tool needs to be pulled out of the
Nexus by looking at the version directory of the subsystem from
which the tool is being pulled. This code is REALLY UGLY but there
is no way around it until the bug
https://bugs.opendaylight.org/show_bug.cgi?id=5206 gets fixed.
I also don't want to depend on maven-metadata-local.xml and other
bits and pieces of ODL distribution which are not required for ODL
to function properly.</doc>
<status status="PASS" start="2026-08-22T23:49:33.213270" elapsed="0.397169"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:33.211137" elapsed="0.399388"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<var>${version}</var>
<var>${location}</var>
<arg>${build_version}</arg>
<arg>${build_location}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.610703" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.610551" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.211118" elapsed="0.399668"/>
</if>
<if>
<branch type="IF" condition="'SNAPSHOT' in '${version}'">
<kw name="Remove Values From List" owner="Collections">
<arg>${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>netconf</arg>
<arg>bgpcep</arg>
<doc>Removes all occurrences of given ``values`` from ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.611074" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:33.610858" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.610841" elapsed="0.000317"/>
</if>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.611685" level="INFO">${is_staged} = "FALSE"</msg>
<var>${is_staged}</var>
<arg>"opendaylight.release" not in '${urlbase}' and "opendaylight.snapshot" not in '${urlbase}'</arg>
<arg>"TRUE"</arg>
<arg>"FALSE"</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.611310" elapsed="0.000401"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.612294" level="INFO">${is_mri_component} = "TRUE"</msg>
<var>${is_mri_component}</var>
<arg>'${component}' in ${RELEASE_INTEGRATED_COMPONENTS}</arg>
<arg>"TRUE"</arg>
<arg>"FALSE"</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.611893" elapsed="0.000428"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.612897" level="INFO">${urlbase} = https://nexus.opendaylight.org/content/repositories/opendaylight.release</msg>
<var>${urlbase}</var>
<arg>${is_mri_component} == "TRUE" and ${is_staged} == "FALSE"</arg>
<arg>${NEXUS_RELEASE_BASE_URL}</arg>
<arg>${urlbase}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.612485" elapsed="0.000440"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.613450" level="INFO">${url} = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/netconf/netconf-testtool/9.0.3</msg>
<var>${url}</var>
<arg>${urlbase}/${location}/${artifact}/${version}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:33.613082" elapsed="0.000395"/>
</kw>
<kw name="Execute_Command_Should_Pass" owner="SSHKeywords">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Execute_Command_Passes" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.615391" level="INFO">Executing command 'curl -L https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml'.</msg>
<msg time="2026-08-22T23:49:33.689075" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:33.689341" level="INFO">${stdout} = &lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.rel...</msg>
<msg time="2026-08-22T23:49:33.689450" level="INFO">${stderr} =   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0   ...</msg>
<msg time="2026-08-22T23:49:33.689547" level="INFO">${rc} = 0</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<var>${rc}</var>
<arg>${command}</arg>
<arg>return_stderr=True</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:33.615211" elapsed="0.074387"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Should Be Empty" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.691456" level="INFO">Length is 316.</msg>
<msg time="2026-08-22T23:49:33.691648" level="FAIL">'  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1080    0  1080    0     0  20987      0 --:--:-- --:--:-- --:--:-- 21176' should be empty.</msg>
<arg>${stderr}</arg>
<doc>Verifies that the given item is empty.</doc>
<status status="FAIL" start="2026-08-22T23:49:33.690850" elapsed="0.000955">'  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1080    0  1080    0     0  20987      0 --:--:-- --:--:-- --:--:-- 21176' should be empty.</status>
</kw>
<msg time="2026-08-22T23:49:33.692097" level="INFO">${emptiness_status} = FAIL</msg>
<msg time="2026-08-22T23:49:33.692201" level="INFO">${result} = '  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0  ...</msg>
<var>${emptiness_status}</var>
<var>${result}</var>
<arg>BuiltIn.Should_Be_Empty</arg>
<arg>${stderr}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:33.690043" elapsed="0.002214"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.693613" level="INFO">${success} = True</msg>
<var>${success}</var>
<arg>(${rc} == 0) and (("${emptiness_status}" == "PASS") or not ${stderr_must_be_empty})</arg>
<arg>True</arg>
<arg>False</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.692628" elapsed="0.001044"/>
</kw>
<if>
<branch type="IF" condition="(${log_on_success} and ${success}) or (${log_on_failure} and not ${success})">
<kw name="Log_Command_Results" owner="SSHKeywords">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.696178" level="INFO">&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/title&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&gt;

    &lt;link rel="icon" type="image/png" href="https://nexus.opendaylight.org/favicon.png"&gt;
    &lt;!--[if IE]&gt;
    &lt;link rel="SHORTCUT ICON" href="https://nexus.opendaylight.org/favicon.ico"/&gt;
    &lt;![endif]--&gt;

    &lt;link rel="stylesheet" href="https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02" type="text/css" media="screen" title="no title" charset="utf-8"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/h1&gt;
    &lt;p&gt;Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;</msg>
<arg>${stdout}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.695566" elapsed="0.000745"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.697302" level="INFO">  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1080    0  1080    0     0  20987      0 --:--:-- --:--:-- --:--:-- 21176</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.696724" elapsed="0.000681"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.698294" level="INFO">0</msg>
<arg>${rc}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.697735" elapsed="0.000656"/>
</kw>
<arg>${stdout}</arg>
<arg>${stderr}</arg>
<arg>${rc}</arg>
<doc>Log everything returned by SSHLibrary.Execute_Command</doc>
<status status="PASS" start="2026-08-22T23:49:33.694632" elapsed="0.003877"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:33.693876" elapsed="0.004710"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.693801" elapsed="0.004840"/>
</if>
<if>
<branch type="IF" condition="${return_success_only}">
<return>
<value>${success}</value>
<status status="NOT RUN" start="2026-08-22T23:49:33.699021" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:33.698765" elapsed="0.000356"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.698726" elapsed="0.000442"/>
</if>
<if>
<branch type="IF" condition="${success}">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-08-22T23:49:33.699475" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-08-22T23:49:33.699279" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.699246" elapsed="0.000410"/>
</if>
<kw name="Fail" owner="BuiltIn">
<arg>Got rc: ${rc} or stderr was not empty: ${stderr}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:33.700002" elapsed="0.000050"/>
</kw>
<arg>${command}</arg>
<arg>return_success_only=False</arg>
<arg>log_on_success=${log_on_success}</arg>
<arg>log_on_failure=${log_on_failure}</arg>
<arg>stderr_must_be_empty=${stderr_must_be_empty}</arg>
<doc>Execute command via the active SSH connection. For success, rc has to be zero and optionally stderr has to be empty.
Log everything, depending on arguments and success. Return either success string or stdout.
TODO: Do we want to support customizing return values the same way as SSHLibrary.Execute_Command does?</doc>
<status status="PASS" start="2026-08-22T23:49:33.614607" elapsed="0.085738"/>
</kw>
<msg time="2026-08-22T23:49:33.700479" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Execute_Command_Passes</arg>
<arg>${command}</arg>
<arg>return_success_only=False</arg>
<arg>log_on_success=${log_on_success}</arg>
<arg>log_on_failure=${log_on_failure}</arg>
<arg>stderr_must_be_empty=${stderr_must_be_empty}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:33.614083" elapsed="0.086501"/>
</kw>
<msg time="2026-08-22T23:49:33.700943" level="INFO">${metadata} = &lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.rel...</msg>
<var>${metadata}</var>
<arg>curl -L ${url}/maven-metadata.xml</arg>
<doc>A wrapper for Execute_Command_Passes with return_success_only=False
Also, log_on_success defaults to True (but is customizable, unlike return_success_only)..</doc>
<status status="PASS" start="2026-08-22T23:49:33.613679" elapsed="0.087327"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Command_Should_Pass" owner="SSHKeywords">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Execute_Command_Passes" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.703713" level="INFO">Executing command 'echo "&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/title&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&gt;

    &lt;link rel="icon" type="image/png" href="https://nexus.opendaylight.org/favicon.png"&gt;
    &lt;!--[if IE]&gt;
    &lt;link rel="SHORTCUT ICON" href="https://nexus.opendaylight.org/favicon.ico"/&gt;
    &lt;![endif]--&gt;

    &lt;link rel="stylesheet" href="https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02" type="text/css" media="screen" title="no title" charset="utf-8"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/h1&gt;
    &lt;p&gt;Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;" | grep value | head -n 1 | cut -d '&gt;' -f 2 | cut -d '&lt;' -f 1'.</msg>
<msg time="2026-08-22T23:49:33.740349" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:33.740598" level="INFO">${stdout} = &lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.rel...</msg>
<msg time="2026-08-22T23:49:33.740704" level="INFO">${stderr} = bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text...</msg>
<msg time="2026-08-22T23:49:33.740799" level="INFO">${rc} = 0</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<var>${rc}</var>
<arg>${command}</arg>
<arg>return_stderr=True</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:33.703533" elapsed="0.037356"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Should Be Empty" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.742650" level="INFO">Length is 253.</msg>
<msg time="2026-08-22T23:49:33.742857" level="FAIL">'bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory' should be empty.</msg>
<arg>${stderr}</arg>
<doc>Verifies that the given item is empty.</doc>
<status status="FAIL" start="2026-08-22T23:49:33.742062" elapsed="0.000950">'bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory' should be empty.</status>
</kw>
<msg time="2026-08-22T23:49:33.743248" level="INFO">${emptiness_status} = FAIL</msg>
<msg time="2026-08-22T23:49:33.743344" level="INFO">${result} = 'bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=tex...</msg>
<var>${emptiness_status}</var>
<var>${result}</var>
<arg>BuiltIn.Should_Be_Empty</arg>
<arg>${stderr}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:33.741280" elapsed="0.002119"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.744871" level="INFO">${success} = False</msg>
<var>${success}</var>
<arg>(${rc} == 0) and (("${emptiness_status}" == "PASS") or not ${stderr_must_be_empty})</arg>
<arg>True</arg>
<arg>False</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.743877" elapsed="0.001055"/>
</kw>
<if>
<branch type="IF" condition="(${log_on_success} and ${success}) or (${log_on_failure} and not ${success})">
<kw name="Log_Command_Results" owner="SSHKeywords">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.747383" level="INFO">&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;404 - Path /org/opendaylight/netconf/netconf-testtool/9.0.3/maven-metadata.xml not found in local storage of repository &amp;quot;opendaylight.release&amp;quot; [id=opendaylight.release]&lt;/title&gt;
    &lt;meta http-equiv=Content-Type content=text/html</msg>
<arg>${stdout}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.746805" elapsed="0.000685"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.748450" level="INFO">bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.747850" elapsed="0.000706"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.749351" level="INFO">0</msg>
<arg>${rc}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.748921" elapsed="0.000488"/>
</kw>
<arg>${stdout}</arg>
<arg>${stderr}</arg>
<arg>${rc}</arg>
<doc>Log everything returned by SSHLibrary.Execute_Command</doc>
<status status="PASS" start="2026-08-22T23:49:33.745913" elapsed="0.003571"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:33.745103" elapsed="0.004430"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.745060" elapsed="0.004507"/>
</if>
<if>
<branch type="IF" condition="${return_success_only}">
<return>
<value>${success}</value>
<status status="NOT RUN" start="2026-08-22T23:49:33.749783" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:33.749643" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.749620" elapsed="0.000277"/>
</if>
<if>
<branch type="IF" condition="${success}">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T23:49:33.750092" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:33.749969" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:33.749947" elapsed="0.000233"/>
</if>
<kw name="Fail" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.750864" level="FAIL">Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</msg>
<arg>Got rc: ${rc} or stderr was not empty: ${stderr}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="FAIL" start="2026-08-22T23:49:33.750373" elapsed="0.000584">Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</status>
</kw>
<arg>${command}</arg>
<arg>return_success_only=False</arg>
<arg>log_on_success=${log_on_success}</arg>
<arg>log_on_failure=${log_on_failure}</arg>
<arg>stderr_must_be_empty=${stderr_must_be_empty}</arg>
<doc>Execute command via the active SSH connection. For success, rc has to be zero and optionally stderr has to be empty.
Log everything, depending on arguments and success. Return either success string or stdout.
TODO: Do we want to support customizing return values the same way as SSHLibrary.Execute_Command does?</doc>
<status status="FAIL" start="2026-08-22T23:49:33.702948" elapsed="0.048178">Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</status>
</kw>
<msg time="2026-08-22T23:49:33.751210" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Execute_Command_Passes</arg>
<arg>${command}</arg>
<arg>return_success_only=False</arg>
<arg>log_on_success=${log_on_success}</arg>
<arg>log_on_failure=${log_on_failure}</arg>
<arg>stderr_must_be_empty=${stderr_must_be_empty}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="FAIL" start="2026-08-22T23:49:33.702418" elapsed="0.048857"/>
</kw>
<arg>echo "${metadata}" | grep value | head -n 1 | cut -d '&gt;' -f 2 | cut -d '&lt;' -f 1</arg>
<arg>stderr_must_be_empty=${True}</arg>
<doc>A wrapper for Execute_Command_Passes with return_success_only=False
Also, log_on_success defaults to True (but is customizable, unlike return_success_only)..</doc>
<status status="FAIL" start="2026-08-22T23:49:33.701749" elapsed="0.049671">Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonatype-content.css?2.14.20-02 type=text/css media=screen title=no: No such file or directory</status>
</kw>
<msg time="2026-08-22T23:49:33.751571" level="INFO">${status} = FAIL</msg>
<msg time="2026-08-22T23:49:33.751631" level="INFO">${namepart} = Got rc: 0 or stderr was not empty: bash: line 8: ICON href=https://nexus.opendaylight.org/favicon.ico/&gt;
    &lt;![endif]--&gt;

    &lt;link rel=stylesheet href=https://nexus.opendaylight.org/static/css/Sonaty...</msg>
<var>${status}</var>
<var>${namepart}</var>
<arg>SSHKeywords.Execute_Command_Should_Pass</arg>
<arg>echo "${metadata}" | grep value | head -n 1 | cut -d '&gt;' -f 2 | cut -d '&lt;' -f 1</arg>
<arg>stderr_must_be_empty=${True}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:33.701347" elapsed="0.050319"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.752288" level="INFO">Length is 288.</msg>
<msg time="2026-08-22T23:49:33.752392" level="INFO">${length} = 288</msg>
<var>${length}</var>
<arg>${namepart}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T23:49:33.751909" elapsed="0.000515"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.753222" level="INFO">${namepart} = 9.0.3</msg>
<var>${namepart}</var>
<arg>"${status}" != "PASS" or ${length} == 0</arg>
<arg>${version}</arg>
<arg>${namepart}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:33.752648" elapsed="0.000609"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.753972" level="INFO">${filename} = netconf-testtool-9.0.3-executable.jar</msg>
<var>${filename}</var>
<arg>${name_prefix}${namepart}${name_suffix}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:33.753476" elapsed="0.000532"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.754555" level="INFO">netconf-testtool-9.0.3-executable.jar</msg>
<arg>${filename}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:33.754224" elapsed="0.000392"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:33.755327" level="INFO">${url} = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/netconf/netconf-testtool/9.0.3/netconf-testtool-9.0.3-executable.jar</msg>
<var>${url}</var>
<arg>${url}/${filename}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:33.754893" elapsed="0.000471"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:33.755808" level="INFO">Executing command 'wget -q -N 'https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/netconf/netconf-testtool/9.0.3/netconf-testtool-9.0.3-executable.jar' 2&gt;&amp;1'.</msg>
<msg time="2026-08-22T23:49:34.179993" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:34.180405" level="INFO">${response} = </msg>
<msg time="2026-08-22T23:49:34.180510" level="INFO">${result} = 0</msg>
<var>${response}</var>
<var>${result}</var>
<arg>wget -q -N '${url}' 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:33.755580" elapsed="0.424985"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.181902" level="INFO"/>
<arg>${response}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:34.181104" elapsed="0.000896"/>
</kw>
<if>
<branch type="IF" condition="${result} == 0">
<return>
<value>${filename}</value>
<status status="PASS" start="2026-08-22T23:49:34.182498" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-08-22T23:49:34.182188" elapsed="0.000468"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:34.182128" elapsed="0.000583"/>
</if>
<kw name="Replace String Using Regexp" owner="String">
<var>${release_url}</var>
<arg>${url}</arg>
<arg>autorelease-[0-9]{4}</arg>
<arg>opendaylight.release</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.183087" elapsed="0.000050"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<var>${response}</var>
<var>${result}</var>
<arg>wget -q -N '${release_url}' 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.183537" elapsed="0.000045"/>
</kw>
<if>
<branch type="IF" condition="${result} != 0">
<kw name="Fail" owner="BuiltIn">
<arg>Artifact "${artifact}" in component "${component}" could not be downloaded from ${release_url} nor ${url}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.184118" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:34.183741" elapsed="0.000515"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:34.183703" elapsed="0.000614"/>
</if>
<return>
<value>${filename}</value>
<status status="NOT RUN" start="2026-08-22T23:49:34.184399" elapsed="0.000032"/>
</return>
<msg time="2026-08-22T23:49:34.184724" level="INFO">${filename} = netconf-testtool-9.0.3-executable.jar</msg>
<var>${filename}</var>
<arg>${component}</arg>
<arg>${artifact}</arg>
<arg>${name_prefix}</arg>
<arg>${name_suffix}</arg>
<arg>${fallback_url}</arg>
<arg>${explicit_url}</arg>
<arg>${build_version}</arg>
<arg>${build_location}</arg>
<doc>Deploy the specified artifact from Nexus to the cwd of the machine to which the active SSHLibrary connection points.
netconf is a name part of an artifact present in system/ of ODl installation with the same version as netconf-testtool should have.
Must have https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/karaf/0.22.3-SNAPSHOT/karaf-0.22.3-20260822.180150-604.zip variable set to the URL from which the
tested ODL distribution was downloaded and this place must be
inside a repository created by a standard distribution
construction job. If this is detected to ne be the case, fallback URL is used.
If  is non-empty, Deploy_From_Utrl is called instead.
TODO: Allow deploying to a specific directory, we have SSHKeywords.Execute_Command_At_Cwd_Should_Pass now.</doc>
<status status="PASS" start="2026-08-22T23:49:33.151185" elapsed="1.033596"/>
</kw>
<return>
<value>${filename}</value>
<status status="PASS" start="2026-08-22T23:49:34.184972" elapsed="0.000063"/>
</return>
<msg time="2026-08-22T23:49:34.185306" level="INFO">${filename} = netconf-testtool-9.0.3-executable.jar</msg>
<var>${filename}</var>
<arg>netconf</arg>
<arg>netconf-testtool</arg>
<doc>Deploy a test tool.
The test tools have naming convention of the form
"&lt;repository_url&gt;/some/dir/somewhere/&lt;tool-name&gt;/&lt;tool-name&gt;-&lt;version-tag&gt;-${suffix}.jar"
where "&lt;tool-name&gt;" is the name of the tool and "&lt;version-tag&gt;" is
the version tag that is digged out of the maven metadata. This
keyword calculates ${name_prefix} and ${name_suffix} for
"Deploy_Artifact" and then calls "Deploy_Artifact" to do the real
work of deploying the artifact.</doc>
<status status="PASS" start="2026-08-22T23:49:33.143500" elapsed="1.041861"/>
</kw>
<kw name="Start_Testtool" owner="NetconfKeywords">
<kw name="NetconfKeywords__Deploy_Additional_Schemas" owner="NetconfKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:34.189073" level="INFO">Executing command 'rm -rf schemas 2&gt;&amp;1'.</msg>
<msg time="2026-08-22T23:49:34.235578" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:34.235677" level="INFO">${response} = </msg>
<var>${response}</var>
<arg>rm -rf schemas 2&gt;&amp;1</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:34.188968" elapsed="0.046734"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.236165" level="INFO"/>
<arg>${response}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:34.235903" elapsed="0.000305"/>
</kw>
<if>
<branch type="IF" condition="'${schemas}' == 'none'">
<return>
<value>${EMPTY}</value>
<status status="NOT RUN" start="2026-08-22T23:49:34.236407" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:34.236275" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:34.236257" elapsed="0.000296"/>
</if>
<kw name="Put Directory" owner="SSHLibrary">
<msg time="2026-08-22T23:49:34.279538" level="INFO">[chan 5] Opened sftp connection (server version 3)</msg>
<msg time="2026-08-22T23:49:34.351429" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/yang-ext@2013-07-09.yang' -&gt; '/home/jenkins/./schemas/yang-ext@2013-07-09.yang'</msg>
<msg time="2026-08-22T23:49:34.351491" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/example-action@2016-07-07.yang' -&gt; '/home/jenkins/./schemas/example-action@2016-07-07.yang'</msg>
<msg time="2026-08-22T23:49:34.351531" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/car@2014-08-18.yang' -&gt; '/home/jenkins/./schemas/car@2014-08-18.yang'</msg>
<msg time="2026-08-22T23:49:34.351569" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/car-purchase@2014-08-18.yang' -&gt; '/home/jenkins/./schemas/car-purchase@2014-08-18.yang'</msg>
<msg time="2026-08-22T23:49:34.351605" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/ncmount-l2fib@2016-03-07.yang' -&gt; '/home/jenkins/./schemas/ncmount-l2fib@2016-03-07.yang'</msg>
<msg time="2026-08-22T23:49:34.351709" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/augment-main-a@2014-01-21.yang' -&gt; '/home/jenkins/./schemas/augment-main-a@2014-01-21.yang'</msg>
<msg time="2026-08-22T23:49:34.351763" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/ietf-netconf-monitoring@2010-10-04.yang' -&gt; '/home/jenkins/./schemas/ietf-netconf-monitoring@2010-10-04.yang'</msg>
<msg time="2026-08-22T23:49:34.351799" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/ietf-netconf-monitoring-extension@2013-12-10.yang' -&gt; '/home/jenkins/./schemas/ietf-netconf-monitoring-extension@2013-12-10.yang'</msg>
<msg time="2026-08-22T23:49:34.351856" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/people@2014-08-18.yang' -&gt; '/home/jenkins/./schemas/people@2014-08-18.yang'</msg>
<msg time="2026-08-22T23:49:34.351893" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/test@2014-10-18.yang' -&gt; '/home/jenkins/./schemas/test@2014-10-18.yang'</msg>
<msg time="2026-08-22T23:49:34.351927" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/car-people@2014-08-18.yang' -&gt; '/home/jenkins/./schemas/car-people@2014-08-18.yang'</msg>
<msg time="2026-08-22T23:49:34.351961" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/ietf-inet-types@2010-09-24.yang' -&gt; '/home/jenkins/./schemas/ietf-inet-types@2010-09-24.yang'</msg>
<msg time="2026-08-22T23:49:34.351995" level="INFO">'/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas/main@2014-01-21.yang' -&gt; '/home/jenkins/./schemas/main@2014-01-21.yang'</msg>
<arg>${schemas}</arg>
<arg>destination=./schemas</arg>
<doc>Uploads a directory, including its content, from the local machine to the remote machine.</doc>
<status status="PASS" start="2026-08-22T23:49:34.236907" elapsed="0.115152"/>
</kw>
<kw name="List Directory" owner="SSHLibrary">
<msg time="2026-08-22T23:49:34.355378" level="INFO">13 items:
augment-main-a@2014-01-21.yang
car-people@2014-08-18.yang
car-purchase@2014-08-18.yang
car@2014-08-18.yang
example-action@2016-07-07.yang
ietf-inet-types@2010-09-24.yang
ietf-netconf-monitoring-extension@2013-12-10.yang
ietf-netconf-monitoring@2010-10-04.yang
main@2014-01-21.yang
ncmount-l2fib@2016-03-07.yang
people@2014-08-18.yang
test@2014-10-18.yang
yang-ext@2013-07-09.yang</msg>
<arg>./schemas</arg>
<doc>Returns and logs items in the remote ``path``, optionally filtered with ``pattern``.</doc>
<status status="PASS" start="2026-08-22T23:49:34.352293" elapsed="0.003142"/>
</kw>
<return>
<value>--schemas-dir ./schemas</value>
<status status="PASS" start="2026-08-22T23:49:34.355481" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:34.355615" level="INFO">${schemas_option} = --schemas-dir ./schemas</msg>
<var>${schemas_option}</var>
<arg>${schemas}</arg>
<doc>Internal keyword for Install_And_Start_TestTool
This deploys the additional schemas if any and returns a
command line argument to be added to the testtool commandline
to tell it to load them. While this code could be integrated
into its only user, I considered the resulting code to be too
unreadable as the actions are quite different in the two
possibilities (additional schemas present versus no additional
schemas present), therefore a separate keyword is used.</doc>
<status status="PASS" start="2026-08-22T23:49:34.188621" elapsed="0.167019"/>
</kw>
<kw name="NetconfKeywords__Deploy_Custom_RPC" owner="NetconfKeywords">
<if>
<branch type="IF" condition="'${rpc_config}' == 'none'">
<return>
<value>${EMPTY}</value>
<status status="PASS" start="2026-08-22T23:49:34.356270" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:34.356160" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:34.356140" elapsed="0.000214"/>
</if>
<kw name="Copy_File_To_Tools_System" owner="SSHKeywords">
<arg>${TOOLS_SYSTEM_1_IP}</arg>
<arg>${rpc_config}</arg>
<arg>/tmp</arg>
<doc>Wrapper keyword to make it easier to copy a file to an Tools specific system</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.356545" elapsed="0.000024"/>
</kw>
<return>
<value>--rpc-config /tmp/customaction.xml</value>
<status status="NOT RUN" start="2026-08-22T23:49:34.356616" elapsed="0.000016"/>
</return>
<msg time="2026-08-22T23:49:34.358603" level="INFO">${rpc_config_option} = </msg>
<var>${rpc_config_option}</var>
<arg>${rpc_config}</arg>
<doc>Internal keyword for Install_And_Start_TestTool
This deploys the optional custom rpc file.
Drop out of the keyword, returning no command line argument when there
is no rpc file to deploy.</doc>
<status status="PASS" start="2026-08-22T23:49:34.355910" elapsed="0.002720"/>
</kw>
<kw name="Compose_Full_Java_Command" owner="NexusKeywords">
<kw name="Compose_Base_Java_Command" owner="NexusKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${openjdk}""" == "openjdk8"</arg>
<arg>Compose_Dilemma_Filepath</arg>
<arg>${JAVA_8_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_8_HOME_UBUNTU}/bin/java</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:34.360016" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${openjdk}""" == "openjdk11"</arg>
<arg>Compose_Dilemma_Filepath</arg>
<arg>${JAVA_11_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_11_HOME_UBUNTU}/bin/java</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:34.360540" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${openjdk}""" == "openjdk17"</arg>
<arg>Compose_Dilemma_Filepath</arg>
<arg>${JAVA_17_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_17_HOME_UBUNTU}/bin/java</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:34.361022" elapsed="0.000300"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Compose_Dilemma_Filepath" owner="NexusKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:34.362558" level="INFO">Executing command 'ls -lA /usr/lib/jvm/java-21-openjdk-amd64/bin/java 2&gt;&amp;1'.</msg>
<msg time="2026-08-22T23:49:34.374614" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:34.374764" level="INFO">${out} = -rwxr-xr-x 1 root root 14456 Apr 26 09:33 /usr/lib/jvm/java-21-openjdk-amd64/bin/java</msg>
<msg time="2026-08-22T23:49:34.374851" level="INFO">${rc} = 0</msg>
<var>${out}</var>
<var>${rc}</var>
<arg>ls -lA ${specific_path} 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:34.362377" elapsed="0.012509"/>
</kw>
<if>
<branch type="IF" condition="${rc} == 0">
<return>
<value>${specific_path}</value>
<status status="PASS" start="2026-08-22T23:49:34.375150" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-08-22T23:49:34.374997" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:34.374970" elapsed="0.000306"/>
</if>
<return>
<value>${default_path}</value>
<status status="NOT RUN" start="2026-08-22T23:49:34.375324" elapsed="0.000020"/>
</return>
<arg>${JAVA_21_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_21_HOME_UBUNTU}/bin/java</arg>
<doc>Query active SSH connection, return specific path if it exists else default path.</doc>
<status status="PASS" start="2026-08-22T23:49:34.361983" elapsed="0.013493"/>
</kw>
<msg time="2026-08-22T23:49:34.375586" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>"""${openjdk}""" == "openjdk21"</arg>
<arg>Compose_Dilemma_Filepath</arg>
<arg>${JAVA_21_HOME_CENTOS}/bin/java</arg>
<arg>${JAVA_21_HOME_UBUNTU}/bin/java</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:34.361484" elapsed="0.014176"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<var>${out}</var>
<var>${rc}</var>
<arg>java -version 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.376118" elapsed="0.000040"/>
</kw>
<if>
<branch type="IF" condition="${rc} == 0">
<return>
<value>java</value>
<status status="NOT RUN" start="2026-08-22T23:49:34.376313" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:34.376263" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:34.376239" elapsed="0.000160"/>
</if>
<kw name="Execute Command" owner="SSHLibrary">
<var>${java}</var>
<arg>echo $JAVA_HOME/bin/java 2&gt;&amp;1</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.376599" elapsed="0.000029"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<var>${out}</var>
<var>${rc}</var>
<arg>${java} -version 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.376856" elapsed="0.000030"/>
</kw>
<if>
<branch type="IF" condition="${rc} == 0">
<return>
<value>${java}</value>
<status status="NOT RUN" start="2026-08-22T23:49:34.377031" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:34.376983" elapsed="0.000103"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:34.376961" elapsed="0.000155"/>
</if>
<kw name="Get Environment Variable" owner="OperatingSystem">
<var>${JAVA_HOME}</var>
<arg>JAVA_HOME</arg>
<arg>${EMPTY}</arg>
<doc>Returns the value of an environment variable with the given name.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.377349" elapsed="0.000036"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${java}</var>
<arg>"""${JAVA_HOME}"""!=""</arg>
<arg>${JAVA_HOME}/bin/java</arg>
<arg>false</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.377615" elapsed="0.000029"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<var>${out}</var>
<var>${rc}</var>
<arg>${java} -version 2&gt;&amp;1</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.377876" elapsed="0.000030"/>
</kw>
<if>
<branch type="IF" condition="${rc} == 0">
<return>
<value>${java}</value>
<status status="NOT RUN" start="2026-08-22T23:49:34.378050" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:34.378002" elapsed="0.000103"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:34.377980" elapsed="0.000154"/>
</if>
<kw name="Fail" owner="BuiltIn">
<arg>Unable to find Java; specify \${JDKVERSION}, put it to your PATH or set JAVA_HOME environment variable.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.378323" elapsed="0.000038"/>
</kw>
<msg time="2026-08-22T23:49:34.378512" level="INFO">${base_command} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java</msg>
<var>${base_command}</var>
<arg>openjdk=${openjdk}</arg>
<doc>Return string suitable for launching Java programs over SSHLibrary, depending on JRE version needed.
This requires that the SSH connection on which the command is going to be used is active as it is needed for querying files.
Commands composed for one SSH connection shall not be reused on other SSH connections as the two connections may have different Java setups.
Not directly related to Nexus, but versioned Java tools may need this.</doc>
<status status="PASS" start="2026-08-22T23:49:34.359618" elapsed="0.018929"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.379274" level="INFO">${full_command} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx1G -Djava.security.egd=file:/dev/./urandom -jar netconf-testtool-9.0.3-executable.jar  --device-count 1 --debug false --schemas-dir ./schemas  --md-sal ...</msg>
<var>${full_command}</var>
<arg>${base_command} ${options}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:34.378759" elapsed="0.000563"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.380213" level="INFO">/usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx1G -Djava.security.egd=file:/dev/./urandom -jar netconf-testtool-9.0.3-executable.jar  --device-count 1 --debug false --schemas-dir ./schemas  --md-sal true</msg>
<arg>${full_command}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:34.379567" elapsed="0.000722"/>
</kw>
<return>
<value>${full_command}</value>
<status status="PASS" start="2026-08-22T23:49:34.380364" elapsed="0.000048"/>
</return>
<msg time="2026-08-22T23:49:34.380603" level="INFO">${command} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx1G -Djava.security.egd=file:/dev/./urandom -jar netconf-testtool-9.0.3-executable.jar  --device-count 1 --debug false --schemas-dir ./schemas  --md-sal ...</msg>
<var>${command}</var>
<arg>${java_options} -jar ${filename} ${tool_options} --device-count ${device-count} --debug ${debug} ${schemas_option} ${rpc_config_option} --md-sal ${mdsal}</arg>
<doc>Return full Bash command to run Java with given options.
This requires that the SSH connection on which the command is going to be used is active as it is needed for querying files.
The options may include JVM options, application command line arguments, Bash redirects and other constructs.</doc>
<status status="PASS" start="2026-08-22T23:49:34.358874" elapsed="0.021766"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.381243" level="INFO">Running testtool: /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx1G -Djava.security.egd=file:/dev/./urandom -jar netconf-testtool-9.0.3-executable.jar  --device-count 1 --debug false --schemas-dir ./schemas  --md-sal true</msg>
<arg>Running testtool: ${command}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:34.380875" elapsed="0.000445"/>
</kw>
<kw name="Get Log File Name" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.385136" level="INFO">${name} = netconf-clustering-scale-txt</msg>
<var>${name}</var>
<arg>"""${SUITE_NAME}""".replace(" ","-").replace("/","-").replace(".","-")</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:34.384614" elapsed="0.000561"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.388387" level="INFO">${suffix} = </msg>
<var>${suffix}</var>
<arg>'${testcase}' != ''</arg>
<arg>--${testcase}</arg>
<arg>${EMPTY}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:34.385400" elapsed="0.003024"/>
</kw>
<kw name="Get Current Date" owner="DateTime">
<msg time="2026-08-22T23:49:34.388927" level="INFO">${date} = 2026-08-22 23:49:34.389</msg>
<var>${date}</var>
<doc>Returns current local or UTC time with an optional increment.</doc>
<status status="PASS" start="2026-08-22T23:49:34.388652" elapsed="0.000312"/>
</kw>
<kw name="Convert Date" owner="DateTime">
<msg time="2026-08-22T23:49:34.392811" level="INFO">${timestamp} = 1787442574.389</msg>
<var>${timestamp}</var>
<arg>${date}</arg>
<arg>epoch</arg>
<doc>Converts between supported `date formats`.</doc>
<status status="PASS" start="2026-08-22T23:49:34.389172" elapsed="0.003715"/>
</kw>
<return>
<value>${testtool}--${name}${suffix}.${timestamp}.log</value>
<status status="PASS" start="2026-08-22T23:49:34.392941" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:34.393182" level="INFO">${logfile} = testtool--netconf-clustering-scale-txt.1787442574.389.log</msg>
<var>${logfile}</var>
<arg>testtool</arg>
<doc>Get the name of the suite sanitized to be usable as a part of filename.
These names are used to constructs names of the log files produced
by the testing tools so two suites using a tool wont overwrite the
log files if they happen to run in one job.</doc>
<status status="PASS" start="2026-08-22T23:49:34.381663" elapsed="0.011546"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.397784" level="INFO">${testtool_log} = testtool--netconf-clustering-scale-txt.1787442574.389.log</msg>
<arg>${testtool_log}</arg>
<arg>${logfile}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:34.393375" elapsed="0.004471"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:34.415344" level="INFO">/usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx1G -Djava.security.egd=file:/dev/./urandom -jar netconf-testtool-9.0.3-executable.jar  --device-count 1 --debug false --schemas-dir ./schemas  --md-sal true &gt;testtool--netconf-clustering-scale-txt.1787442574.389.log 2&gt;&amp;1</msg>
<arg>${command} &gt;${logfile} 2&gt;&amp;1</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:34.398002" elapsed="0.017406"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.419373" level="INFO">${NetconfKeywords__testtool_device_count} = 1</msg>
<arg>${NetconfKeywords__testtool_device_count}</arg>
<arg>${device-count}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:34.415574" elapsed="0.003844"/>
</kw>
<kw name="Perform_Operation_On_Each_Device" owner="NetconfKeywords">
<kw name="Get Current Date" owner="DateTime">
<msg time="2026-08-22T23:49:34.420270" level="INFO">${current_Date} = 2026-08-22 23:49:34.420</msg>
<var>${current_Date}</var>
<doc>Returns current local or UTC time with an optional increment.</doc>
<status status="PASS" start="2026-08-22T23:49:34.420113" elapsed="0.000186"/>
</kw>
<kw name="Add Time To Date" owner="DateTime">
<msg time="2026-08-22T23:49:34.420788" level="INFO">${deadline_Date} = 2026-08-23 00:34:34.420</msg>
<var>${deadline_Date}</var>
<arg>${current_Date}</arg>
<arg>${timeout}</arg>
<doc>Adds time to date and returns the resulting date.</doc>
<status status="PASS" start="2026-08-22T23:49:34.420446" elapsed="0.000368"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.425299" level="INFO">${current_port} = 17830</msg>
<arg>${current_port}</arg>
<arg>${BASE_NETCONF_DEVICE_PORT}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:34.420994" elapsed="0.004351"/>
</kw>
<kw name="Repeat Keyword" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.425831" level="INFO">Repeating keyword, round 1/1.</msg>
<kw name="NetconfKeywords__Perform_Operation_With_Checking_On_Next_Device" owner="NetconfKeywords">
<kw name="NetconfKeywords__Check_Netconf_Test_Timeout_Not_Expired" owner="NetconfKeywords">
<if>
<branch type="IF" condition="not ${ENABLE_NETCONF_TEST_TIMEOUT}">
<return>
<status status="NOT RUN" start="2026-08-22T23:49:34.426946" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:34.426831" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:34.426799" elapsed="0.000211"/>
</if>
<kw name="Get Current Date" owner="DateTime">
<msg time="2026-08-22T23:49:34.427304" level="INFO">${current_Date} = 2026-08-22 23:49:34.427</msg>
<var>${current_Date}</var>
<doc>Returns current local or UTC time with an optional increment.</doc>
<status status="PASS" start="2026-08-22T23:49:34.427151" elapsed="0.000179"/>
</kw>
<kw name="Subtract Date From Date" owner="DateTime">
<msg time="2026-08-22T23:49:34.427809" level="INFO">${ellapsed_seconds} = 2699.993</msg>
<var>${ellapsed_seconds}</var>
<arg>${deadline_Date}</arg>
<arg>${current_Date}</arg>
<doc>Subtracts date from another date and returns time between.</doc>
<status status="PASS" start="2026-08-22T23:49:34.427475" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="${ellapsed_seconds}&lt;0">
<kw name="Fail" owner="BuiltIn">
<arg>The global time out period expired</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.428169" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:34.427921" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:34.427904" elapsed="0.000342"/>
</if>
<arg>${deadline_Date}</arg>
<status status="PASS" start="2026-08-22T23:49:34.426585" elapsed="0.001707"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.428804" level="INFO">${number} = 1</msg>
<var>${number}</var>
<arg>${current_port}-${BASE_NETCONF_DEVICE_PORT}+1</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:34.428441" elapsed="0.000406"/>
</kw>
<kw name="Run Keyword" owner="BuiltIn">
<kw name="NetconfKeywords__Wait_Device_Is_Up_And_Running" owner="NetconfKeywords">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.430257" level="INFO">${number} = 1</msg>
<var>${number}</var>
<arg>'${device_name}'.split('-').pop()</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:34.429921" elapsed="0.000363"/>
</kw>
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Check_Device_Up_And_Running" owner="NetconfKeywords">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.431954" level="INFO">${device-port} = 17830</msg>
<var>${device-port}</var>
<arg>${FIRST_TESTTOOL_PORT}+${device-number}-1</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:34.431453" elapsed="0.000528"/>
</kw>
<kw name="NetconfKeywords__Check_Device_Is_Up" owner="NetconfKeywords">
<kw name="Count_Port_Occurences" owner="SSHKeywords">
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Check_And_Install_Netstat" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:34.434497" level="INFO">Executing command 'netstat --version'.</msg>
<msg time="2026-08-22T23:49:34.446511" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:34.446644" level="INFO">${netstat_installed} = net-tools 2.10-alpha
Fred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others
+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX
AF: (inet) +UNIX +INET...</msg>
<var>${netstat_installed}</var>
<arg>netstat --version</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:34.434401" elapsed="0.012280"/>
</kw>
<if>
<branch type="IF" condition="'${netstat_installed}' is not string and '${netstat_installed}' != '0'">
<kw name="Install_Netstat" owner="SSHKeywords">
<doc>Install netstat if it is not already installed.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:34.447304" elapsed="0.000035"/>
</kw>
<msg time="2026-08-22T23:49:34.447390" level="FAIL">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</msg>
<status status="FAIL" start="2026-08-22T23:49:34.446792" elapsed="0.000714">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</branch>
<status status="FAIL" start="2026-08-22T23:49:34.446755" elapsed="0.000812">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</if>
<doc>Check if netstat is installed and install it if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:34.434121" elapsed="0.013643">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</kw>
<arg>Check_And_Install_Netstat</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:34.433319" elapsed="0.014659"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:34.449143" level="INFO">Executing command 'netstat -punta 2&gt; /dev/null | grep -E ":17830 .+ LISTEN .+java" | wc -l'.</msg>
<msg time="2026-08-22T23:49:34.505757" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:34.506267" level="INFO">${output} = 0</msg>
<var>${output}</var>
<arg>${NETSTAT_COMMAND} 2&gt; /dev/null | grep -E ":${port} .+ ${state} .+${name}" | wc -l</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:34.448429" elapsed="0.058056"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:34.506643" elapsed="0.000046"/>
</return>
<msg time="2026-08-22T23:49:34.507134" level="INFO">${count} = 0</msg>
<var>${count}</var>
<arg>${last-port}</arg>
<arg>LISTEN</arg>
<arg>java</arg>
<doc>Run 'netstat' on the remote machine and count occurences of given port in the given state connected to process with the given name.</doc>
<status status="PASS" start="2026-08-22T23:49:34.432577" elapsed="0.074595"/>
</kw>
<kw name="Should Be Equal As Integers" owner="BuiltIn">
<msg time="2026-08-22T23:49:34.508555" level="FAIL">0 != 1</msg>
<arg>${count}</arg>
<arg>1</arg>
<doc>Fails if objects are unequal after converting them to integers.</doc>
<status status="FAIL" start="2026-08-22T23:49:34.507484" elapsed="0.001226">0 != 1</status>
</kw>
<arg>${device-port}</arg>
<status status="FAIL" start="2026-08-22T23:49:34.432162" elapsed="0.076811">0 != 1</status>
</kw>
<arg>${number}</arg>
<doc>Query netstat on remote machine whether testtool device with the specified number has its port open and fail if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:34.431134" elapsed="0.077977">0 != 1</status>
</kw>
<kw name="Check_Device_Up_And_Running" owner="NetconfKeywords">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:35.512226" level="INFO">${device-port} = 17830</msg>
<var>${device-port}</var>
<arg>${FIRST_TESTTOOL_PORT}+${device-number}-1</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:35.510988" elapsed="0.001318"/>
</kw>
<kw name="NetconfKeywords__Check_Device_Is_Up" owner="NetconfKeywords">
<kw name="Count_Port_Occurences" owner="SSHKeywords">
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Check_And_Install_Netstat" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:35.518711" level="INFO">Executing command 'netstat --version'.</msg>
<msg time="2026-08-22T23:49:35.531899" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:35.532004" level="INFO">${netstat_installed} = net-tools 2.10-alpha
Fred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others
+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX
AF: (inet) +UNIX +INET...</msg>
<var>${netstat_installed}</var>
<arg>netstat --version</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:35.518477" elapsed="0.013553"/>
</kw>
<if>
<branch type="IF" condition="'${netstat_installed}' is not string and '${netstat_installed}' != '0'">
<kw name="Install_Netstat" owner="SSHKeywords">
<doc>Install netstat if it is not already installed.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:35.532780" elapsed="0.000093"/>
</kw>
<msg time="2026-08-22T23:49:35.532956" level="FAIL">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</msg>
<status status="FAIL" start="2026-08-22T23:49:35.532124" elapsed="0.001041">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</branch>
<status status="FAIL" start="2026-08-22T23:49:35.532094" elapsed="0.001175">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</if>
<doc>Check if netstat is installed and install it if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:35.517776" elapsed="0.015797">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</kw>
<arg>Check_And_Install_Netstat</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:35.515464" elapsed="0.018457"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:35.535775" level="INFO">Executing command 'netstat -punta 2&gt; /dev/null | grep -E ":17830 .+ LISTEN .+java" | wc -l'.</msg>
<msg time="2026-08-22T23:49:35.579994" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:35.580741" level="INFO">${output} = 0</msg>
<var>${output}</var>
<arg>${NETSTAT_COMMAND} 2&gt; /dev/null | grep -E ":${port} .+ ${state} .+${name}" | wc -l</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:35.534632" elapsed="0.046442"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:35.581327" elapsed="0.000081"/>
</return>
<msg time="2026-08-22T23:49:35.582128" level="INFO">${count} = 0</msg>
<var>${count}</var>
<arg>${last-port}</arg>
<arg>LISTEN</arg>
<arg>java</arg>
<doc>Run 'netstat' on the remote machine and count occurences of given port in the given state connected to process with the given name.</doc>
<status status="PASS" start="2026-08-22T23:49:35.513739" elapsed="0.068449"/>
</kw>
<kw name="Should Be Equal As Integers" owner="BuiltIn">
<msg time="2026-08-22T23:49:35.584475" level="FAIL">0 != 1</msg>
<arg>${count}</arg>
<arg>1</arg>
<doc>Fails if objects are unequal after converting them to integers.</doc>
<status status="FAIL" start="2026-08-22T23:49:35.582689" elapsed="0.002007">0 != 1</status>
</kw>
<arg>${device-port}</arg>
<status status="FAIL" start="2026-08-22T23:49:35.512740" elapsed="0.072506">0 != 1</status>
</kw>
<arg>${number}</arg>
<doc>Query netstat on remote machine whether testtool device with the specified number has its port open and fail if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:35.509994" elapsed="0.075499">0 != 1</status>
</kw>
<kw name="Check_Device_Up_And_Running" owner="NetconfKeywords">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:36.588972" level="INFO">${device-port} = 17830</msg>
<var>${device-port}</var>
<arg>${FIRST_TESTTOOL_PORT}+${device-number}-1</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:36.587731" elapsed="0.001314"/>
</kw>
<kw name="NetconfKeywords__Check_Device_Is_Up" owner="NetconfKeywords">
<kw name="Count_Port_Occurences" owner="SSHKeywords">
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Check_And_Install_Netstat" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:36.593673" level="INFO">Executing command 'netstat --version'.</msg>
<msg time="2026-08-22T23:49:36.606924" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:36.607070" level="INFO">${netstat_installed} = net-tools 2.10-alpha
Fred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others
+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX
AF: (inet) +UNIX +INET...</msg>
<var>${netstat_installed}</var>
<arg>netstat --version</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:36.593516" elapsed="0.013590"/>
</kw>
<if>
<branch type="IF" condition="'${netstat_installed}' is not string and '${netstat_installed}' != '0'">
<kw name="Install_Netstat" owner="SSHKeywords">
<doc>Install netstat if it is not already installed.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:36.607715" elapsed="0.000034"/>
</kw>
<msg time="2026-08-22T23:49:36.607800" level="FAIL">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</msg>
<status status="FAIL" start="2026-08-22T23:49:36.607233" elapsed="0.000770">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</branch>
<status status="FAIL" start="2026-08-22T23:49:36.607195" elapsed="0.000877">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</if>
<doc>Check if netstat is installed and install it if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:36.593122" elapsed="0.015161">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</kw>
<arg>Check_And_Install_Netstat</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:36.591963" elapsed="0.016510"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:36.609637" level="INFO">Executing command 'netstat -punta 2&gt; /dev/null | grep -E ":17830 .+ LISTEN .+java" | wc -l'.</msg>
<msg time="2026-08-22T23:49:36.655935" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:36.656688" level="INFO">${output} = 0</msg>
<var>${output}</var>
<arg>${NETSTAT_COMMAND} 2&gt; /dev/null | grep -E ":${port} .+ ${state} .+${name}" | wc -l</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:36.608957" elapsed="0.048057"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:36.657275" elapsed="0.000083"/>
</return>
<msg time="2026-08-22T23:49:36.658085" level="INFO">${count} = 0</msg>
<var>${count}</var>
<arg>${last-port}</arg>
<arg>LISTEN</arg>
<arg>java</arg>
<doc>Run 'netstat' on the remote machine and count occurences of given port in the given state connected to process with the given name.</doc>
<status status="PASS" start="2026-08-22T23:49:36.590435" elapsed="0.067709"/>
</kw>
<kw name="Should Be Equal As Integers" owner="BuiltIn">
<msg time="2026-08-22T23:49:36.660440" level="FAIL">0 != 1</msg>
<arg>${count}</arg>
<arg>1</arg>
<doc>Fails if objects are unequal after converting them to integers.</doc>
<status status="FAIL" start="2026-08-22T23:49:36.658733" elapsed="0.001927">0 != 1</status>
</kw>
<arg>${device-port}</arg>
<status status="FAIL" start="2026-08-22T23:49:36.589470" elapsed="0.071793">0 != 1</status>
</kw>
<arg>${number}</arg>
<doc>Query netstat on remote machine whether testtool device with the specified number has its port open and fail if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:36.586666" elapsed="0.074815">0 != 1</status>
</kw>
<kw name="Check_Device_Up_And_Running" owner="NetconfKeywords">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:37.665398" level="INFO">${device-port} = 17830</msg>
<var>${device-port}</var>
<arg>${FIRST_TESTTOOL_PORT}+${device-number}-1</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:37.663534" elapsed="0.001946"/>
</kw>
<kw name="NetconfKeywords__Check_Device_Is_Up" owner="NetconfKeywords">
<kw name="Count_Port_Occurences" owner="SSHKeywords">
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Check_And_Install_Netstat" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:37.671496" level="INFO">Executing command 'netstat --version'.</msg>
<msg time="2026-08-22T23:49:37.684475" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:37.684632" level="INFO">${netstat_installed} = net-tools 2.10-alpha
Fred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others
+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX
AF: (inet) +UNIX +INET...</msg>
<var>${netstat_installed}</var>
<arg>netstat --version</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:37.671171" elapsed="0.013498"/>
</kw>
<if>
<branch type="IF" condition="'${netstat_installed}' is not string and '${netstat_installed}' != '0'">
<kw name="Install_Netstat" owner="SSHKeywords">
<doc>Install netstat if it is not already installed.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:37.685288" elapsed="0.000045"/>
</kw>
<msg time="2026-08-22T23:49:37.685424" level="FAIL">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</msg>
<status status="FAIL" start="2026-08-22T23:49:37.684786" elapsed="0.000848">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</branch>
<status status="FAIL" start="2026-08-22T23:49:37.684751" elapsed="0.000985">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</if>
<doc>Check if netstat is installed and install it if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:37.670505" elapsed="0.015571">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</kw>
<arg>Check_And_Install_Netstat</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:37.668667" elapsed="0.017719"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:37.688269" level="INFO">Executing command 'netstat -punta 2&gt; /dev/null | grep -E ":17830 .+ LISTEN .+java" | wc -l'.</msg>
<msg time="2026-08-22T23:49:37.741877" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:37.742675" level="INFO">${output} = 0</msg>
<var>${output}</var>
<arg>${NETSTAT_COMMAND} 2&gt; /dev/null | grep -E ":${port} .+ ${state} .+${name}" | wc -l</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:37.687139" elapsed="0.055873"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:37.743273" elapsed="0.000081"/>
</return>
<msg time="2026-08-22T23:49:37.744083" level="INFO">${count} = 0</msg>
<var>${count}</var>
<arg>${last-port}</arg>
<arg>LISTEN</arg>
<arg>java</arg>
<doc>Run 'netstat' on the remote machine and count occurences of given port in the given state connected to process with the given name.</doc>
<status status="PASS" start="2026-08-22T23:49:37.666981" elapsed="0.077163"/>
</kw>
<kw name="Should Be Equal As Integers" owner="BuiltIn">
<msg time="2026-08-22T23:49:37.746305" level="FAIL">0 != 1</msg>
<arg>${count}</arg>
<arg>1</arg>
<doc>Fails if objects are unequal after converting them to integers.</doc>
<status status="FAIL" start="2026-08-22T23:49:37.744654" elapsed="0.001863">0 != 1</status>
</kw>
<arg>${device-port}</arg>
<status status="FAIL" start="2026-08-22T23:49:37.665951" elapsed="0.081165">0 != 1</status>
</kw>
<arg>${number}</arg>
<doc>Query netstat on remote machine whether testtool device with the specified number has its port open and fail if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:37.662519" elapsed="0.084823">0 != 1</status>
</kw>
<kw name="Check_Device_Up_And_Running" owner="NetconfKeywords">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:38.750381" level="INFO">${device-port} = 17830</msg>
<var>${device-port}</var>
<arg>${FIRST_TESTTOOL_PORT}+${device-number}-1</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:38.749146" elapsed="0.001306"/>
</kw>
<kw name="NetconfKeywords__Check_Device_Is_Up" owner="NetconfKeywords">
<kw name="Count_Port_Occurences" owner="SSHKeywords">
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Check_And_Install_Netstat" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:38.756280" level="INFO">Executing command 'netstat --version'.</msg>
<msg time="2026-08-22T23:49:38.769730" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:38.769990" level="INFO">${netstat_installed} = net-tools 2.10-alpha
Fred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others
+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX
AF: (inet) +UNIX +INET...</msg>
<var>${netstat_installed}</var>
<arg>netstat --version</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:38.756038" elapsed="0.014011"/>
</kw>
<if>
<branch type="IF" condition="'${netstat_installed}' is not string and '${netstat_installed}' != '0'">
<kw name="Install_Netstat" owner="SSHKeywords">
<doc>Install netstat if it is not already installed.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:38.771017" elapsed="0.000058"/>
</kw>
<msg time="2026-08-22T23:49:38.771154" level="FAIL">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</msg>
<status status="FAIL" start="2026-08-22T23:49:38.770230" elapsed="0.001138">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</branch>
<status status="FAIL" start="2026-08-22T23:49:38.770177" elapsed="0.001293">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</if>
<doc>Check if netstat is installed and install it if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:38.755355" elapsed="0.016410">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</kw>
<arg>Check_And_Install_Netstat</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:38.753539" elapsed="0.018555"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:38.774103" level="INFO">Executing command 'netstat -punta 2&gt; /dev/null | grep -E ":17830 .+ LISTEN .+java" | wc -l'.</msg>
<msg time="2026-08-22T23:49:38.840059" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:38.840896" level="INFO">${output} = 0</msg>
<var>${output}</var>
<arg>${NETSTAT_COMMAND} 2&gt; /dev/null | grep -E ":${port} .+ ${state} .+${name}" | wc -l</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:38.772882" elapsed="0.068307"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:38.841497" elapsed="0.000084"/>
</return>
<msg time="2026-08-22T23:49:38.842298" level="INFO">${count} = 0</msg>
<var>${count}</var>
<arg>${last-port}</arg>
<arg>LISTEN</arg>
<arg>java</arg>
<doc>Run 'netstat' on the remote machine and count occurences of given port in the given state connected to process with the given name.</doc>
<status status="PASS" start="2026-08-22T23:49:38.751881" elapsed="0.090477"/>
</kw>
<kw name="Should Be Equal As Integers" owner="BuiltIn">
<msg time="2026-08-22T23:49:38.844584" level="FAIL">0 != 1</msg>
<arg>${count}</arg>
<arg>1</arg>
<doc>Fails if objects are unequal after converting them to integers.</doc>
<status status="FAIL" start="2026-08-22T23:49:38.842903" elapsed="0.001897">0 != 1</status>
</kw>
<arg>${device-port}</arg>
<status status="FAIL" start="2026-08-22T23:49:38.750906" elapsed="0.094455">0 != 1</status>
</kw>
<arg>${number}</arg>
<doc>Query netstat on remote machine whether testtool device with the specified number has its port open and fail if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:38.748231" elapsed="0.097346">0 != 1</status>
</kw>
<kw name="Check_Device_Up_And_Running" owner="NetconfKeywords">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:39.848567" level="INFO">${device-port} = 17830</msg>
<var>${device-port}</var>
<arg>${FIRST_TESTTOOL_PORT}+${device-number}-1</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:39.847431" elapsed="0.001206"/>
</kw>
<kw name="NetconfKeywords__Check_Device_Is_Up" owner="NetconfKeywords">
<kw name="Count_Port_Occurences" owner="SSHKeywords">
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Check_And_Install_Netstat" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:39.854496" level="INFO">Executing command 'netstat --version'.</msg>
<msg time="2026-08-22T23:49:39.882449" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:39.882680" level="INFO">${netstat_installed} = net-tools 2.10-alpha
Fred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others
+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX
AF: (inet) +UNIX +INET...</msg>
<var>${netstat_installed}</var>
<arg>netstat --version</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:39.854261" elapsed="0.028479"/>
</kw>
<if>
<branch type="IF" condition="'${netstat_installed}' is not string and '${netstat_installed}' != '0'">
<kw name="Install_Netstat" owner="SSHKeywords">
<doc>Install netstat if it is not already installed.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.883704" elapsed="0.000070"/>
</kw>
<msg time="2026-08-22T23:49:39.883885" level="FAIL">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</msg>
<status status="FAIL" start="2026-08-22T23:49:39.882968" elapsed="0.001132">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</branch>
<status status="FAIL" start="2026-08-22T23:49:39.882913" elapsed="0.001291">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</if>
<doc>Check if netstat is installed and install it if not.</doc>
<status status="FAIL" start="2026-08-22T23:49:39.853586" elapsed="0.030904">Invalid IF condition: Evaluating expression "'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' is not string and 'net-tools 2.10-alpha\nFred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang, Brian Micek and others\n+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N +SELINUX\nAF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE -BLUETOOTH\nHW:  +ETHER +ARC +SLIP +PPP +TUNNEL -TR +AX25 +NETROM +X25 +FR +ROSE +ASH +SIT +FDDI +HIPPI +HDLC/LAPB +EUI64 ' != '0'" failed: SyntaxError: unterminated string literal (detected at line 1) (&lt;string&gt;, line 1)

Variables in the original expression "'${netstat_installed}' is not string and '${netstat_installed}' != '0'" were resolved before the expression was evaluated. Try using "$netstat_installed is not string and $netstat_installed != '0'" syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.</status>
</kw>
<arg>Check_And_Install_Netstat</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:39.851719" elapsed="0.033073"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:39.886811" level="INFO">Executing command 'netstat -punta 2&gt; /dev/null | grep -E ":17830 .+ LISTEN .+java" | wc -l'.</msg>
<msg time="2026-08-22T23:49:39.932529" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:39.933499" level="INFO">${output} = 1</msg>
<var>${output}</var>
<arg>${NETSTAT_COMMAND} 2&gt; /dev/null | grep -E ":${port} .+ ${state} .+${name}" | wc -l</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:39.885574" elapsed="0.048218"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T23:49:39.934113" elapsed="0.000099"/>
</return>
<msg time="2026-08-22T23:49:39.934950" level="INFO">${count} = 1</msg>
<var>${count}</var>
<arg>${last-port}</arg>
<arg>LISTEN</arg>
<arg>java</arg>
<doc>Run 'netstat' on the remote machine and count occurences of given port in the given state connected to process with the given name.</doc>
<status status="PASS" start="2026-08-22T23:49:39.850101" elapsed="0.084909"/>
</kw>
<kw name="Should Be Equal As Integers" owner="BuiltIn">
<arg>${count}</arg>
<arg>1</arg>
<doc>Fails if objects are unequal after converting them to integers.</doc>
<status status="PASS" start="2026-08-22T23:49:39.935570" elapsed="0.001663"/>
</kw>
<arg>${device-port}</arg>
<status status="PASS" start="2026-08-22T23:49:39.849143" elapsed="0.088324"/>
</kw>
<arg>${number}</arg>
<doc>Query netstat on remote machine whether testtool device with the specified number has its port open and fail if not.</doc>
<status status="PASS" start="2026-08-22T23:49:39.846468" elapsed="0.091110"/>
</kw>
<arg>${TESTTOOL_BOOT_TIMEOUT}</arg>
<arg>1s</arg>
<arg>Check_Device_Up_And_Running</arg>
<arg>${number}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T23:49:34.430441" elapsed="5.507238"/>
</kw>
<arg>${DEVICE_NAME_BASE}-${number}</arg>
<arg>log_response=${log_response}</arg>
<status status="PASS" start="2026-08-22T23:49:34.429465" elapsed="5.508343"/>
</kw>
<arg>${operation}</arg>
<arg>${DEVICE_NAME_BASE}-${number}</arg>
<arg>log_response=${log_response}</arg>
<doc>Executes the given keyword with the given arguments.</doc>
<status status="PASS" start="2026-08-22T23:49:34.429004" elapsed="5.508996"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:39.939247" level="INFO">${next} = 17831</msg>
<var>${next}</var>
<arg>${current_port}+1</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:39.938372" elapsed="0.000936"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:39.940727" level="INFO">${current_port} = 17831</msg>
<arg>${current_port}</arg>
<arg>${next}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:39.939671" elapsed="0.001226"/>
</kw>
<arg>${operation}</arg>
<arg>${deadline_Date}</arg>
<arg>log_response=${log_response}</arg>
<status status="PASS" start="2026-08-22T23:49:34.426032" elapsed="5.514999"/>
</kw>
<arg>${count} times</arg>
<arg>NetconfKeywords__Perform_Operation_With_Checking_On_Next_Device</arg>
<arg>${operation}</arg>
<arg>${deadline_Date}</arg>
<arg>log_response=${log_response}</arg>
<doc>Executes the specified keyword multiple times.</doc>
<status status="PASS" start="2026-08-22T23:49:34.425503" elapsed="5.515639"/>
</kw>
<arg>NetconfKeywords__Wait_Device_Is_Up_And_Running</arg>
<arg>log_response=${log_response}</arg>
<status status="PASS" start="2026-08-22T23:49:34.419617" elapsed="5.521665"/>
</kw>
<arg>${filename}</arg>
<arg>${device-count}</arg>
<arg>${debug}</arg>
<arg>${schemas}</arg>
<arg>${rpc_config}</arg>
<arg>${tool_options}</arg>
<arg>${java_options}</arg>
<arg>${mdsal}</arg>
<arg>log_response=${log_response}</arg>
<doc>Arrange to collect tool's output into a log file.
Will use specific /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas unless argument resolves to 'none',
which signifies that there are no additional schemas to be deployed.
If so the directory for the additional schemas is deleted on the
remote machine and the additional schemas argument is left out.</doc>
<status status="PASS" start="2026-08-22T23:49:34.186070" elapsed="5.755328"/>
</kw>
<arg>device-count=1</arg>
<arg>debug=false</arg>
<arg>schemas=/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/schemas</arg>
<doc>Install and run testtool.</doc>
<status status="PASS" start="2026-08-22T23:49:33.129599" elapsed="6.811948"/>
</kw>
<kw name="Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed" owner="SetupUtils" type="TEARDOWN">
<kw name="Run Keyword If Test Failed" owner="BuiltIn">
<arg>BuiltIn.Set_Suite_Variable</arg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<status status="PASS" start="2026-08-22T23:49:39.942245" elapsed="0.000241"/>
</kw>
<kw name="SetupUtils__Report_Bugs_Causing_Failure" owner="SetupUtils">
<if>
<branch type="IF" condition="'${SetupUtils__Known_Bug_ID}' != ''">
<kw name="Report Failure Due To Bug" owner="Utils">
<arg>${SetupUtils__Known_Bug_ID}</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="NOT RUN" start="2026-08-22T23:49:39.943407" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:39.942996" elapsed="0.000472"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:39.942975" elapsed="0.000520"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>'${SetupUtils__Known_Bug_ID}' != ''</arg>
<arg>Set_Known_Bug_Id</arg>
<arg>${EMPTY}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:39.943641" elapsed="0.000327"/>
</kw>
<kw name="Report_Failure_And_Point_To_Linked_Bugs" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:39.949236" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:39.948718" elapsed="0.000546"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T23:49:39.949485" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:39.949338" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:39.949319" elapsed="0.000247"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.949713" elapsed="0.000022"/>
</kw>
<kw name="Replace String Using Regexp" owner="String">
<var>${reference}</var>
<arg>${SUITE_NAME}_${TEST_NAME}</arg>
<arg>[ /\.-]</arg>
<arg>_</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.949904" elapsed="0.000027"/>
</kw>
<kw name="Convert To Lower Case" owner="String">
<var>${reference}</var>
<arg>${reference}</arg>
<doc>Converts string to lower case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.950084" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>... click for list of related bugs or create a new one if needed (with the${newline}"${reference}"${newline}reference somewhere inside)</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.950249" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${bugs}</var>
<arg>"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=${reference}&amp;order=bug_status"</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.950413" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${bugs}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.950577" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}${newline}${bugs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.950743" elapsed="0.000020"/>
</kw>
<doc>Report that a test failed and point to linked Bugzilla bug(s).
Linked bugs must contain the ${reference} inside comments (workaround
becasue of currently missing suitable field for external references and
not correctly working the CONTENT MATCHES filter).
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T23:49:39.948417" elapsed="0.002413"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:39.942748" elapsed="0.008136"/>
</kw>
<doc>Test case teardown. Show linked bugs and start fast failing in case of failure.</doc>
<status status="PASS" start="2026-08-22T23:49:39.941911" elapsed="0.009013"/>
</kw>
<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="PASS" start="2026-08-22T23:49:32.830585" elapsed="7.120378"/>
</test>
<test id="s1-t2" name="Configure_Device_On_Netconf" line="63">
<kw name="Setup_Test_With_Logging_And_Fast_Failing" owner="SetupUtils" type="SETUP">
<kw name="Fail_This_Fast_On_Previous_Error" owner="FailFast">
<if>
<branch type="IF" condition="'''${SuiteFastFail}'''=='True'">
<kw name="Fail" owner="BuiltIn">
<arg>SKIPPED due to a failure in a previous fundamental test case.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:39.955015" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:39.954777" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:39.954759" elapsed="0.000336"/>
</if>
<doc>Mark (immediately) this test case as failed when fast-fail is enabled in suite.</doc>
<status status="PASS" start="2026-08-22T23:49:39.954595" elapsed="0.000546"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Log_Testcase_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-08-22T23:49:39.956154" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:39.956042" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:39.956024" elapsed="0.000196"/>
</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-08-22T23:49:39.961101" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:39.960989" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:39.960971" elapsed="0.000236"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:39.962219" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:39.961815" elapsed="0.000431"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:39.962704" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:39.962402" elapsed="0.000327"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:39.962774" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:39.962947" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:39.961441" elapsed="0.001531"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:39.968567" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:39.968458" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:39.968439" elapsed="0.000195"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:39.969764" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:39.969658" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:39.969640" elapsed="0.000207"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:39.970266" level="INFO">${karaf_connection_index} = 10</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:39.969993" elapsed="0.000300"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:39.970653" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:39.970452" elapsed="0.000226"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:40.027480" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:39.971192" elapsed="0.056721"/>
</kw>
<msg time="2026-08-22T23:49:40.028180" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:40.028286" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:39.970854" elapsed="0.057515"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:40.050267" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:40.029717" elapsed="0.020723"/>
</kw>
<msg time="2026-08-22T23:49:40.050563" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:40.050609" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:40.028811" elapsed="0.021836"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.051043" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.050742" elapsed="0.000360"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.050714" elapsed="0.000415"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.051593" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.051271" elapsed="0.000388"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.051957" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.051724" elapsed="0.000288"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.051707" elapsed="0.000328"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:40.052072" elapsed="0.000039"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:40.055015" elapsed="0.000254"/>
</kw>
<msg time="2026-08-22T23:49:40.055336" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:40.053594" elapsed="0.001974"/>
</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="NOT RUN" start="2026-08-22T23:49:40.056003" elapsed="0.000059"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.056457" elapsed="0.000057"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:40.052989" elapsed="0.003696"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:40.052395" elapsed="0.004371"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:39.969359" elapsed="0.087525"/>
</kw>
<msg time="2026-08-22T23:49:40.056982" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:40.057028" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:39.968797" elapsed="0.088269"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:40.057258" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:40.057143" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.057124" elapsed="0.000218"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 1,
close the previous connection. In any case create a new connection
to karaf console for 1, set correct prompt set and login to karaf console.
Store connection index for 1 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.057747" elapsed="0.000026"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.058242" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.058315" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:39.968118" elapsed="0.090311"/>
</kw>
<msg time="2026-08-22T23:49:40.058531" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:40.058576" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<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="PASS" start="2026-08-22T23:49:39.963367" elapsed="0.095248"/>
</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-08-22T23:49:40.058955" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.058691" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.058674" elapsed="0.000359"/>
</if>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:39.963226" elapsed="0.095831"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.065975" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:40.065854" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.065834" elapsed="0.000208"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.067116" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:40.067009" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.066991" elapsed="0.000192"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:40.067600" level="INFO">${karaf_connection_index} = 12</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.067323" elapsed="0.000304"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:40.068001" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:40.067779" elapsed="0.000248"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:40.120805" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:40.068516" elapsed="0.052447"/>
</kw>
<msg time="2026-08-22T23:49:40.121071" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:40.121116" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:40.068183" elapsed="0.052970"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:40.145549" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:40.121666" elapsed="0.024021"/>
</kw>
<msg time="2026-08-22T23:49:40.145788" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:40.145909" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:40.121324" elapsed="0.024626"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.146252" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.146027" elapsed="0.000282"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.146007" elapsed="0.000325"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.146767" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.146480" elapsed="0.000368"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.147127" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.146915" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.146898" elapsed="0.000308"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:40.147238" elapsed="0.000030"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:40.149811" elapsed="0.000272"/>
</kw>
<msg time="2026-08-22T23:49:40.150149" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:40.148615" elapsed="0.001736"/>
</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="NOT RUN" start="2026-08-22T23:49:40.150697" elapsed="0.000059"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.151105" elapsed="0.000057"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:40.148049" elapsed="0.003281"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:40.147517" elapsed="0.003863"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:40.066694" elapsed="0.084786"/>
</kw>
<msg time="2026-08-22T23:49:40.151571" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:40.151615" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:40.066190" elapsed="0.085463"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:40.151859" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:40.151729" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.151710" elapsed="0.000234"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 2,
close the previous connection. In any case create a new connection
to karaf console for 2, set correct prompt set and login to karaf console.
Store connection index for 2 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.152337" elapsed="0.000026"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.152681" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.152754" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:40.065487" elapsed="0.087532"/>
</kw>
<msg time="2026-08-22T23:49:40.153117" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:40.153161" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<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="PASS" start="2026-08-22T23:49:40.059327" elapsed="0.093873"/>
</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-08-22T23:49:40.153534" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.153277" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.153260" elapsed="0.000352"/>
</if>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:40.059189" elapsed="0.094445"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.159146" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:40.159038" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.159019" elapsed="0.000194"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.160322" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:40.160216" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.160198" elapsed="0.000190"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:40.160842" level="INFO">${karaf_connection_index} = 14</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.160528" elapsed="0.000343"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:40.161225" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:40.161028" elapsed="0.000223"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:40.214950" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:40.161738" elapsed="0.053649"/>
</kw>
<msg time="2026-08-22T23:49:40.215683" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:40.215785" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:40.161407" elapsed="0.054505"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:40.239056" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:40.217334" elapsed="0.022054"/>
</kw>
<msg time="2026-08-22T23:49:40.239609" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:40.239670" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:40.216384" elapsed="0.023337"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.240349" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.239901" elapsed="0.000532"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.239853" elapsed="0.000619"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.241253" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.240734" elapsed="0.000611"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.241727" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.241435" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.241410" elapsed="0.000456"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:40.241922" elapsed="0.000055"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:40.245717" elapsed="0.000356"/>
</kw>
<msg time="2026-08-22T23:49:40.246161" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:40.243962" elapsed="0.002468"/>
</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="NOT RUN" start="2026-08-22T23:49:40.246942" elapsed="0.000088"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.247443" elapsed="0.000078"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:40.243131" elapsed="0.004618"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:40.242362" elapsed="0.005484"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:40.159881" elapsed="0.088098"/>
</kw>
<msg time="2026-08-22T23:49:40.248105" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:40.248165" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:40.159361" elapsed="0.088858"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:40.248466" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-08-22T23:49:40.248323" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.248298" elapsed="0.000279"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 3,
close the previous connection. In any case create a new connection
to karaf console for 3, set correct prompt set and login to karaf console.
Store connection index for 3 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.249341" elapsed="0.000037"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.249903" elapsed="0.000035"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.250003" elapsed="0.000023"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:40.158681" elapsed="0.091472"/>
</kw>
<msg time="2026-08-22T23:49:40.250283" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:40.250344" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "o "n "f "i "g "u "r "e "_ "D "e "v "i "c "e "_ "O "n "_ "N "e "t "c "o "n "f "[K"
[?1l...</msg>
<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="PASS" start="2026-08-22T23:49:40.153918" elapsed="0.096480"/>
</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-08-22T23:49:40.250863" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.250511" elapsed="0.000423"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.250486" elapsed="0.000478"/>
</if>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:40.153762" elapsed="0.097234"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:39.963038" elapsed="0.288004"/>
</for>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</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-08-22T23:49:39.960594" elapsed="0.290529"/>
</kw>
<arg>member_index_list=${member_index_list}</arg>
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:39.955717" elapsed="0.295484"/>
</kw>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:39.955287" elapsed="0.295977"/>
</kw>
<doc>Test case setup which skips on previous failure. If not, logs test case name to Karaf log.
Recommended to be used as the default test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:39.952155" elapsed="0.299188"/>
</kw>
<kw name="Configure_Device_In_Netconf" owner="NetconfKeywords">
<kw name="Set_Variable_If_At_Least_Scandium" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Set_Variable_If_At_Least" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Set Variable If" owner="BuiltIn">
<arg>${Stream_dict}[${ODL_STREAM}] &gt;= ${Stream_dict}[${lower_bound}]</arg>
<arg>${value_if_true}</arg>
<arg>${value_if_false}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:40.277057" elapsed="0.000434"/>
</kw>
<msg time="2026-08-22T23:49:40.277548" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>BuiltIn.Set_Variable_If</arg>
<arg>${Stream_dict}[${ODL_STREAM}] &gt;= ${Stream_dict}[${lower_bound}]</arg>
<arg>${value_if_true}</arg>
<arg>${value_if_false}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:40.276667" elapsed="0.000934"/>
</kw>
<arg>scandium</arg>
<arg>${value_if_true}</arg>
<arg>${value_if_false}</arg>
<doc>Compare ${lower_bound} to titanium and return scandium if titanium is at least ${lower_bound},
return calcium otherwise.</doc>
<status status="PASS" start="2026-08-22T23:49:40.276242" elapsed="0.001435"/>
</kw>
<msg time="2026-08-22T23:49:40.277721" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Set_Variable_If_At_Least</arg>
<arg>scandium</arg>
<arg>${value_if_true}</arg>
<arg>${value_if_false}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:40.267604" elapsed="0.010161"/>
</kw>
<msg time="2026-08-22T23:49:40.277886" level="INFO">${version} = scandium</msg>
<var>${version}</var>
<arg>scandium</arg>
<arg>calcium</arg>
<doc>Compare scandium to titanium and return ${value_if_true} if titanium is at least scandium, return ${value_if_false} otherwise.</doc>
<status status="PASS" start="2026-08-22T23:49:40.267147" elapsed="0.010764"/>
</kw>
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.278810" level="INFO">${mapping} = {'DEVICE_IP': '10.30.170.191', 'DEVICE_NAME': '17830-sim-device', 'DEVICE_PORT': '17830', 'DEVICE_USER': 'admin', 'DEVICE_PASSWORD': 'topsecret', 'DEVICE_KEY': 'device-key', 'SCHEMA_DIRECTORY': '/tmp/...</msg>
<var>${mapping}</var>
<arg>DEVICE_IP=${device_address}</arg>
<arg>DEVICE_NAME=${device_name}</arg>
<arg>DEVICE_PORT=${device_port}</arg>
<arg>DEVICE_USER=${device_user}</arg>
<arg>DEVICE_PASSWORD=${device_password}</arg>
<arg>DEVICE_KEY=${device_key}</arg>
<arg>SCHEMA_DIRECTORY=${schema_directory}</arg>
<arg>RESTCONF_ROOT=${RESTCONF_ROOT}</arg>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.278079" elapsed="0.000776"/>
</kw>
<if>
<branch type="IF" condition="'${http_method}'=='post'">
<kw name="Post_As_Xml_Templated" owner="TemplatedRequests">
<arg>folder=${DIRECTORY_WITH_DEVICE_TEMPLATES}${/}${version}${/}${device_type}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>Add arguments sensible for XML data, return Post_Templated response text.
Optionally, verification against response.xml (no iteration) is called.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.279316" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.278949" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Put_As_Xml_Templated" owner="TemplatedRequests">
<kw name="Put_Templated" owner="TemplatedRequests">
<kw name="Resolve_Text_From_Template_Folder" owner="TemplatedRequests">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.311109" level="INFO">${file_path_stream} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/location.uri</msg>
<var>${file_path_stream}</var>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:40.310704" elapsed="0.000435"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="File Should Exist" owner="OperatingSystem">
<msg time="2026-08-22T23:49:40.311962" level="FAIL">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology.titanium/location.uri' does not exist.</msg>
<arg>${file_path_stream}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="FAIL" start="2026-08-22T23:49:40.311645" elapsed="0.000403">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology.titanium/location.uri' does not exist.</status>
</kw>
<msg time="2026-08-22T23:49:40.312201" level="INFO">${file_stream_exists} = False</msg>
<var>${file_stream_exists}</var>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="PASS" start="2026-08-22T23:49:40.311304" elapsed="0.000922"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.312832" level="INFO">${file_path} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/location.uri</msg>
<var>${file_path}</var>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:40.312391" elapsed="0.000471"/>
</kw>
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-08-22T23:49:40.313169" level="INFO" html="true">Getting file '&lt;a href="file:///w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology/location.uri"&gt;/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology/location.uri&lt;/a&gt;'.</msg>
<msg time="2026-08-22T23:49:40.313341" level="INFO">${template} = $RESTCONF_ROOT/data/network-topology:network-topology/topology=topology-netconf/node=$DEVICE_NAME
</msg>
<var>${template}</var>
<arg>${file_path}</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="PASS" start="2026-08-22T23:49:40.313025" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.313781" level="INFO">$RESTCONF_ROOT/data/network-topology:network-topology/topology=topology-netconf/node=$DEVICE_NAME
</msg>
<arg>${template}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.313530" elapsed="0.000312"/>
</kw>
<if>
<branch type="IF" condition="${percent_encode} == True">
<kw name="Encode_Mapping" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.314800" level="INFO">mapping: {'DEVICE_IP': '10.30.170.191', 'DEVICE_NAME': '17830-sim-device', 'DEVICE_PORT': '17830', 'DEVICE_USER': 'admin', 'DEVICE_PASSWORD': 'topsecret', 'DEVICE_KEY': 'device-key', 'SCHEMA_DIRECTORY': '/tmp/schema', 'RESTCONF_ROOT': '/rests'}</msg>
<arg>mapping: ${mapping}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.314540" elapsed="0.000324"/>
</kw>
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.315288" level="INFO">${encoded_mapping} = {}</msg>
<var>${encoded_mapping}</var>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.315022" elapsed="0.000292"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.316068" level="INFO">${value} = 10.30.170.191</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:40.315700" elapsed="0.000394"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:40.317299" level="INFO">${encoded} = 10.30.170.191</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.316643" elapsed="0.000684"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:40.317451" elapsed="0.000034"/>
</return>
<msg time="2026-08-22T23:49:40.317609" level="INFO">${encoded_value} = 10.30.170.191</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:40.316283" elapsed="0.001351"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.317789" elapsed="0.000327"/>
</kw>
<var name="${key}">DEVICE_IP</var>
<var name="${value}">10.30.170.191</var>
<status status="PASS" start="2026-08-22T23:49:40.315564" elapsed="0.002594"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.318732" level="INFO">${value} = 17830-sim-device</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:40.318403" elapsed="0.000355"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:40.319863" level="INFO">${encoded} = 17830-sim-device</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.319314" elapsed="0.000577"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:40.320011" elapsed="0.000032"/>
</return>
<msg time="2026-08-22T23:49:40.320164" level="INFO">${encoded_value} = 17830-sim-device</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:40.318968" elapsed="0.001225"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.320343" elapsed="0.000302"/>
</kw>
<var name="${key}">DEVICE_NAME</var>
<var name="${value}">17830-sim-device</var>
<status status="PASS" start="2026-08-22T23:49:40.318273" elapsed="0.002413"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.321283" level="INFO">${value} = 17830</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:40.320951" elapsed="0.000358"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:40.322432" level="INFO">${encoded} = 17830</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.321913" elapsed="0.000546"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:40.322577" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:40.322730" level="INFO">${encoded_value} = 17830</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:40.321499" elapsed="0.001255"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.322966" elapsed="0.000462"/>
</kw>
<var name="${key}">DEVICE_PORT</var>
<var name="${value}">17830</var>
<status status="PASS" start="2026-08-22T23:49:40.320798" elapsed="0.002674"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.324113" level="INFO">${value} = admin</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:40.323757" elapsed="0.000382"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:40.325222" level="INFO">${encoded} = admin</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.324689" elapsed="0.000560"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:40.325365" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:40.325519" level="INFO">${encoded_value} = admin</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:40.324323" elapsed="0.001221"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.325693" elapsed="0.000351"/>
</kw>
<var name="${key}">DEVICE_USER</var>
<var name="${value}">admin</var>
<status status="PASS" start="2026-08-22T23:49:40.323623" elapsed="0.002463"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.326659" level="INFO">${value} = topsecret</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:40.326330" elapsed="0.000356"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:40.327736" level="INFO">${encoded} = topsecret</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.327240" elapsed="0.000522"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:40.327902" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:40.328056" level="INFO">${encoded_value} = topsecret</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:40.326898" elapsed="0.001182"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.328228" elapsed="0.000284"/>
</kw>
<var name="${key}">DEVICE_PASSWORD</var>
<var name="${value}">topsecret</var>
<status status="PASS" start="2026-08-22T23:49:40.326200" elapsed="0.002352"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.329237" level="INFO">${value} = device-key</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:40.328884" elapsed="0.000382"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:40.330358" level="INFO">${encoded} = device-key</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.329796" elapsed="0.000588"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:40.330499" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:40.330652" level="INFO">${encoded_value} = device-key</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:40.329451" elapsed="0.001225"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.330847" elapsed="0.000285"/>
</kw>
<var name="${key}">DEVICE_KEY</var>
<var name="${value}">device-key</var>
<status status="PASS" start="2026-08-22T23:49:40.328692" elapsed="0.002481"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.331740" level="INFO">${value} = /tmp/schema</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:40.331415" elapsed="0.000351"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:40.332864" level="INFO">${encoded} = /tmp/schema</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.332317" elapsed="0.000576"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:40.333015" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:40.333172" level="INFO">${encoded_value} = /tmp/schema</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:40.331973" elapsed="0.001235"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.333362" elapsed="0.000293"/>
</kw>
<var name="${key}">SCHEMA_DIRECTORY</var>
<var name="${value}">/tmp/schema</var>
<status status="PASS" start="2026-08-22T23:49:40.331285" elapsed="0.002413"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.334307" level="INFO">${value} = /rests</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:40.333969" elapsed="0.000364"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:40.335452" level="INFO">${encoded} = /rests</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.334939" elapsed="0.000541"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:40.335600" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:40.335755" level="INFO">${encoded_value} = /rests</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:40.334521" elapsed="0.001259"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.335995" elapsed="0.000295"/>
</kw>
<var name="${key}">RESTCONF_ROOT</var>
<var name="${value}">/rests</var>
<status status="PASS" start="2026-08-22T23:49:40.333812" elapsed="0.002520"/>
</iter>
<var>${key}</var>
<var>${value}</var>
<value>&amp;{mapping}</value>
<status status="PASS" start="2026-08-22T23:49:40.315372" elapsed="0.021040"/>
</for>
<return>
<value>${encoded_mapping}</value>
<status status="PASS" start="2026-08-22T23:49:40.336461" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:40.336655" level="INFO">${mapping_to_use} = {'DEVICE_IP': '10.30.170.191', 'DEVICE_NAME': '17830-sim-device', 'DEVICE_PORT': '17830', 'DEVICE_USER': 'admin', 'DEVICE_PASSWORD': 'topsecret', 'DEVICE_KEY': 'device-key', 'SCHEMA_DIRECTORY': '/tmp/...</msg>
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<status status="PASS" start="2026-08-22T23:49:40.314217" elapsed="0.022466"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:40.313915" elapsed="0.022802"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.336915" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.336741" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.313895" elapsed="0.023100"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.341862" level="INFO">${final_text} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device</msg>
<var>${final_text}</var>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping_to_use})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:40.337138" elapsed="0.004756"/>
</kw>
<return>
<value>${final_text}</value>
<status status="PASS" start="2026-08-22T23:49:40.341946" elapsed="0.000030"/>
</return>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="PASS" start="2026-08-22T23:49:40.310087" elapsed="0.031988"/>
</kw>
<msg time="2026-08-22T23:49:40.342129" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:40.297388" elapsed="0.044791"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${prolog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.prolog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.354430" elapsed="0.000029"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${epilog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.epilog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.366499" elapsed="0.000028"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${item_template}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${base_name}.item.${extension}</arg>
<arg>mapping=${mapping}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.379486" elapsed="0.000030"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<var>${items}</var>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.379687" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${separator}</var>
<arg>'${extension}' != 'json'</arg>
<arg>${endline}</arg>
<arg>,${endline}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.379881" elapsed="0.000022"/>
</kw>
<for flavor="IN RANGE">
<iter>
<if>
<branch type="IF" condition="${iteration} &gt; ${iter_start}">
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${separator}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.380270" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.380122" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:40.380107" elapsed="0.000244"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${j}</var>
<arg>${iteration}+${iter_j_offset}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.380491" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${item}</var>
<arg>string.Template('''${item_template}''').substitute({"i":"${iteration}", "j":${j}})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.380673" elapsed="0.000022"/>
</kw>
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${item}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.380855" elapsed="0.000022"/>
</kw>
<var name="${iteration}"/>
<status status="NOT RUN" start="2026-08-22T23:49:40.380076" elapsed="0.000834"/>
</iter>
<var>${iteration}</var>
<value>${iter_start}</value>
<value>${iterations}+${iter_start}</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.379967" elapsed="0.000969"/>
</for>
<kw name="Catenate" owner="BuiltIn">
<var>${final_text}</var>
<arg>SEPARATOR=</arg>
<arg>${prolog}</arg>
<arg>${endline}</arg>
<arg>@{items}</arg>
<arg>${endline}</arg>
<arg>${epilog}</arg>
<doc>Catenates the given items together and returns the resulted string.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.381127" elapsed="0.000022"/>
</kw>
<return>
<value>${final_text}</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.381216" elapsed="0.000017"/>
</return>
<msg time="2026-08-22T23:49:40.381340" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device</msg>
<var>${uri}</var>
<arg>folder=${folder}</arg>
<arg>base_name=location</arg>
<arg>extension=uri</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=True</arg>
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.
If ${iterations} value is present, put text together from "prolog", "item" and "epilog" parts,
where additional template variable ${i} goes from 1, by one  times.
Template variable ${j} is calculated as ${i} incremented by offset 0 ( j = i + iter_j_offset )
used to create non uniform data in order to be able to validate UPDATE operations.
POST (as opposed to PUT) needs slightly different data, ${name_prefix} may be used to distinguish.
(Actually, it is GET who formats data differently when URI is a top-level container.)</doc>
<status status="PASS" start="2026-08-22T23:49:40.293217" elapsed="0.088149"/>
</kw>
<kw name="Resolve_Text_From_Template_Folder" owner="TemplatedRequests">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.407156" level="INFO">${file_path_stream} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/data.xml</msg>
<var>${file_path_stream}</var>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:40.406765" elapsed="0.000419"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="File Should Exist" owner="OperatingSystem">
<msg time="2026-08-22T23:49:40.407957" level="FAIL">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology.titanium/data.xml' does not exist.</msg>
<arg>${file_path_stream}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="FAIL" start="2026-08-22T23:49:40.407675" elapsed="0.000357">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology.titanium/data.xml' does not exist.</status>
</kw>
<msg time="2026-08-22T23:49:40.408129" level="INFO">${file_stream_exists} = False</msg>
<var>${file_stream_exists}</var>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="PASS" start="2026-08-22T23:49:40.407344" elapsed="0.000810"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.408764" level="INFO">${file_path} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/data.xml</msg>
<var>${file_path}</var>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:40.408317" elapsed="0.000475"/>
</kw>
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-08-22T23:49:40.409123" level="INFO" html="true">Getting file '&lt;a href="file:///w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology/data.xml"&gt;/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology/data.xml&lt;/a&gt;'.</msg>
<msg time="2026-08-22T23:49:40.409351" level="INFO">${template} = &lt;node xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;
  &lt;node-id&gt;$DEVICE_NAME&lt;/node-id&gt;
  &lt;netconf-node xmlns="urn:opendaylight:netconf-node-topology"&gt;
    &lt;host&gt;$DEVICE_IP&lt;/host&gt;
    &lt;port&gt;$DEVI...</msg>
<var>${template}</var>
<arg>${file_path}</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="PASS" start="2026-08-22T23:49:40.408980" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.409967" level="INFO">&lt;node xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;
  &lt;node-id&gt;$DEVICE_NAME&lt;/node-id&gt;
  &lt;netconf-node xmlns="urn:opendaylight:netconf-node-topology"&gt;
    &lt;host&gt;$DEVICE_IP&lt;/host&gt;
    &lt;port&gt;$DEVICE_PORT&lt;/port&gt;
    &lt;login-password-unencrypted&gt;
      &lt;username&gt;$DEVICE_USER&lt;/username&gt;
      &lt;password&gt;$DEVICE_PASSWORD&lt;/password&gt;
    &lt;/login-password-unencrypted&gt;
    &lt;tcp-only&gt;false&lt;/tcp-only&gt;
    &lt;keepalive-delay&gt;0&lt;/keepalive-delay&gt;
  &lt;/netconf-node&gt;
&lt;/node&gt;
</msg>
<arg>${template}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.409601" elapsed="0.000436"/>
</kw>
<if>
<branch type="IF" condition="${percent_encode} == True">
<kw name="Encode_Mapping" owner="TemplatedRequests">
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<status status="NOT RUN" start="2026-08-22T23:49:40.410531" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.410131" elapsed="0.000486"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.411213" level="INFO">${mapping_to_use} = {'DEVICE_IP': '10.30.170.191', 'DEVICE_NAME': '17830-sim-device', 'DEVICE_PORT': '17830', 'DEVICE_USER': 'admin', 'DEVICE_PASSWORD': 'topsecret', 'DEVICE_KEY': 'device-key', 'SCHEMA_DIRECTORY': '/tmp/...</msg>
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:40.410878" elapsed="0.000365"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:40.410652" elapsed="0.000628"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.410105" elapsed="0.001196"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.412205" level="INFO">${final_text} = &lt;node xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;
  &lt;node-id&gt;17830-sim-device&lt;/node-id&gt;
  &lt;netconf-node xmlns="urn:opendaylight:netconf-node-topology"&gt;
    &lt;host&gt;10.30.170.191&lt;/host&gt;
    &lt;por...</msg>
<var>${final_text}</var>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping_to_use})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:40.411447" elapsed="0.000789"/>
</kw>
<return>
<value>${final_text}</value>
<status status="PASS" start="2026-08-22T23:49:40.412287" elapsed="0.000030"/>
</return>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="PASS" start="2026-08-22T23:49:40.406155" elapsed="0.006258"/>
</kw>
<msg time="2026-08-22T23:49:40.412512" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:40.393914" elapsed="0.018669"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${prolog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.prolog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.424996" elapsed="0.000029"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${epilog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.epilog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.437299" elapsed="0.000034"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${item_template}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${base_name}.item.${extension}</arg>
<arg>mapping=${mapping}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.449433" elapsed="0.000028"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<var>${items}</var>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.449626" elapsed="0.000023"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${separator}</var>
<arg>'${extension}' != 'json'</arg>
<arg>${endline}</arg>
<arg>,${endline}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.449800" elapsed="0.000034"/>
</kw>
<for flavor="IN RANGE">
<iter>
<if>
<branch type="IF" condition="${iteration} &gt; ${iter_start}">
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${separator}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.450178" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.450035" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:40.450019" elapsed="0.000236"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${j}</var>
<arg>${iteration}+${iter_j_offset}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.450392" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${item}</var>
<arg>string.Template('''${item_template}''').substitute({"i":"${iteration}", "j":${j}})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.450555" elapsed="0.000020"/>
</kw>
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${item}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.450716" elapsed="0.000020"/>
</kw>
<var name="${iteration}"/>
<status status="NOT RUN" start="2026-08-22T23:49:40.449990" elapsed="0.000779"/>
</iter>
<var>${iteration}</var>
<value>${iter_start}</value>
<value>${iterations}+${iter_start}</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.449890" elapsed="0.000904"/>
</for>
<kw name="Catenate" owner="BuiltIn">
<var>${final_text}</var>
<arg>SEPARATOR=</arg>
<arg>${prolog}</arg>
<arg>${endline}</arg>
<arg>@{items}</arg>
<arg>${endline}</arg>
<arg>${epilog}</arg>
<doc>Catenates the given items together and returns the resulted string.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.450953" elapsed="0.000021"/>
</kw>
<return>
<value>${final_text}</value>
<status status="NOT RUN" start="2026-08-22T23:49:40.451028" elapsed="0.000015"/>
</return>
<msg time="2026-08-22T23:49:40.451153" level="INFO">${data} = &lt;node xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;
  &lt;node-id&gt;17830-sim-device&lt;/node-id&gt;
  &lt;netconf-node xmlns="urn:opendaylight:netconf-node-topology"&gt;
    &lt;host&gt;10.30.170.191&lt;/host&gt;
    &lt;por...</msg>
<var>${data}</var>
<arg>folder=${folder}</arg>
<arg>base_name=${base_name}</arg>
<arg>extension=${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>endline=${endline}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>iter_j_offset=${iter_j_offset}</arg>
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.
If ${iterations} value is present, put text together from "prolog", "item" and "epilog" parts,
where additional template variable ${i} goes from 1, by one  times.
Template variable ${j} is calculated as ${i} incremented by offset 0 ( j = i + iter_j_offset )
used to create non uniform data in order to be able to validate UPDATE operations.
POST (as opposed to PUT) needs slightly different data, ${name_prefix} may be used to distinguish.
(Actually, it is GET who formats data differently when URI is a top-level container.)</doc>
<status status="PASS" start="2026-08-22T23:49:40.391280" elapsed="0.059902"/>
</kw>
<kw name="Resolve_Jmes_Path" owner="TemplatedRequests">
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="File Should Exist" owner="OperatingSystem">
<msg time="2026-08-22T23:49:40.452450" level="FAIL">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology/jmespath.expr' does not exist.</msg>
<arg>${folder}${/}jmespath.expr</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="FAIL" start="2026-08-22T23:49:40.452186" elapsed="0.000342">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology/jmespath.expr' does not exist.</status>
</kw>
<msg time="2026-08-22T23:49:40.452624" level="INFO">${read_jmes_file} = False</msg>
<var>${read_jmes_file}</var>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${folder}${/}jmespath.expr</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="PASS" start="2026-08-22T23:49:40.451846" elapsed="0.000844"/>
</kw>
<if>
<branch type="IF" condition="${read_jmes_file} == ${true}">
<kw name="Get File" owner="OperatingSystem">
<var>${jmes_expression}</var>
<arg>${folder}${/}jmespath.expr</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:40.453031" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:40.452767" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.453584" level="INFO">${jmes_expression} = None</msg>
<var>${jmes_expression}</var>
<arg>${None}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:40.453291" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:40.453114" elapsed="0.000532"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.452747" elapsed="0.000921"/>
</if>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.455970" level="INFO">${expression} = </msg>
<var>${expression}</var>
<arg>${read_jmes_file} == ${true}</arg>
<arg>${jmes_expression}</arg>
<arg>${EMPTY}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:40.453833" elapsed="0.002164"/>
</kw>
<return>
<value>${expression}</value>
<status status="PASS" start="2026-08-22T23:49:40.456048" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:40.456200" level="INFO">${jmes_expression} = </msg>
<var>${jmes_expression}</var>
<arg>${folder}</arg>
<doc>Reads JMES path from file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/jmespath.expr if the file exists and
returns the JMES path. Empty string is returned otherwise.</doc>
<status status="PASS" start="2026-08-22T23:49:40.451510" elapsed="0.004715"/>
</kw>
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.457667" level="INFO">/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.457416" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.458198" level="INFO">&lt;node xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;
  &lt;node-id&gt;17830-sim-device&lt;/node-id&gt;
  &lt;netconf-node xmlns="urn:opendaylight:netconf-node-topology"&gt;
    &lt;host&gt;10.30.170.191&lt;/host&gt;
    &lt;port&gt;17830&lt;/port&gt;
    &lt;login-password-unencrypted&gt;
      &lt;username&gt;admin&lt;/username&gt;
      &lt;password&gt;topsecret&lt;/password&gt;
    &lt;/login-password-unencrypted&gt;
    &lt;tcp-only&gt;false&lt;/tcp-only&gt;
    &lt;keepalive-delay&gt;0&lt;/keepalive-delay&gt;
  &lt;/netconf-node&gt;
&lt;/node&gt;</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.457950" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.458645" level="INFO">{'Content-Type': 'application/xml'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.458400" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.459095" level="INFO">{'Accept': 'application/xml'}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.458851" elapsed="0.000288"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:40.459982" level="INFO">${accumulator} = {'Content-Type': 'application/xml'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-08-22T23:49:40.459742" elapsed="0.000267"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-08-22T23:49:40.460354" level="INFO">${items_to_add} = ['Accept', 'application/xml']</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-08-22T23:49:40.460165" elapsed="0.000215"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:40.460547" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:40.461175" level="INFO">{'Content-Type': 'application/xml', 'Accept': 'application/xml'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:40.460922" elapsed="0.000304"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-08-22T23:49:40.461269" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:40.461424" level="INFO">${headers} = {'Content-Type': 'application/xml', 'Accept': 'application/xml'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-08-22T23:49:40.459340" elapsed="0.002109"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:41.345512" level="INFO">PUT Request : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device 
 path_url=/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device 
 headers={'User-Agent': 'python-requests/2.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': 'application/xml', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Content-Length': '449', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=&lt;node xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;
  &lt;node-id&gt;17830-sim-device&lt;/node-id&gt;
  &lt;netconf-node xmlns="urn:opendaylight:netconf-node-topology"&gt;
    &lt;host&gt;10.30.170.191&lt;/host&gt;
    &lt;port&gt;17830&lt;/port&gt;
    &lt;login-password-unencrypted&gt;
      &lt;username&gt;admin&lt;/username&gt;
      &lt;password&gt;topsecret&lt;/password&gt;
    &lt;/login-password-unencrypted&gt;
    &lt;tcp-only&gt;false&lt;/tcp-only&gt;
    &lt;keepalive-delay&gt;0&lt;/keepalive-delay&gt;
  &lt;/netconf-node&gt;
&lt;/node&gt; 
 </msg>
<msg time="2026-08-22T23:49:41.345700" level="INFO">PUT Response : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device 
 status=201, reason=Created 
 headers={'Set-Cookie': 'JSESSIONID=node01ertdopax0i801snxh2uy8v9030.node0; Path=/rests; HttpOnly, rememberMe=deleteMe; Path=/rests; Max-Age=0; Expires=Fri, 21-Aug-2026 23:49:41 GMT; SameSite=lax', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', 'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-08-22T23:49:41.346025" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-08-22T23:49:40.463718" elapsed="0.882371"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:40.461519" elapsed="0.884697"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.346756" elapsed="0.000202"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.346290" elapsed="0.000780"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.461501" elapsed="0.885620"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.353788" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.349555" elapsed="0.004293"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.349024" elapsed="0.004860"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.348978" elapsed="0.004931"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.356572" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.354282" elapsed="0.002336"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.353964" elapsed="0.002689"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.353947" elapsed="0.002731"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.357286" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:41.356871" elapsed="0.000442"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.357621" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.357383" elapsed="0.000296"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.358186" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:41.357884" elapsed="0.000328"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.357702" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.357365" elapsed="0.000904"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.358788" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:41.358422" elapsed="0.000392"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.359131" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.358901" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.359744" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:41.359435" elapsed="0.000335"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.359275" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.358883" elapsed="0.000959"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:41.359996" elapsed="0.000364"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-08-22T23:49:41.361005" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:41.360530" elapsed="0.000501"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:41.361183" elapsed="0.002436"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-08-22T23:49:41.348105" elapsed="0.015579"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="PASS" start="2026-08-22T23:49:41.363887" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-08-22T23:49:41.363750" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.363732" elapsed="0.000254"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.364158" elapsed="0.000028"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.364233" elapsed="0.000015"/>
</return>
<msg time="2026-08-22T23:49:41.366534" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>content_type=${content_type}</arg>
<arg>accept=${accept}</arg>
<arg>session=${session}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>normalize_json=${normalize_json}</arg>
<arg>jmes_path=${jmes_expression}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-08-22T23:49:40.456587" elapsed="0.909974"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:41.366628" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:41.366784" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>folder=${folder}</arg>
<arg>base_name=data</arg>
<arg>extension=xml</arg>
<arg>accept=${ACCEPT_XML}</arg>
<arg>content_type=${HEADERS_XML}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=False</arg>
<arg>endline=${\n}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>iter_j_offset=${iter_j_offset}</arg>
<doc>Resolve URI and data from folder, call Put_To_Uri, return response text.</doc>
<status status="PASS" start="2026-08-22T23:49:40.282289" elapsed="1.084520"/>
</kw>
<if>
<branch type="IF" condition="${verify}">
<kw name="Verify_Response_As_Xml_Templated" owner="TemplatedRequests">
<arg>response=${response_text}</arg>
<arg>folder=${folder}</arg>
<arg>base_name=response</arg>
<arg>mapping=${mapping}</arg>
<arg>iter_j_offset=${iter_j_offset}</arg>
<doc>Resolve expected XML data, should be equal to provided ${response}.
Endline set to empty, as this Resource does not support indented XML comparison.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.367161" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.366924" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.366906" elapsed="0.000383"/>
</if>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:41.367324" elapsed="0.000027"/>
</return>
<arg>folder=${DIRECTORY_WITH_DEVICE_TEMPLATES}${/}${version}${/}${device_type}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>Add arguments sensible for XML data, return Put_Templated response text.
Optionally, verification against response.xml (no iteration) is called.</doc>
<status status="PASS" start="2026-08-22T23:49:40.279644" elapsed="1.087807"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:40.279411" elapsed="1.088088"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:40.278928" elapsed="1.088595"/>
</if>
<kw name="Set To Dictionary" owner="Collections">
<arg>${NetconfKeywords__mounted_device_types}</arg>
<arg>${device_name}</arg>
<arg>${device_type}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:41.367666" elapsed="0.000255"/>
</kw>
<arg>${DEVICE_NAME}</arg>
<arg>device_type=configure-via-topology</arg>
<arg>session=node1</arg>
<doc>Tell Netconf about the specified device so it can add it into its configuration.</doc>
<status status="PASS" start="2026-08-22T23:49:40.251727" elapsed="1.116261"/>
</kw>
<kw name="Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed" owner="SetupUtils" type="TEARDOWN">
<kw name="Run Keyword If Test Failed" owner="BuiltIn">
<arg>BuiltIn.Set_Suite_Variable</arg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<status status="PASS" start="2026-08-22T23:49:41.368611" elapsed="0.000272"/>
</kw>
<kw name="SetupUtils__Report_Bugs_Causing_Failure" owner="SetupUtils">
<if>
<branch type="IF" condition="'${SetupUtils__Known_Bug_ID}' != ''">
<kw name="Report Failure Due To Bug" owner="Utils">
<arg>${SetupUtils__Known_Bug_ID}</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="NOT RUN" start="2026-08-22T23:49:41.369695" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.369316" elapsed="0.000440"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.369298" elapsed="0.000482"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>'${SetupUtils__Known_Bug_ID}' != ''</arg>
<arg>Set_Known_Bug_Id</arg>
<arg>${EMPTY}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:41.369939" elapsed="0.000306"/>
</kw>
<kw name="Report_Failure_And_Point_To_Linked_Bugs" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.375146" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:41.374722" elapsed="0.000452"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T23:49:41.375393" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:41.375249" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.375230" elapsed="0.000240"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.375613" elapsed="0.000021"/>
</kw>
<kw name="Replace String Using Regexp" owner="String">
<var>${reference}</var>
<arg>${SUITE_NAME}_${TEST_NAME}</arg>
<arg>[ /\.-]</arg>
<arg>_</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.375781" elapsed="0.000020"/>
</kw>
<kw name="Convert To Lower Case" owner="String">
<var>${reference}</var>
<arg>${reference}</arg>
<doc>Converts string to lower case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.375969" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>... click for list of related bugs or create a new one if needed (with the${newline}"${reference}"${newline}reference somewhere inside)</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.376157" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${bugs}</var>
<arg>"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=${reference}&amp;order=bug_status"</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.376321" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${bugs}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.376486" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}${newline}${bugs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.376650" elapsed="0.000020"/>
</kw>
<doc>Report that a test failed and point to linked Bugzilla bug(s).
Linked bugs must contain the ${reference} inside comments (workaround
becasue of currently missing suitable field for external references and
not correctly working the CONTENT MATCHES filter).
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T23:49:41.374419" elapsed="0.002306"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.369106" elapsed="0.007668"/>
</kw>
<doc>Test case teardown. Show linked bugs and start fast failing in case of failure.</doc>
<status status="PASS" start="2026-08-22T23:49:41.368307" elapsed="0.008508"/>
</kw>
<doc>Configure the testtool device on Netconf connector, using node 1.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="PASS" start="2026-08-22T23:49:39.951502" elapsed="1.425367"/>
</test>
<test id="s1-t3" name="Wait_For_Device_To_Become_Connected" line="70">
<kw name="Setup_Test_With_Logging_And_Fast_Failing" owner="SetupUtils" type="SETUP">
<kw name="Fail_This_Fast_On_Previous_Error" owner="FailFast">
<if>
<branch type="IF" condition="'''${SuiteFastFail}'''=='True'">
<kw name="Fail" owner="BuiltIn">
<arg>SKIPPED due to a failure in a previous fundamental test case.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.380364" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.380150" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.380132" elapsed="0.000313"/>
</if>
<doc>Mark (immediately) this test case as failed when fast-fail is enabled in suite.</doc>
<status status="PASS" start="2026-08-22T23:49:41.379954" elapsed="0.000536"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Log_Testcase_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-08-22T23:49:41.381521" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.381413" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.381395" elapsed="0.000192"/>
</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-08-22T23:49:41.386612" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.386501" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.386482" elapsed="0.000196"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.387667" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:41.387288" elapsed="0.000406"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.388200" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:41.387866" elapsed="0.000361"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:41.388272" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:41.388424" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:41.386915" elapsed="0.001534"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.393754" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.393647" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.393627" elapsed="0.000207"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.394914" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.394791" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.394773" elapsed="0.000207"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:41.395419" level="INFO">${karaf_connection_index} = 10</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:41.395120" elapsed="0.000331"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.395809" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:41.395605" elapsed="0.000258"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.438244" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:41.396373" elapsed="0.042038"/>
</kw>
<msg time="2026-08-22T23:49:41.438524" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:41.438571" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.396023" elapsed="0.042586"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.462507" level="INFO">"s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n "e "c "t "e "d "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:41.439157" elapsed="0.023506"/>
</kw>
<msg time="2026-08-22T23:49:41.462763" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:41.462807" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.438783" elapsed="0.024083"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.463176" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.462948" elapsed="0.000284"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.462927" elapsed="0.000329"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.463720" level="INFO"> "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n "e "c "t "e "d "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.463407" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.464099" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.463872" elapsed="0.000283"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.463854" elapsed="0.000323"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:41.464252" elapsed="0.000032"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:41.466954" elapsed="0.000248"/>
</kw>
<msg time="2026-08-22T23:49:41.467266" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:41.465658" elapsed="0.001812"/>
</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="NOT RUN" start="2026-08-22T23:49:41.467817" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.468374" elapsed="0.000055"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:41.465072" elapsed="0.003532"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:41.464535" elapsed="0.004118"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:41.394495" elapsed="0.074255"/>
</kw>
<msg time="2026-08-22T23:49:41.468863" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:41.468910" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.393984" elapsed="0.074964"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:41.469132" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:41.469024" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.469005" elapsed="0.000213"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 1,
close the previous connection. In any case create a new connection
to karaf console for 1, set correct prompt set and login to karaf console.
Store connection index for 1 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.469613" elapsed="0.000025"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.470103" elapsed="0.000026"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.470176" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:41.393312" elapsed="0.076971"/>
</kw>
<msg time="2026-08-22T23:49:41.470374" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:41.470418" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<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="PASS" start="2026-08-22T23:49:41.388846" elapsed="0.081609"/>
</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-08-22T23:49:41.470776" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.470530" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.470512" elapsed="0.000358"/>
</if>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:41.388690" elapsed="0.082203"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.476213" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.476106" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.476086" elapsed="0.000193"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.477375" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.477260" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.477242" elapsed="0.000199"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:41.477870" level="INFO">${karaf_connection_index} = 12</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:41.477584" elapsed="0.000314"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.478245" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:41.478052" elapsed="0.000219"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.537018" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:41.478759" elapsed="0.058398"/>
</kw>
<msg time="2026-08-22T23:49:41.537258" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:41.537302" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.478429" elapsed="0.058910"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.577905" level="INFO">"s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n "e "c "t "e "d "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:41.537899" elapsed="0.040157"/>
</kw>
<msg time="2026-08-22T23:49:41.578157" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:41.578202" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.537542" elapsed="0.040697"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.578531" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.578314" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.578295" elapsed="0.000314"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.579049" level="INFO"> "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n "e "c "t "e "d "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.578746" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.579393" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.579182" elapsed="0.000265"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.579165" elapsed="0.000305"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:41.579501" elapsed="0.000027"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:41.582032" elapsed="0.000240"/>
</kw>
<msg time="2026-08-22T23:49:41.582335" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:41.580869" elapsed="0.001657"/>
</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="NOT RUN" start="2026-08-22T23:49:41.582885" elapsed="0.000059"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.583235" elapsed="0.000054"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:41.580287" elapsed="0.003167"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:41.579751" elapsed="0.003751"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:41.476957" elapsed="0.106639"/>
</kw>
<msg time="2026-08-22T23:49:41.583691" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:41.583735" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.476425" elapsed="0.107347"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:41.585313" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-08-22T23:49:41.583882" elapsed="0.001494"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.583862" elapsed="0.001539"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 2,
close the previous connection. In any case create a new connection
to karaf console for 2, set correct prompt set and login to karaf console.
Store connection index for 2 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.585788" elapsed="0.000025"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.586256" elapsed="0.000024"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.586328" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:41.475736" elapsed="0.110700"/>
</kw>
<msg time="2026-08-22T23:49:41.586527" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:41.586571" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<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="PASS" start="2026-08-22T23:49:41.471157" elapsed="0.115451"/>
</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-08-22T23:49:41.586946" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.586682" elapsed="0.000360"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.586665" elapsed="0.000404"/>
</if>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:41.471019" elapsed="0.116073"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.592353" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.592246" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.592227" elapsed="0.000192"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.593489" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.593383" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.593364" elapsed="0.000191"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:41.593981" level="INFO">${karaf_connection_index} = 14</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:41.593694" elapsed="0.000314"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.594393" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:41.594162" elapsed="0.000257"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.646834" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:41.594926" elapsed="0.052046"/>
</kw>
<msg time="2026-08-22T23:49:41.647074" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:41.647118" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.594581" elapsed="0.052574"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:41.672859" level="INFO">"s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n "e "c "t "e "d "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:41.647652" elapsed="0.025342"/>
</kw>
<msg time="2026-08-22T23:49:41.673093" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:41.673137" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.647318" elapsed="0.025856"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.673462" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.673246" elapsed="0.000271"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.673228" elapsed="0.000311"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.673971" level="INFO"> "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n "e "c "t "e "d "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.673675" elapsed="0.000363"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.674323" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.674110" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.674093" elapsed="0.000307"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:41.674432" elapsed="0.000026"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:41.676932" elapsed="0.000250"/>
</kw>
<msg time="2026-08-22T23:49:41.677246" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:41.675744" elapsed="0.001698"/>
</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="NOT RUN" start="2026-08-22T23:49:41.677787" elapsed="0.000078"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.678166" elapsed="0.000053"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:41.675195" elapsed="0.003190"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:41.674680" elapsed="0.003753"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:41.593084" elapsed="0.085442"/>
</kw>
<msg time="2026-08-22T23:49:41.678615" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:41.678658" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.592566" elapsed="0.086199"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:41.678978" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:41.678868" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.678848" elapsed="0.000212"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 3,
close the previous connection. In any case create a new connection
to karaf console for 3, set correct prompt set and login to karaf console.
Store connection index for 3 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.706379" elapsed="0.000061"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.706844" elapsed="0.000027"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.706926" elapsed="0.000022"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:41.591895" elapsed="0.115167"/>
</kw>
<msg time="2026-08-22T23:49:41.707173" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:41.707219" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "T "o "_ "B "e "c "o "m "e "_ "C "o "n "n ...</msg>
<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="PASS" start="2026-08-22T23:49:41.587347" elapsed="0.119910"/>
</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-08-22T23:49:41.707648" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.707344" elapsed="0.000360"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.707324" elapsed="0.000405"/>
</if>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:41.587210" elapsed="0.120544"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:41.388508" elapsed="0.319278"/>
</for>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</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-08-22T23:49:41.386137" elapsed="0.321721"/>
</kw>
<arg>member_index_list=${member_index_list}</arg>
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:41.381122" elapsed="0.326814"/>
</kw>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:41.380674" elapsed="0.327307"/>
</kw>
<doc>Test case setup which skips on previous failure. If not, logs test case name to Karaf log.
Recommended to be used as the default test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:41.377692" elapsed="0.330342"/>
</kw>
<kw name="Wait_Device_Connected" owner="NetconfKeywords">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Check_Device_Connected" owner="NetconfKeywords">
<kw name="Generate URI" owner="Restconf">
<kw name="Generate RFC8040 URI" owner="Restconf">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.719860" level="INFO">${node_value_path} = </msg>
<var>${node_value_path}</var>
<arg>${EMPTY}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:41.717792" elapsed="0.002110"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.720573" level="INFO">${node_value_path} = /topology=topology-netconf</msg>
<var>${node_value_path}</var>
<arg>${node_value_path}/${nv}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:41.720250" elapsed="0.000350"/>
</kw>
<var name="${nv}">topology=topology-netconf</var>
<status status="PASS" start="2026-08-22T23:49:41.720099" elapsed="0.000537"/>
</iter>
<iter>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.721202" level="INFO">${node_value_path} = /topology=topology-netconf/node=17830-sim-device</msg>
<var>${node_value_path}</var>
<arg>${node_value_path}/${nv}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:41.720881" elapsed="0.000348"/>
</kw>
<var name="${nv}">node=17830-sim-device</var>
<status status="PASS" start="2026-08-22T23:49:41.720716" elapsed="0.000548"/>
</iter>
<var>${nv}</var>
<value>@{node_value_list}</value>
<status status="PASS" start="2026-08-22T23:49:41.719960" elapsed="0.001333"/>
</for>
<if>
<branch type="IF" condition="&quot;${datastore_flag}&quot; == &quot;config&quot;">
<kw name="Set Variable" owner="BuiltIn">
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/data/${identifier}${node_value_path}?content=config</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.721598" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.721358" elapsed="0.000297"/>
</branch>
<branch type="ELSE IF" condition="&quot;${datastore_flag}&quot;==&quot;operational&quot;">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.722446" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/data/${identifier}${node_value_path}?content=nonconfig</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:41.721979" elapsed="0.000495"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.721678" elapsed="0.000833"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/operations/${identifier}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.722698" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.722535" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.721341" elapsed="0.001431"/>
</if>
<return>
<value>${uri}</value>
<status status="PASS" start="2026-08-22T23:49:41.722806" elapsed="0.000050"/>
</return>
<msg time="2026-08-22T23:49:41.722979" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>${identifier}</arg>
<arg>${datastore_flag}</arg>
<arg>@{node_value_list}</arg>
<status status="PASS" start="2026-08-22T23:49:41.717337" elapsed="0.005668"/>
</kw>
<return>
<value>${uri}</value>
<status status="PASS" start="2026-08-22T23:49:41.723121" elapsed="0.000027"/>
</return>
<msg time="2026-08-22T23:49:41.723267" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>network-topology:network-topology</arg>
<arg>operational</arg>
<arg>topology=topology-netconf</arg>
<arg>node=${device_name}</arg>
<doc>Returns the proper URI to use. Variable input error checking is done to ensure the ${datastore_flag} variable
is config, operational or rpc. @{node_value_list} is expected to be in the format of node=value. RFC8040 can
use that as is with '=' delimiter</doc>
<status status="PASS" start="2026-08-22T23:49:41.716768" elapsed="0.006525"/>
</kw>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.730666" level="INFO">/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.730413" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.731124" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.730879" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:41.781577" level="INFO">GET Request : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01ertdopax0i801snxh2uy8v9030.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-08-22T23:49:41.783319" level="INFO">GET Response : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+json', 'Content-Length': '239'} 
 body={"network-topology:node":[{"node-id":"17830-sim-device","netconf-node-topology:netconf-node":{"port":17830,"connection-status":"connecting","login-password-unencrypted":{"username":"admin","password":"topsecret"},"host":"10.30.170.191"}}]} 
 </msg>
<msg time="2026-08-22T23:49:41.783589" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-08-22T23:49:41.733285" elapsed="0.050364"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.731235" elapsed="0.052512"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.784247" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.783806" elapsed="0.000592"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.731217" elapsed="0.053229"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.792160" level="INFO">{"network-topology:node":[{"node-id":"17830-sim-device","netconf-node-topology:netconf-node":{"port":17830,"connection-status":"connecting","login-password-unencrypted":{"username":"admin","password":"topsecret"},"host":"10.30.170.191"}}]}</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.786735" elapsed="0.005534"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.786245" elapsed="0.006102"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.786202" elapsed="0.006200"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.797238" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:41.793057" elapsed="0.004227"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.792525" elapsed="0.004794"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.792488" elapsed="0.004855"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.797927" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:41.797503" elapsed="0.000451"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.798262" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.798025" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.798807" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:41.798507" elapsed="0.000341"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.798349" elapsed="0.000536"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.798007" elapsed="0.000901"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.799432" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:41.799065" elapsed="0.000393"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:41.799767" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:41.799532" elapsed="0.000322"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.800335" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:41.800038" elapsed="0.000323"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:41.799880" elapsed="0.000515"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.799514" elapsed="0.000903"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:41.800566" elapsed="0.000437"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-08-22T23:49:41.801476" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:41.801173" elapsed="0.000330"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:41.801660" elapsed="0.002432"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-08-22T23:49:41.785264" elapsed="0.018891"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-08-22T23:49:41.804333" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:41.804225" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:41.804206" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-08-22T23:49:41.807264" level="INFO">${text_normalized} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "t...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-08-22T23:49:41.804542" elapsed="0.002752"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-08-22T23:49:41.807346" elapsed="0.000032"/>
</return>
<msg time="2026-08-22T23:49:41.807506" level="INFO">${response_text} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "t...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-08-22T23:49:41.726139" elapsed="0.081393"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:41.807590" elapsed="0.000026"/>
</return>
<msg time="2026-08-22T23:49:41.807738" level="INFO">${device_status} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "t...</msg>
<var>${device_status}</var>
<arg>${uri}</arg>
<arg>session=${session}</arg>
<arg>log_response=${log_response}</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-08-22T23:49:41.723518" elapsed="0.084247"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-22T23:49:41.808332" level="FAIL">'{
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "topsecret",
     "username": "admin"
    },
    "port": 17830
   },
   "node-id": "17830-sim-device"
  }
 ]
}
' does not contain 'connection-status": "connected"'</msg>
<arg>${device_status}</arg>
<arg>connection-status": "connected"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-22T23:49:41.807965" elapsed="0.000445">'{
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "topsecret",
     "username": "admin"
    },
    "port": 17830
   },
   "node-id": "17830-sim-device"
  }
 ]
}
' does not contain 'connection-status": "connected"'</status>
</kw>
<arg>${device_name}</arg>
<arg>session=${session}</arg>
<arg>log_response=${log_response}</arg>
<doc>Check that the specified device is accessible from Netconf.</doc>
<status status="FAIL" start="2026-08-22T23:49:41.709361" elapsed="0.099179">'{
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "topsecret",
     "username": "admin"
    },
    "port": 17830
   },
   "node-id": "17830-sim-device"
  }
 ]
}
' does not contain 'connection-status": "connected"'</status>
</kw>
<kw name="Check_Device_Connected" owner="NetconfKeywords">
<kw name="Generate URI" owner="Restconf">
<kw name="Generate RFC8040 URI" owner="Restconf">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.827485" level="INFO">${node_value_path} = </msg>
<var>${node_value_path}</var>
<arg>${EMPTY}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:42.824365" elapsed="0.003165"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.828550" level="INFO">${node_value_path} = /topology=topology-netconf</msg>
<var>${node_value_path}</var>
<arg>${node_value_path}/${nv}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:42.828072" elapsed="0.000527"/>
</kw>
<var name="${nv}">topology=topology-netconf</var>
<status status="PASS" start="2026-08-22T23:49:42.827854" elapsed="0.000800"/>
</iter>
<iter>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.829280" level="INFO">${node_value_path} = /topology=topology-netconf/node=17830-sim-device</msg>
<var>${node_value_path}</var>
<arg>${node_value_path}/${nv}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:42.828908" elapsed="0.000399"/>
</kw>
<var name="${nv}">node=17830-sim-device</var>
<status status="PASS" start="2026-08-22T23:49:42.828743" elapsed="0.000600"/>
</iter>
<var>${nv}</var>
<value>@{node_value_list}</value>
<status status="PASS" start="2026-08-22T23:49:42.827627" elapsed="0.001745"/>
</for>
<if>
<branch type="IF" condition="&quot;${datastore_flag}&quot; == &quot;config&quot;">
<kw name="Set Variable" owner="BuiltIn">
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/data/${identifier}${node_value_path}?content=config</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:42.829716" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:42.829446" elapsed="0.000327"/>
</branch>
<branch type="ELSE IF" condition="&quot;${datastore_flag}&quot;==&quot;operational&quot;">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.830505" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/data/${identifier}${node_value_path}?content=nonconfig</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:42.830043" elapsed="0.000568"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:42.829798" elapsed="0.000851"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/operations/${identifier}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:42.830855" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:42.830674" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:42.829426" elapsed="0.001507"/>
</if>
<return>
<value>${uri}</value>
<status status="PASS" start="2026-08-22T23:49:42.830971" elapsed="0.000038"/>
</return>
<msg time="2026-08-22T23:49:42.831135" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>${identifier}</arg>
<arg>${datastore_flag}</arg>
<arg>@{node_value_list}</arg>
<status status="PASS" start="2026-08-22T23:49:42.823675" elapsed="0.007486"/>
</kw>
<return>
<value>${uri}</value>
<status status="PASS" start="2026-08-22T23:49:42.831209" elapsed="0.000026"/>
</return>
<msg time="2026-08-22T23:49:42.831363" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>network-topology:network-topology</arg>
<arg>operational</arg>
<arg>topology=topology-netconf</arg>
<arg>node=${device_name}</arg>
<doc>Returns the proper URI to use. Variable input error checking is done to ensure the ${datastore_flag} variable
is config, operational or rpc. @{node_value_list} is expected to be in the format of node=value. RFC8040 can
use that as is with '=' delimiter</doc>
<status status="PASS" start="2026-08-22T23:49:42.822790" elapsed="0.008599"/>
</kw>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.838875" level="INFO">/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:42.838602" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.839348" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:42.839077" elapsed="0.000316"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:42.848918" level="INFO">GET Request : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01ertdopax0i801snxh2uy8v9030.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-08-22T23:49:42.849107" level="INFO">GET Response : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+json', 'Content-Length': '239'} 
 body={"network-topology:node":[{"node-id":"17830-sim-device","netconf-node-topology:netconf-node":{"port":17830,"connection-status":"connecting","login-password-unencrypted":{"username":"admin","password":"topsecret"},"host":"10.30.170.191"}}]} 
 </msg>
<msg time="2026-08-22T23:49:42.849207" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-08-22T23:49:42.841520" elapsed="0.007713"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:42.839460" elapsed="0.009817"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:42.849459" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:42.849303" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:42.839442" elapsed="0.010124"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.854424" level="INFO">{"network-topology:node":[{"node-id":"17830-sim-device","netconf-node-topology:netconf-node":{"port":17830,"connection-status":"connecting","login-password-unencrypted":{"username":"admin","password":"topsecret"},"host":"10.30.170.191"}}]}</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:42.851071" elapsed="0.003423"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:42.850739" elapsed="0.003805"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:42.850713" elapsed="0.003866"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.858236" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:42.854990" elapsed="0.003313"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:42.854657" elapsed="0.003694"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:42.854634" elapsed="0.003753"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.859231" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:42.858649" elapsed="0.000621"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:42.859736" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:42.859403" elapsed="0.000392"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.860325" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:42.860013" elapsed="0.000339"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:42.859834" elapsed="0.000554"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:42.859376" elapsed="0.001034"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.860984" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:42.860591" elapsed="0.000420"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:42.861365" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:42.861129" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.861959" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:42.861635" elapsed="0.000350"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:42.861448" elapsed="0.000574"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:42.861110" elapsed="0.000934"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:42.862197" elapsed="0.000354"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-08-22T23:49:42.863031" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:42.862714" elapsed="0.000343"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:42.863210" elapsed="0.002568"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-08-22T23:49:42.850102" elapsed="0.015754"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-08-22T23:49:42.866034" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:42.865928" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:42.865909" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-08-22T23:49:42.869041" level="INFO">${text_normalized} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "t...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-08-22T23:49:42.866293" elapsed="0.002777"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-08-22T23:49:42.869123" elapsed="0.000030"/>
</return>
<msg time="2026-08-22T23:49:42.869279" level="INFO">${response_text} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "t...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-08-22T23:49:42.834320" elapsed="0.034985"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:42.869362" elapsed="0.000026"/>
</return>
<msg time="2026-08-22T23:49:42.869511" level="INFO">${device_status} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "t...</msg>
<var>${device_status}</var>
<arg>${uri}</arg>
<arg>session=${session}</arg>
<arg>log_response=${log_response}</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-08-22T23:49:42.831647" elapsed="0.037890"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-22T23:49:42.870086" level="FAIL">'{
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "topsecret",
     "username": "admin"
    },
    "port": 17830
   },
   "node-id": "17830-sim-device"
  }
 ]
}
' does not contain 'connection-status": "connected"'</msg>
<arg>${device_status}</arg>
<arg>connection-status": "connected"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-22T23:49:42.869701" elapsed="0.000461">'{
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "topsecret",
     "username": "admin"
    },
    "port": 17830
   },
   "node-id": "17830-sim-device"
  }
 ]
}
' does not contain 'connection-status": "connected"'</status>
</kw>
<arg>${device_name}</arg>
<arg>session=${session}</arg>
<arg>log_response=${log_response}</arg>
<doc>Check that the specified device is accessible from Netconf.</doc>
<status status="FAIL" start="2026-08-22T23:49:42.809401" elapsed="0.060886">'{
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "connection-status": "connecting",
    "host": "10.30.170.191",
    "login-password-unencrypted": {
     "password": "topsecret",
     "username": "admin"
    },
    "port": 17830
   },
   "node-id": "17830-sim-device"
  }
 ]
}
' does not contain 'connection-status": "connected"'</status>
</kw>
<kw name="Check_Device_Connected" owner="NetconfKeywords">
<kw name="Generate URI" owner="Restconf">
<kw name="Generate RFC8040 URI" owner="Restconf">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.887721" level="INFO">${node_value_path} = </msg>
<var>${node_value_path}</var>
<arg>${EMPTY}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:43.884856" elapsed="0.002898"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.888563" level="INFO">${node_value_path} = /topology=topology-netconf</msg>
<var>${node_value_path}</var>
<arg>${node_value_path}/${nv}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:43.888233" elapsed="0.000359"/>
</kw>
<var name="${nv}">topology=topology-netconf</var>
<status status="PASS" start="2026-08-22T23:49:43.888076" elapsed="0.000552"/>
</iter>
<iter>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.889201" level="INFO">${node_value_path} = /topology=topology-netconf/node=17830-sim-device</msg>
<var>${node_value_path}</var>
<arg>${node_value_path}/${nv}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:43.888878" elapsed="0.000349"/>
</kw>
<var name="${nv}">node=17830-sim-device</var>
<status status="PASS" start="2026-08-22T23:49:43.888709" elapsed="0.000637"/>
</iter>
<var>${nv}</var>
<value>@{node_value_list}</value>
<status status="PASS" start="2026-08-22T23:49:43.887841" elapsed="0.001536"/>
</for>
<if>
<branch type="IF" condition="&quot;${datastore_flag}&quot; == &quot;config&quot;">
<kw name="Set Variable" owner="BuiltIn">
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/data/${identifier}${node_value_path}?content=config</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.889726" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:43.889454" elapsed="0.000330"/>
</branch>
<branch type="ELSE IF" condition="&quot;${datastore_flag}&quot;==&quot;operational&quot;">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.890537" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/data/${identifier}${node_value_path}?content=nonconfig</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:43.890064" elapsed="0.000501"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:43.889810" elapsed="0.000791"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<var>${uri}</var>
<arg>${RESTCONF_ROOT}/operations/${identifier}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.890804" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:43.890627" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.889433" elapsed="0.001467"/>
</if>
<return>
<value>${uri}</value>
<status status="PASS" start="2026-08-22T23:49:43.890938" elapsed="0.000036"/>
</return>
<msg time="2026-08-22T23:49:43.891099" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>${identifier}</arg>
<arg>${datastore_flag}</arg>
<arg>@{node_value_list}</arg>
<status status="PASS" start="2026-08-22T23:49:43.884179" elapsed="0.006946"/>
</kw>
<return>
<value>${uri}</value>
<status status="PASS" start="2026-08-22T23:49:43.891171" elapsed="0.000026"/>
</return>
<msg time="2026-08-22T23:49:43.891313" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<var>${uri}</var>
<arg>network-topology:network-topology</arg>
<arg>operational</arg>
<arg>topology=topology-netconf</arg>
<arg>node=${device_name}</arg>
<doc>Returns the proper URI to use. Variable input error checking is done to ensure the ${datastore_flag} variable
is config, operational or rpc. @{node_value_list} is expected to be in the format of node=value. RFC8040 can
use that as is with '=' delimiter</doc>
<status status="PASS" start="2026-08-22T23:49:43.883355" elapsed="0.007983"/>
</kw>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.898686" level="INFO">/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:43.898428" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.899167" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:43.898922" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:43.912408" level="INFO">GET Request : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01ertdopax0i801snxh2uy8v9030.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-08-22T23:49:43.912673" level="INFO">GET Response : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+json', 'Content-Length': '3689'} 
 body={"network-topology:node":[{"node-id":"17830-sim-device","netconf-node-topology:netconf-node":{"port":17830,"unavailable-capabilities":{"unavailable-capability":[{"failure-reason":"missing-source","capability":"(urn:ietf:params:xml:ns:netconf:notification:1.0?revision=2008-07-14)notifications"}]},"clustered-connection-status":{"netconf-master-node":"pekko://opendaylight-cluster-data@10.30.171.24:2550"},"negotiated-ssh-transport-parameters":{"encryption-alg":"chacha20-poly1305","host-key-alg":"rsa-sha2-512","mac-alg":"none","key-exchange-alg":"sntrup761x25519-sha512"},"session-id":1,"connection-status":"connected","login-password-unencrypted":{"username":"admin","password":"topsecret"},"host":"10.30.170.191","available-capabilities":{"available-capability":[{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:capability:notification:1.0"},{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:capability:exi:1.0"},{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:capability:candidate:1.0"},{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:base:1.1"},{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:base:1.0"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:people?revision=2014-08-18)people"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)ietf-netconf-monitoring"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-yang-types?revision=2013-07-15)ietf-yang-types"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car?revision=2014-08-18)car"},{"capability-origin":"device-advertised","capability":"(ns:main?revision=2014-01-21)main"},{"capability-origin":"device-advertised","capability":"(ns:augment:main:a?revision=2014-01-21)augment-main-a"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:netconf:monitoring?revision=2022-07-18)odl-netconf-monitoring"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)ietf-netconf"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring-extension?revision=2013-12-10)ietf-netconf-monitoring-extension"},{"capability-origin":"device-advertised","capability":"(org:opendaylight:coretutorials:ncmount:example:l2fib?revision=2016-03-07)ncmount-l2fib"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car-people?revision=2014-08-18)car-people"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car-purchase?revision=2014-08-18)car-purchase"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:test:netconf:crud?revision=2014-10-18)test"},{"capability-origin":"device-advertised","capability":"(https://example.com/ns/example-action?revision=2016-07-07)example-action"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2010-09-24)ietf-inet-types"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ietf-inet-types"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:yang:extension:yang-ext?revision=2013-07-09)yang-ext"}]}}}]} 
 </msg>
<msg time="2026-08-22T23:49:43.912924" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-08-22T23:49:43.901298" elapsed="0.011665"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:43.899277" elapsed="0.013747"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.913280" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:43.913060" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.899259" elapsed="0.014142"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.918268" level="INFO">{"network-topology:node":[{"node-id":"17830-sim-device","netconf-node-topology:netconf-node":{"port":17830,"unavailable-capabilities":{"unavailable-capability":[{"failure-reason":"missing-source","capability":"(urn:ietf:params:xml:ns:netconf:notification:1.0?revision=2008-07-14)notifications"}]},"clustered-connection-status":{"netconf-master-node":"pekko://opendaylight-cluster-data@10.30.171.24:2550"},"negotiated-ssh-transport-parameters":{"encryption-alg":"chacha20-poly1305","host-key-alg":"rsa-sha2-512","mac-alg":"none","key-exchange-alg":"sntrup761x25519-sha512"},"session-id":1,"connection-status":"connected","login-password-unencrypted":{"username":"admin","password":"topsecret"},"host":"10.30.170.191","available-capabilities":{"available-capability":[{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:capability:notification:1.0"},{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:capability:exi:1.0"},{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:capability:candidate:1.0"},{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:base:1.1"},{"capability-origin":"device-advertised","capability":"urn:ietf:params:netconf:base:1.0"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:people?revision=2014-08-18)people"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)ietf-netconf-monitoring"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-yang-types?revision=2013-07-15)ietf-yang-types"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car?revision=2014-08-18)car"},{"capability-origin":"device-advertised","capability":"(ns:main?revision=2014-01-21)main"},{"capability-origin":"device-advertised","capability":"(ns:augment:main:a?revision=2014-01-21)augment-main-a"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:netconf:monitoring?revision=2022-07-18)odl-netconf-monitoring"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)ietf-netconf"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring-extension?revision=2013-12-10)ietf-netconf-monitoring-extension"},{"capability-origin":"device-advertised","capability":"(org:opendaylight:coretutorials:ncmount:example:l2fib?revision=2016-03-07)ncmount-l2fib"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car-people?revision=2014-08-18)car-people"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car-purchase?revision=2014-08-18)car-purchase"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:test:netconf:crud?revision=2014-10-18)test"},{"capability-origin":"device-advertised","capability":"(https://example.com/ns/example-action?revision=2016-07-07)example-action"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2010-09-24)ietf-inet-types"},{"capability-origin":"device-advertised","capability":"(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ietf-inet-types"},{"capability-origin":"device-advertised","capability":"(urn:opendaylight:yang:extension:yang-ext?revision=2013-07-09)yang-ext"}]}}}]}</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:43.914878" elapsed="0.003492"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:43.914530" elapsed="0.003888"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.914500" elapsed="0.003953"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.922038" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:43.918872" elapsed="0.003230"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:43.918530" elapsed="0.003619"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.918507" elapsed="0.003676"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.923011" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:43.922407" elapsed="0.000642"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.923473" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:43.923147" elapsed="0.000398"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.924042" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:43.923724" elapsed="0.000345"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:43.923569" elapsed="0.000537"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.923122" elapsed="0.001005"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.924654" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:43.924282" elapsed="0.000398"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.924997" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:43.924749" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.925525" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:43.925232" elapsed="0.000319"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:43.925077" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.924732" elapsed="0.000913"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:43.925797" elapsed="0.000367"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-08-22T23:49:43.926625" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:43.926325" elapsed="0.000326"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:43.926831" elapsed="0.002390"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-08-22T23:49:43.913936" elapsed="0.015351"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-08-22T23:49:43.929465" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:43.929357" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.929339" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-08-22T23:49:43.933040" level="INFO">${text_normalized} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "available-capabilities": {
     "available-capability": [
      {
       "capability": "(https://example.com/ns/exampl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-08-22T23:49:43.929674" elapsed="0.003396"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-08-22T23:49:43.933122" elapsed="0.000030"/>
</return>
<msg time="2026-08-22T23:49:43.933279" level="INFO">${response_text} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "available-capabilities": {
     "available-capability": [
      {
       "capability": "(https://example.com/ns/exampl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-08-22T23:49:43.894181" elapsed="0.039125"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:43.933363" elapsed="0.000026"/>
</return>
<msg time="2026-08-22T23:49:43.933510" level="INFO">${device_status} = {
 "network-topology:node": [
  {
   "netconf-node-topology:netconf-node": {
    "available-capabilities": {
     "available-capability": [
      {
       "capability": "(https://example.com/ns/exampl...</msg>
<var>${device_status}</var>
<arg>${uri}</arg>
<arg>session=${session}</arg>
<arg>log_response=${log_response}</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-08-22T23:49:43.891562" elapsed="0.041974"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${device_status}</arg>
<arg>connection-status": "connected"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T23:49:43.933692" elapsed="0.000329"/>
</kw>
<arg>${device_name}</arg>
<arg>session=${session}</arg>
<arg>log_response=${log_response}</arg>
<doc>Check that the specified device is accessible from Netconf.</doc>
<status status="PASS" start="2026-08-22T23:49:43.871199" elapsed="0.062882"/>
</kw>
<arg>${timeout}</arg>
<arg>${period}</arg>
<arg>Check_Device_Connected</arg>
<arg>${device_name}</arg>
<arg>session=${session}</arg>
<arg>log_response=${log_response}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T23:49:41.708721" elapsed="2.225413"/>
</kw>
<arg>${DEVICE_NAME}</arg>
<arg>session=node1</arg>
<doc>Wait for the device to become connected.
It is more readable to use this keyword in a test case than to put the whole WUKS below into it.</doc>
<status status="PASS" start="2026-08-22T23:49:41.708248" elapsed="2.225953"/>
</kw>
<kw name="Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed" owner="SetupUtils" type="TEARDOWN">
<kw name="Run Keyword If Test Failed" owner="BuiltIn">
<arg>BuiltIn.Set_Suite_Variable</arg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<status status="PASS" start="2026-08-22T23:49:43.934879" elapsed="0.000254"/>
</kw>
<kw name="SetupUtils__Report_Bugs_Causing_Failure" owner="SetupUtils">
<if>
<branch type="IF" condition="'${SetupUtils__Known_Bug_ID}' != ''">
<kw name="Report Failure Due To Bug" owner="Utils">
<arg>${SetupUtils__Known_Bug_ID}</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="NOT RUN" start="2026-08-22T23:49:43.935971" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:43.935571" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.935553" elapsed="0.000504"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>'${SetupUtils__Known_Bug_ID}' != ''</arg>
<arg>Set_Known_Bug_Id</arg>
<arg>${EMPTY}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:43.936200" elapsed="0.000419"/>
</kw>
<kw name="Report_Failure_And_Point_To_Linked_Bugs" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.941477" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:43.941072" elapsed="0.000433"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T23:49:43.941806" elapsed="0.000043"/>
</return>
<status status="PASS" start="2026-08-22T23:49:43.941579" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.941561" elapsed="0.000344"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.942054" elapsed="0.000021"/>
</kw>
<kw name="Replace String Using Regexp" owner="String">
<var>${reference}</var>
<arg>${SUITE_NAME}_${TEST_NAME}</arg>
<arg>[ /\.-]</arg>
<arg>_</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.942224" elapsed="0.000054"/>
</kw>
<kw name="Convert To Lower Case" owner="String">
<var>${reference}</var>
<arg>${reference}</arg>
<doc>Converts string to lower case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.942434" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>... click for list of related bugs or create a new one if needed (with the${newline}"${reference}"${newline}reference somewhere inside)</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.942599" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${bugs}</var>
<arg>"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=${reference}&amp;order=bug_status"</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.942777" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${bugs}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.942962" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}${newline}${bugs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.943124" elapsed="0.000020"/>
</kw>
<doc>Report that a test failed and point to linked Bugzilla bug(s).
Linked bugs must contain the ${reference} inside comments (workaround
becasue of currently missing suitable field for external references and
not correctly working the CONTENT MATCHES filter).
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T23:49:43.940754" elapsed="0.002447"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:43.935359" elapsed="0.007891"/>
</kw>
<doc>Test case teardown. Show linked bugs and start fast failing in case of failure.</doc>
<status status="PASS" start="2026-08-22T23:49:43.934492" elapsed="0.008799"/>
</kw>
<doc>Wait until the device becomes available through Netconf on node 1.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="PASS" start="2026-08-22T23:49:41.377124" elapsed="2.566204"/>
</test>
<test id="s1-t4" name="Wait_For_Device_Data_To_Be_Seen" line="74">
<kw name="Setup_Test_With_Logging_And_Fast_Failing" owner="SetupUtils" type="SETUP">
<kw name="Fail_This_Fast_On_Previous_Error" owner="FailFast">
<if>
<branch type="IF" condition="'''${SuiteFastFail}'''=='True'">
<kw name="Fail" owner="BuiltIn">
<arg>SKIPPED due to a failure in a previous fundamental test case.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:43.947035" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:43.946797" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.946778" elapsed="0.000339"/>
</if>
<doc>Mark (immediately) this test case as failed when fast-fail is enabled in suite.</doc>
<status status="PASS" start="2026-08-22T23:49:43.946589" elapsed="0.000575"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Log_Testcase_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-08-22T23:49:43.948160" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:43.948050" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.948030" elapsed="0.000196"/>
</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-08-22T23:49:43.953026" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:43.952920" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.952902" elapsed="0.000190"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.954095" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:43.953690" elapsed="0.000432"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:43.954587" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:43.954281" elapsed="0.000332"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:43.954658" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:43.954844" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:43.953315" elapsed="0.001556"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:43.960211" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:43.960104" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.960084" elapsed="0.000194"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:43.961359" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:43.961253" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:43.961235" elapsed="0.000190"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:43.961893" level="INFO">${karaf_connection_index} = 10</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:43.961565" elapsed="0.000355"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:43.962280" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:43.962078" elapsed="0.000228"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:44.009077" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:43.962814" elapsed="0.046482"/>
</kw>
<msg time="2026-08-22T23:49:44.009425" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:44.009504" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:43.962464" elapsed="0.047082"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:44.037944" level="INFO">"s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e "n "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:44.010152" elapsed="0.027932"/>
</kw>
<msg time="2026-08-22T23:49:44.038187" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:44.038232" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:44.009747" elapsed="0.028522"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.038594" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.038353" elapsed="0.000297"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.038331" elapsed="0.000345"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:44.039143" level="INFO"> "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e "n "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:44.038853" elapsed="0.000357"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.039491" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.039276" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.039259" elapsed="0.000309"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:44.039603" elapsed="0.000032"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:44.042293" elapsed="0.000250"/>
</kw>
<msg time="2026-08-22T23:49:44.042612" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:44.041038" elapsed="0.001820"/>
</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="NOT RUN" start="2026-08-22T23:49:44.043213" elapsed="0.000056"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.043564" elapsed="0.000055"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:44.040429" elapsed="0.003354"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:44.039910" elapsed="0.003954"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:43.960956" elapsed="0.083007"/>
</kw>
<msg time="2026-08-22T23:49:44.044055" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:44.044099" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:43.960425" elapsed="0.083712"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:44.044320" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:44.044213" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.044194" elapsed="0.000207"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 1,
close the previous connection. In any case create a new connection
to karaf console for 1, set correct prompt set and login to karaf console.
Store connection index for 1 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.044794" elapsed="0.000047"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.045148" elapsed="0.000024"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:44.045219" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:43.959752" elapsed="0.085574"/>
</kw>
<msg time="2026-08-22T23:49:44.045419" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:44.045464" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<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="PASS" start="2026-08-22T23:49:43.955235" elapsed="0.090267"/>
</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-08-22T23:49:44.046020" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.045625" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.045606" elapsed="0.000494"/>
</if>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:43.955096" elapsed="0.091027"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:44.051563" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:44.051454" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.051435" elapsed="0.000194"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:44.052710" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:44.052602" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.052584" elapsed="0.000192"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:44.053207" level="INFO">${karaf_connection_index} = 12</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:44.052933" elapsed="0.000301"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:44.053586" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:44.053390" elapsed="0.000222"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:44.120815" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:44.054126" elapsed="0.066869"/>
</kw>
<msg time="2026-08-22T23:49:44.121115" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:44.121162" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:44.053768" elapsed="0.067431"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:44.148441" level="INFO">"s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e "n "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:44.121754" elapsed="0.026875"/>
</kw>
<msg time="2026-08-22T23:49:44.148774" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:44.148863" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:44.121386" elapsed="0.027531"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.149348" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.149027" elapsed="0.000397"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.148999" elapsed="0.000462"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:44.150071" level="INFO"> "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e "n "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:44.149657" elapsed="0.000503"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.150533" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.150245" elapsed="0.000362"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.150222" elapsed="0.000443"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:44.150718" elapsed="0.000045"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:44.154244" elapsed="0.000319"/>
</kw>
<msg time="2026-08-22T23:49:44.154702" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:44.152596" elapsed="0.002401"/>
</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="NOT RUN" start="2026-08-22T23:49:44.155454" elapsed="0.000074"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.155996" elapsed="0.000079"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:44.151844" elapsed="0.004448"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:44.151130" elapsed="0.005226"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:44.052299" elapsed="0.104259"/>
</kw>
<msg time="2026-08-22T23:49:44.156677" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:44.156734" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:44.051778" elapsed="0.105007"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:44.157145" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-08-22T23:49:44.157001" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.156975" elapsed="0.000281"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 2,
close the previous connection. In any case create a new connection
to karaf console for 2, set correct prompt set and login to karaf console.
Store connection index for 2 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.157779" elapsed="0.000034"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.158313" elapsed="0.000033"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:44.158407" elapsed="0.000021"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:44.051109" elapsed="0.107437"/>
</kw>
<msg time="2026-08-22T23:49:44.158691" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:44.158760" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<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="PASS" start="2026-08-22T23:49:44.046390" elapsed="0.112423"/>
</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-08-22T23:49:44.159221" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.158958" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.158936" elapsed="0.000364"/>
</if>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:44.046250" elapsed="0.113075"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:44.165405" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:44.165293" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.165273" elapsed="0.000201"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:44.166580" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:44.166457" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.166438" elapsed="0.000263"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:44.167250" level="INFO">${karaf_connection_index} = 14</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:44.166939" elapsed="0.000339"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:44.167637" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:44.167437" elapsed="0.000226"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:44.211168" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:44.168201" elapsed="0.043200"/>
</kw>
<msg time="2026-08-22T23:49:44.211562" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:44.211626" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:44.167844" elapsed="0.043832"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:44.250561" level="INFO">"s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e "n "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:44.212446" elapsed="0.038535"/>
</kw>
<msg time="2026-08-22T23:49:44.251225" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:44.251328" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:44.211955" elapsed="0.039459"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.252128" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.251598" elapsed="0.000589"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.251549" elapsed="0.000745"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:44.252745" level="INFO"> "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e "n "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:44.252445" elapsed="0.000367"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.253141" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.252907" elapsed="0.000290"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.252888" elapsed="0.000332"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:44.253256" elapsed="0.000036"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:44.256011" elapsed="0.000253"/>
</kw>
<msg time="2026-08-22T23:49:44.256329" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:44.254728" elapsed="0.001809"/>
</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="NOT RUN" start="2026-08-22T23:49:44.256913" elapsed="0.000060"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.257268" elapsed="0.000053"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:44.254118" elapsed="0.003370"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:44.253564" elapsed="0.003975"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:44.166156" elapsed="0.091483"/>
</kw>
<msg time="2026-08-22T23:49:44.257736" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:44.257782" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:44.165624" elapsed="0.092235"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:44.258053" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:44.257943" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.257923" elapsed="0.000213"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 3,
close the previous connection. In any case create a new connection
to karaf console for 3, set correct prompt set and login to karaf console.
Store connection index for 3 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.258543" elapsed="0.000025"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:44.258929" elapsed="0.000026"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:44.259004" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:44.164934" elapsed="0.094180"/>
</kw>
<msg time="2026-08-22T23:49:44.259210" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:44.259255" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "W "a "i "t "_ "F "o "r "_ "D "e "v "i "c "e "_ "D "a "t "a "_ "T "o "_ "B "e "_ "S "e "e ...</msg>
<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="PASS" start="2026-08-22T23:49:44.159603" elapsed="0.099690"/>
</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-08-22T23:49:44.259625" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:44.259371" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.259353" elapsed="0.000350"/>
</if>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:44.159460" elapsed="0.100266"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:43.954926" elapsed="0.304833"/>
</for>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</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-08-22T23:49:43.952545" elapsed="0.307417"/>
</kw>
<arg>member_index_list=${member_index_list}</arg>
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:43.947740" elapsed="0.312289"/>
</kw>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:43.947312" elapsed="0.312765"/>
</kw>
<doc>Test case setup which skips on previous failure. If not, logs test case name to Karaf log.
Recommended to be used as the default test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:43.944284" elapsed="0.315849"/>
</kw>
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Check_Data_Present">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:44.261505" level="INFO">${url} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount?content=config</msg>
<var>${url}</var>
<arg>${REST_API}/network-topology:network-topology/topology=topology-netconf/node=${DEVICE_NAME}/yang-ext:mount?content=config</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:44.261120" elapsed="0.000449"/>
</kw>
<kw name="Get_As_Xml_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:44.269105" level="INFO">/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount?content=config</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:44.268849" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:44.269549" level="INFO">{'Accept': 'application/xml'}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:44.269305" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:45.216659" level="INFO">GET Request : url=http://10.30.170.104:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount?content=config 
 path_url=/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount?content=config 
 headers={'User-Agent': 'python-requests/2.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': 'application/xml', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-08-22T23:49:45.217049" level="INFO">GET Response : url=http://10.30.170.104:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount?content=config 
 status=200, reason=OK 
 headers={'Set-Cookie': 'JSESSIONID=node0erzvcggusxlr1vdagf92rj6u30.node0; Path=/rests; HttpOnly, rememberMe=deleteMe; Path=/rests; Max-Age=0; Expires=Fri, 21-Aug-2026 23:49:45 GMT; SameSite=lax', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', 'Cache-Control': 'no-cache', 'Content-Type': 'application/xml', 'Content-Length': '61'} 
 body=&lt;data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"&gt;&lt;/data&gt; 
 </msg>
<msg time="2026-08-22T23:49:45.217332" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-08-22T23:49:44.271742" elapsed="0.945652"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:44.269660" elapsed="0.947854"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.218051" elapsed="0.000089"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.217583" elapsed="0.000660"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:44.269641" elapsed="0.948654"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.226528" level="INFO">&lt;data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"&gt;&lt;/data&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.220858" elapsed="0.005786"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.220296" elapsed="0.006440"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.220251" elapsed="0.006546"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.229386" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.227122" elapsed="0.002310"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.226890" elapsed="0.002576"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.226869" elapsed="0.002622"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.230122" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.229672" elapsed="0.000478"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.230459" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.230220" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.231020" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:45.230700" elapsed="0.000347"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.230540" elapsed="0.000543"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.230202" elapsed="0.000902"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.231621" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.231259" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.231963" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.231718" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.232491" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:45.232200" elapsed="0.000318"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.232045" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.231700" elapsed="0.000874"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.232730" elapsed="0.000364"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-08-22T23:49:45.233563" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.233258" elapsed="0.000331"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.233809" elapsed="0.002309"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-08-22T23:49:45.219227" elapsed="0.016956"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="PASS" start="2026-08-22T23:49:45.236368" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-08-22T23:49:45.236255" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.236237" elapsed="0.000227"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.236611" elapsed="0.000022"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.236682" elapsed="0.000015"/>
</return>
<msg time="2026-08-22T23:49:45.240569" level="INFO">${response_text} = &lt;data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"&gt;&lt;/data&gt;</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_XML}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=False</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-08-22T23:49:44.264307" elapsed="0.976292"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:45.240661" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:45.240813" level="INFO">${data} = &lt;data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"&gt;&lt;/data&gt;</msg>
<var>${data}</var>
<arg>${url}</arg>
<arg>session=node2</arg>
<doc>Specify XML headers and return Get_From_Uri response text.</doc>
<status status="PASS" start="2026-08-22T23:49:44.261787" elapsed="0.979072"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${data}</arg>
<arg>&lt;data xmlns="${ODL_NETCONF_NAMESPACE}"&gt;&lt;/data&gt;</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="PASS" start="2026-08-22T23:49:45.241014" elapsed="0.000371"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:44.260847" elapsed="0.980601"/>
</kw>
<arg>${DEVICE_DATA_CONNECT_TIMEOUT}</arg>
<arg>1s</arg>
<arg>Check_Data_Present</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T23:49:44.260315" elapsed="0.981172"/>
</kw>
<kw name="Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed" owner="SetupUtils" type="TEARDOWN">
<kw name="Run Keyword If Test Failed" owner="BuiltIn">
<arg>BuiltIn.Set_Suite_Variable</arg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<status status="PASS" start="2026-08-22T23:49:45.242108" elapsed="0.000243"/>
</kw>
<kw name="SetupUtils__Report_Bugs_Causing_Failure" owner="SetupUtils">
<if>
<branch type="IF" condition="'${SetupUtils__Known_Bug_ID}' != ''">
<kw name="Report Failure Due To Bug" owner="Utils">
<arg>${SetupUtils__Known_Bug_ID}</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="NOT RUN" start="2026-08-22T23:49:45.243186" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.242787" elapsed="0.000461"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.242769" elapsed="0.000504"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>'${SetupUtils__Known_Bug_ID}' != ''</arg>
<arg>Set_Known_Bug_Id</arg>
<arg>${EMPTY}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.243416" elapsed="0.000308"/>
</kw>
<kw name="Report_Failure_And_Point_To_Linked_Bugs" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.248841" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.248417" elapsed="0.000453"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T23:49:45.249094" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:45.248947" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.248928" elapsed="0.000248"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.249323" elapsed="0.000021"/>
</kw>
<kw name="Replace String Using Regexp" owner="String">
<var>${reference}</var>
<arg>${SUITE_NAME}_${TEST_NAME}</arg>
<arg>[ /\.-]</arg>
<arg>_</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.249491" elapsed="0.000021"/>
</kw>
<kw name="Convert To Lower Case" owner="String">
<var>${reference}</var>
<arg>${reference}</arg>
<doc>Converts string to lower case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.249660" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>... click for list of related bugs or create a new one if needed (with the${newline}"${reference}"${newline}reference somewhere inside)</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.249838" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${bugs}</var>
<arg>"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=${reference}&amp;order=bug_status"</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.250005" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${bugs}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.250195" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}${newline}${bugs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.250359" elapsed="0.000020"/>
</kw>
<doc>Report that a test failed and point to linked Bugzilla bug(s).
Linked bugs must contain the ${reference} inside comments (workaround
becasue of currently missing suitable field for external references and
not correctly working the CONTENT MATCHES filter).
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T23:49:45.248111" elapsed="0.002324"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.242576" elapsed="0.007958"/>
</kw>
<doc>Test case teardown. Show linked bugs and start fast failing in case of failure.</doc>
<status status="PASS" start="2026-08-22T23:49:45.241781" elapsed="0.008797"/>
</kw>
<doc>Wait until the device data show up at node 2.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="PASS" start="2026-08-22T23:49:43.943702" elapsed="1.306917"/>
</test>
<test id="s1-t5" name="Create_Device_Data" line="78">
<kw name="Setup_Test_With_Logging_And_Fast_Failing" owner="SetupUtils" type="SETUP">
<kw name="Fail_This_Fast_On_Previous_Error" owner="FailFast">
<if>
<branch type="IF" condition="'''${SuiteFastFail}'''=='True'">
<kw name="Fail" owner="BuiltIn">
<arg>SKIPPED due to a failure in a previous fundamental test case.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.254269" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.254037" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.254019" elapsed="0.000332"/>
</if>
<doc>Mark (immediately) this test case as failed when fast-fail is enabled in suite.</doc>
<status status="PASS" start="2026-08-22T23:49:45.253851" elapsed="0.000546"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Log_Testcase_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-08-22T23:49:45.255387" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.255281" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.255263" elapsed="0.000191"/>
</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-08-22T23:49:45.260573" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.260465" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.260446" elapsed="0.000194"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.261638" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:45.261256" elapsed="0.000409"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.262169" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:45.261836" elapsed="0.000360"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:45.262242" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:45.262396" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:45.260881" elapsed="0.001539"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.267855" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.267731" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.267712" elapsed="0.000212"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.269017" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.268910" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.268892" elapsed="0.000190"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:45.269534" level="INFO">${karaf_connection_index} = 10</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.269222" elapsed="0.000339"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.269952" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.269721" elapsed="0.000257"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.326807" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:45.270493" elapsed="0.056702"/>
</kw>
<msg time="2026-08-22T23:49:45.327448" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:45.327548" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.270160" elapsed="0.057471"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.345802" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:45.328896" elapsed="0.017053"/>
</kw>
<msg time="2026-08-22T23:49:45.346079" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:45.346128" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.328067" elapsed="0.018102"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.346504" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.346257" elapsed="0.000422"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.346233" elapsed="0.000475"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.347171" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.346876" elapsed="0.000357"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.347516" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.347300" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.347281" elapsed="0.000319"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:45.347637" elapsed="0.000037"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.350375" elapsed="0.000251"/>
</kw>
<msg time="2026-08-22T23:49:45.350693" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.349104" elapsed="0.001831"/>
</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="NOT RUN" start="2026-08-22T23:49:45.351290" elapsed="0.000059"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.351650" elapsed="0.000056"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:45.348484" elapsed="0.003422"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:45.347956" elapsed="0.004001"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:45.268597" elapsed="0.083456"/>
</kw>
<msg time="2026-08-22T23:49:45.352148" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:45.352193" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.268073" elapsed="0.084159"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:45.352619" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-08-22T23:49:45.352309" elapsed="0.000372"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.352290" elapsed="0.000415"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 1,
close the previous connection. In any case create a new connection
to karaf console for 1, set correct prompt set and login to karaf console.
Store connection index for 1 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.353132" elapsed="0.000025"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.353467" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.353540" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:45.267392" elapsed="0.086257"/>
</kw>
<msg time="2026-08-22T23:49:45.353742" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:45.353786" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<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="PASS" start="2026-08-22T23:49:45.262882" elapsed="0.091084"/>
</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-08-22T23:49:45.354306" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.354056" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.354037" elapsed="0.000346"/>
</if>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:45.262722" elapsed="0.091685"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.359865" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.359741" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.359722" elapsed="0.000211"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.361010" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.360903" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.360885" elapsed="0.000190"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:45.361544" level="INFO">${karaf_connection_index} = 12</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.361268" elapsed="0.000303"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.361994" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.361770" elapsed="0.000250"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.407954" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:45.362536" elapsed="0.045567"/>
</kw>
<msg time="2026-08-22T23:49:45.408217" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:45.408263" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.362199" elapsed="0.046102"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.429220" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:45.408846" elapsed="0.020510"/>
</kw>
<msg time="2026-08-22T23:49:45.429460" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:45.429504" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.408475" elapsed="0.021066"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.429867" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.429618" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.429599" elapsed="0.000349"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.430399" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.430114" elapsed="0.000347"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.430741" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.430527" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.430509" elapsed="0.000308"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:45.430869" elapsed="0.000032"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.433521" elapsed="0.000259"/>
</kw>
<msg time="2026-08-22T23:49:45.433870" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.432268" elapsed="0.001827"/>
</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="NOT RUN" start="2026-08-22T23:49:45.434452" elapsed="0.000058"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.434811" elapsed="0.000083"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:45.431638" elapsed="0.003424"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:45.431139" elapsed="0.003975"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:45.360592" elapsed="0.074619"/>
</kw>
<msg time="2026-08-22T23:49:45.435306" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:45.435350" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.360089" elapsed="0.075298"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:45.435575" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:45.435466" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.435447" elapsed="0.000212"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 2,
close the previous connection. In any case create a new connection
to karaf console for 2, set correct prompt set and login to karaf console.
Store connection index for 2 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.436303" elapsed="0.000027"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.436681" elapsed="0.000027"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.436762" elapsed="0.000023"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:45.359396" elapsed="0.077644"/>
</kw>
<msg time="2026-08-22T23:49:45.437185" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:45.437231" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<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="PASS" start="2026-08-22T23:49:45.354677" elapsed="0.082592"/>
</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-08-22T23:49:45.437603" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.437349" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.437330" elapsed="0.000352"/>
</if>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:45.354536" elapsed="0.083170"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.443167" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.443059" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.443040" elapsed="0.000195"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.444308" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.444202" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.444184" elapsed="0.000191"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:45.444788" level="INFO">${karaf_connection_index} = 14</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.444514" elapsed="0.000301"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.445193" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.444992" elapsed="0.000227"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.481869" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:45.445706" elapsed="0.036346"/>
</kw>
<msg time="2026-08-22T23:49:45.482167" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:45.482213" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.445376" elapsed="0.036874"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.500286" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:45.482778" elapsed="0.017649"/>
</kw>
<msg time="2026-08-22T23:49:45.500531" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:45.500576" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.482428" elapsed="0.018185"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.500951" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.500693" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.500672" elapsed="0.000361"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.501464" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.501176" elapsed="0.000348"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.501801" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.501589" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.501572" elapsed="0.000326"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:45.501931" elapsed="0.000082"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.504689" elapsed="0.000275"/>
</kw>
<msg time="2026-08-22T23:49:45.505032" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.503433" elapsed="0.001800"/>
</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="NOT RUN" start="2026-08-22T23:49:45.505583" elapsed="0.000060"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.506054" elapsed="0.000061"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:45.502843" elapsed="0.003445"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:45.502295" elapsed="0.004044"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:45.443906" elapsed="0.062533"/>
</kw>
<msg time="2026-08-22T23:49:45.506533" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:45.506578" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.443384" elapsed="0.063255"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:45.506937" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-08-22T23:49:45.506747" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.506721" elapsed="0.000335"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 3,
close the previous connection. In any case create a new connection
to karaf console for 3, set correct prompt set and login to karaf console.
Store connection index for 3 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.507615" elapsed="0.000036"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.508235" elapsed="0.000036"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.508340" elapsed="0.000022"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:45.442696" elapsed="0.065797"/>
</kw>
<msg time="2026-08-22T23:49:45.508627" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:45.508689" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "r "e "a "t "e "_ "D "e "v "i "c "e "_ "D "a "t "a "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<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="PASS" start="2026-08-22T23:49:45.438056" elapsed="0.070685"/>
</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-08-22T23:49:45.509594" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.508965" elapsed="0.000709"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.508936" elapsed="0.000772"/>
</if>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:45.437853" elapsed="0.071888"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:45.262481" elapsed="0.247305"/>
</for>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</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-08-22T23:49:45.260105" elapsed="0.249791"/>
</kw>
<arg>member_index_list=${member_index_list}</arg>
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:45.254993" elapsed="0.255015"/>
</kw>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.254543" elapsed="0.255533"/>
</kw>
<doc>Test case setup which skips on previous failure. If not, logs test case name to Karaf log.
Recommended to be used as the default test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:45.251636" elapsed="0.258519"/>
</kw>
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.511305" level="INFO">${template_as_string} = {'DEVICE_NAME': '17830-sim-device', 'RESTCONF_ROOT': '/rests'}</msg>
<var>${template_as_string}</var>
<arg>DEVICE_NAME=${device_name}</arg>
<arg>RESTCONF_ROOT=${RESTCONF_ROOT}</arg>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.510398" elapsed="0.000967"/>
</kw>
<kw name="Post_As_Xml_Templated" owner="TemplatedRequests">
<kw name="Post_Templated" owner="TemplatedRequests">
<kw name="Resolve_Text_From_Template_Folder" owner="TemplatedRequests">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.548429" level="INFO">${file_path_stream} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/location.uri</msg>
<var>${file_path_stream}</var>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:45.548056" elapsed="0.000402"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="File Should Exist" owner="OperatingSystem">
<msg time="2026-08-22T23:49:45.549259" level="FAIL">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars.titanium/location.uri' does not exist.</msg>
<arg>${file_path_stream}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="FAIL" start="2026-08-22T23:49:45.548968" elapsed="0.000375">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars.titanium/location.uri' does not exist.</status>
</kw>
<msg time="2026-08-22T23:49:45.549438" level="INFO">${file_stream_exists} = False</msg>
<var>${file_stream_exists}</var>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="PASS" start="2026-08-22T23:49:45.548620" elapsed="0.000842"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.550037" level="INFO">${file_path} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/location.uri</msg>
<var>${file_path}</var>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:45.549624" elapsed="0.000482"/>
</kw>
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-08-22T23:49:45.550416" level="INFO" html="true">Getting file '&lt;a href="file:///w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars/location.uri"&gt;/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars/location.uri&lt;/a&gt;'.</msg>
<msg time="2026-08-22T23:49:45.550642" level="INFO">${template} = $RESTCONF_ROOT/data/network-topology:network-topology/topology=topology-netconf/node=$DEVICE_NAME/yang-ext:mount
</msg>
<var>${template}</var>
<arg>${file_path}</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="PASS" start="2026-08-22T23:49:45.550272" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.551089" level="INFO">$RESTCONF_ROOT/data/network-topology:network-topology/topology=topology-netconf/node=$DEVICE_NAME/yang-ext:mount
</msg>
<arg>${template}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.550839" elapsed="0.000295"/>
</kw>
<if>
<branch type="IF" condition="${percent_encode} == True">
<kw name="Encode_Mapping" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.552098" level="INFO">mapping: {'DEVICE_NAME': '17830-sim-device', 'RESTCONF_ROOT': '/rests'}</msg>
<arg>mapping: ${mapping}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.551837" elapsed="0.000306"/>
</kw>
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.552564" level="INFO">${encoded_mapping} = {}</msg>
<var>${encoded_mapping}</var>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.552299" elapsed="0.000291"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.553268" level="INFO">${value} = 17830-sim-device</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:45.552970" elapsed="0.000323"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:45.554067" level="INFO">${encoded} = 17830-sim-device</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.553796" elapsed="0.000297"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:45.554143" elapsed="0.000030"/>
</return>
<msg time="2026-08-22T23:49:45.554295" level="INFO">${encoded_value} = 17830-sim-device</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:45.553480" elapsed="0.000839"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.554470" elapsed="0.000409"/>
</kw>
<var name="${key}">DEVICE_NAME</var>
<var name="${value}">17830-sim-device</var>
<status status="PASS" start="2026-08-22T23:49:45.552835" elapsed="0.002086"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.555467" level="INFO">${value} = /rests</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:45.555168" elapsed="0.000324"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:45.556341" level="INFO">${encoded} = /rests</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.556130" elapsed="0.000237"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:45.556416" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:45.556565" level="INFO">${encoded_value} = /rests</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:45.555697" elapsed="0.000893"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.556737" elapsed="0.000237"/>
</kw>
<var name="${key}">RESTCONF_ROOT</var>
<var name="${value}">/rests</var>
<status status="PASS" start="2026-08-22T23:49:45.555036" elapsed="0.001978"/>
</iter>
<var>${key}</var>
<var>${value}</var>
<value>&amp;{mapping}</value>
<status status="PASS" start="2026-08-22T23:49:45.552644" elapsed="0.004405"/>
</for>
<return>
<value>${encoded_mapping}</value>
<status status="PASS" start="2026-08-22T23:49:45.557092" elapsed="0.000027"/>
</return>
<msg time="2026-08-22T23:49:45.557246" level="INFO">${mapping_to_use} = {'DEVICE_NAME': '17830-sim-device', 'RESTCONF_ROOT': '/rests'}</msg>
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<status status="PASS" start="2026-08-22T23:49:45.551499" elapsed="0.005772"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.551202" elapsed="0.006101"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.557475" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.557327" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.551183" elapsed="0.006369"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.558363" level="INFO">${final_text} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount</msg>
<var>${final_text}</var>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping_to_use})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.557728" elapsed="0.000663"/>
</kw>
<return>
<value>${final_text}</value>
<status status="PASS" start="2026-08-22T23:49:45.558439" elapsed="0.000028"/>
</return>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/${file_name}.</doc>
<status status="PASS" start="2026-08-22T23:49:45.547428" elapsed="0.011135"/>
</kw>
<msg time="2026-08-22T23:49:45.558616" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.535069" elapsed="0.023637"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${prolog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.prolog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.570963" elapsed="0.000028"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${epilog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.epilog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.583065" elapsed="0.000029"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${item_template}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${base_name}.item.${extension}</arg>
<arg>mapping=${mapping}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.595257" elapsed="0.000029"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<var>${items}</var>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.595457" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${separator}</var>
<arg>'${extension}' != 'json'</arg>
<arg>${endline}</arg>
<arg>,${endline}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.595631" elapsed="0.000021"/>
</kw>
<for flavor="IN RANGE">
<iter>
<if>
<branch type="IF" condition="${iteration} &gt; ${iter_start}">
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${separator}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.596029" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.595882" elapsed="0.000204"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:45.595865" elapsed="0.000244"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${j}</var>
<arg>${iteration}+${iter_j_offset}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.596250" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${item}</var>
<arg>string.Template('''${item_template}''').substitute({"i":"${iteration}", "j":${j}})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.596414" elapsed="0.000020"/>
</kw>
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${item}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.596575" elapsed="0.000020"/>
</kw>
<var name="${iteration}"/>
<status status="NOT RUN" start="2026-08-22T23:49:45.595812" elapsed="0.000815"/>
</iter>
<var>${iteration}</var>
<value>${iter_start}</value>
<value>${iterations}+${iter_start}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.595707" elapsed="0.000946"/>
</for>
<kw name="Catenate" owner="BuiltIn">
<var>${final_text}</var>
<arg>SEPARATOR=</arg>
<arg>${prolog}</arg>
<arg>${endline}</arg>
<arg>@{items}</arg>
<arg>${endline}</arg>
<arg>${epilog}</arg>
<doc>Catenates the given items together and returns the resulted string.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.596797" elapsed="0.000020"/>
</kw>
<return>
<value>${final_text}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.596906" elapsed="0.000016"/>
</return>
<msg time="2026-08-22T23:49:45.597029" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount</msg>
<var>${uri}</var>
<arg>folder=${folder}</arg>
<arg>base_name=location</arg>
<arg>extension=uri</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=True</arg>
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.
If ${iterations} value is present, put text together from "prolog", "item" and "epilog" parts,
where additional template variable ${i} goes from 1, by one  times.
Template variable ${j} is calculated as ${i} incremented by offset 0 ( j = i + iter_j_offset )
used to create non uniform data in order to be able to validate UPDATE operations.
POST (as opposed to PUT) needs slightly different data, ${name_prefix} may be used to distinguish.
(Actually, it is GET who formats data differently when URI is a top-level container.)</doc>
<status status="PASS" start="2026-08-22T23:49:45.530817" elapsed="0.066238"/>
</kw>
<kw name="Resolve_Text_From_Template_Folder" owner="TemplatedRequests">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.621562" level="INFO">${file_path_stream} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/post_data.xml</msg>
<var>${file_path_stream}</var>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:45.621181" elapsed="0.000409"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="File Should Exist" owner="OperatingSystem">
<msg time="2026-08-22T23:49:45.622376" level="FAIL">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars.titanium/post_data.xml' does not exist.</msg>
<arg>${file_path_stream}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="FAIL" start="2026-08-22T23:49:45.622128" elapsed="0.000324">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars.titanium/post_data.xml' does not exist.</status>
</kw>
<msg time="2026-08-22T23:49:45.622587" level="INFO">${file_stream_exists} = False</msg>
<var>${file_stream_exists}</var>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="PASS" start="2026-08-22T23:49:45.621751" elapsed="0.000861"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.623181" level="INFO">${file_path} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/post_data.xml</msg>
<var>${file_path}</var>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:45.622775" elapsed="0.000434"/>
</kw>
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-08-22T23:49:45.623508" level="INFO" html="true">Getting file '&lt;a href="file:///w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars/post_data.xml"&gt;/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars/post_data.xml&lt;/a&gt;'.</msg>
<msg time="2026-08-22T23:49:45.623662" level="INFO">${template} = &lt;cars xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car"&gt;
  &lt;car-entry&gt;
    &lt;id&gt;KEEP&lt;/id&gt;
  &lt;/car-entry&gt;
&lt;/cars&gt;
</msg>
<var>${template}</var>
<arg>${file_path}</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="PASS" start="2026-08-22T23:49:45.623369" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.624110" level="INFO">&lt;cars xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car"&gt;
  &lt;car-entry&gt;
    &lt;id&gt;KEEP&lt;/id&gt;
  &lt;/car-entry&gt;
&lt;/cars&gt;
</msg>
<arg>${template}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.623861" elapsed="0.000295"/>
</kw>
<if>
<branch type="IF" condition="${percent_encode} == True">
<kw name="Encode_Mapping" owner="TemplatedRequests">
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<status status="NOT RUN" start="2026-08-22T23:49:45.624518" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.624224" elapsed="0.000353"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.625055" level="INFO">${mapping_to_use} = {'DEVICE_NAME': '17830-sim-device', 'RESTCONF_ROOT': '/rests'}</msg>
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:45.624744" elapsed="0.000338"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.624601" elapsed="0.000516"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.624206" elapsed="0.000932"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.625721" level="INFO">${final_text} = &lt;cars xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car"&gt;
  &lt;car-entry&gt;
    &lt;id&gt;KEEP&lt;/id&gt;
  &lt;/car-entry&gt;
&lt;/cars&gt;</msg>
<var>${final_text}</var>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping_to_use})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.625283" elapsed="0.000467"/>
</kw>
<return>
<value>${final_text}</value>
<status status="PASS" start="2026-08-22T23:49:45.625798" elapsed="0.000044"/>
</return>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/${file_name}.</doc>
<status status="PASS" start="2026-08-22T23:49:45.620553" elapsed="0.005412"/>
</kw>
<msg time="2026-08-22T23:49:45.626020" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.607986" elapsed="0.018081"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${prolog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.prolog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.638186" elapsed="0.000028"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${epilog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.epilog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.650591" elapsed="0.000034"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${item_template}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${base_name}.item.${extension}</arg>
<arg>mapping=${mapping}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.662891" elapsed="0.000029"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<var>${items}</var>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.663095" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${separator}</var>
<arg>'${extension}' != 'json'</arg>
<arg>${endline}</arg>
<arg>,${endline}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.663370" elapsed="0.000022"/>
</kw>
<for flavor="IN RANGE">
<iter>
<if>
<branch type="IF" condition="${iteration} &gt; ${iter_start}">
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${separator}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.663760" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.663614" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:45.663597" elapsed="0.000262"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${j}</var>
<arg>${iteration}+${iter_j_offset}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.664004" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${item}</var>
<arg>string.Template('''${item_template}''').substitute({"i":"${iteration}", "j":${j}})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.664173" elapsed="0.000020"/>
</kw>
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${item}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.664339" elapsed="0.000019"/>
</kw>
<var name="${iteration}"/>
<status status="NOT RUN" start="2026-08-22T23:49:45.663561" elapsed="0.000830"/>
</iter>
<var>${iteration}</var>
<value>${iter_start}</value>
<value>${iterations}+${iter_start}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.663453" elapsed="0.000966"/>
</for>
<kw name="Catenate" owner="BuiltIn">
<var>${final_text}</var>
<arg>SEPARATOR=</arg>
<arg>${prolog}</arg>
<arg>${endline}</arg>
<arg>@{items}</arg>
<arg>${endline}</arg>
<arg>${epilog}</arg>
<doc>Catenates the given items together and returns the resulted string.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.664565" elapsed="0.000020"/>
</kw>
<return>
<value>${final_text}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.664641" elapsed="0.000016"/>
</return>
<msg time="2026-08-22T23:49:45.664771" level="INFO">${data} = &lt;cars xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car"&gt;
  &lt;car-entry&gt;
    &lt;id&gt;KEEP&lt;/id&gt;
  &lt;/car-entry&gt;
&lt;/cars&gt;</msg>
<var>${data}</var>
<arg>folder=${folder}</arg>
<arg>name_prefix=post_</arg>
<arg>base_name=${base_name}</arg>
<arg>extension=${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>endline=${endline}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>iter_j_offset=${iter_j_offset}</arg>
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.
If ${iterations} value is present, put text together from "prolog", "item" and "epilog" parts,
where additional template variable ${i} goes from 1, by one  times.
Template variable ${j} is calculated as ${i} incremented by offset 0 ( j = i + iter_j_offset )
used to create non uniform data in order to be able to validate UPDATE operations.
POST (as opposed to PUT) needs slightly different data, ${name_prefix} may be used to distinguish.
(Actually, it is GET who formats data differently when URI is a top-level container.)</doc>
<status status="PASS" start="2026-08-22T23:49:45.607112" elapsed="0.057688"/>
</kw>
<kw name="Resolve_Jmes_Path" owner="TemplatedRequests">
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="File Should Exist" owner="OperatingSystem">
<msg time="2026-08-22T23:49:45.666170" level="FAIL">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars/jmespath.expr' does not exist.</msg>
<arg>${folder}${/}jmespath.expr</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="FAIL" start="2026-08-22T23:49:45.665887" elapsed="0.000358">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/CRUD/cars/jmespath.expr' does not exist.</status>
</kw>
<msg time="2026-08-22T23:49:45.666340" level="INFO">${read_jmes_file} = False</msg>
<var>${read_jmes_file}</var>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${folder}${/}jmespath.expr</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="PASS" start="2026-08-22T23:49:45.665495" elapsed="0.000869"/>
</kw>
<if>
<branch type="IF" condition="${read_jmes_file} == ${true}">
<kw name="Get File" owner="OperatingSystem">
<var>${jmes_expression}</var>
<arg>${folder}${/}jmespath.expr</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.666691" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.666435" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.667268" level="INFO">${jmes_expression} = None</msg>
<var>${jmes_expression}</var>
<arg>${None}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:45.666969" elapsed="0.000327"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.666773" elapsed="0.000558"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.666417" elapsed="0.000935"/>
</if>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.669867" level="INFO">${expression} = </msg>
<var>${expression}</var>
<arg>${read_jmes_file} == ${true}</arg>
<arg>${jmes_expression}</arg>
<arg>${EMPTY}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:45.667503" elapsed="0.002410"/>
</kw>
<return>
<value>${expression}</value>
<status status="PASS" start="2026-08-22T23:49:45.669968" elapsed="0.000031"/>
</return>
<msg time="2026-08-22T23:49:45.670124" level="INFO">${jmes_expression} = </msg>
<var>${jmes_expression}</var>
<arg>${folder}</arg>
<doc>Reads JMES path from file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/../../../variables/netconf/CRUD/cars/jmespath.expr if the file exists and
returns the JMES path. Empty string is returned otherwise.</doc>
<status status="PASS" start="2026-08-22T23:49:45.665158" elapsed="0.004991"/>
</kw>
<kw name="Post_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.671687" level="INFO">/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.671431" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.672147" level="INFO">&lt;cars xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car"&gt;
  &lt;car-entry&gt;
    &lt;id&gt;KEEP&lt;/id&gt;
  &lt;/car-entry&gt;
&lt;/cars&gt;</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.671903" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.672593" level="INFO">{'Content-Type': 'application/xml'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.672345" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.673049" level="INFO">{'Accept': 'application/xml'}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.672789" elapsed="0.000304"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:45.674013" level="INFO">${accumulator} = {'Content-Type': 'application/xml'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-08-22T23:49:45.673761" elapsed="0.000280"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-08-22T23:49:45.674378" level="INFO">${items_to_add} = ['Accept', 'application/xml']</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-08-22T23:49:45.674198" elapsed="0.000206"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.674554" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.675190" level="INFO">{'Content-Type': 'application/xml', 'Accept': 'application/xml'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.674940" elapsed="0.000295"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-08-22T23:49:45.675278" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:45.675436" level="INFO">${headers} = {'Content-Type': 'application/xml', 'Accept': 'application/xml'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-08-22T23:49:45.673297" elapsed="0.002166"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="POST On Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:45.820811" level="INFO">POST Request : url=http://10.30.170.104:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount 
 path_url=/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount 
 headers={'User-Agent': 'python-requests/2.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': 'application/xml', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node0erzvcggusxlr1vdagf92rj6u30.node0', 'Content-Length': '145', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=&lt;cars xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car"&gt;
  &lt;car-entry&gt;
    &lt;id&gt;KEEP&lt;/id&gt;
  &lt;/car-entry&gt;
&lt;/cars&gt; 
 </msg>
<msg time="2026-08-22T23:49:45.821009" level="INFO">POST Response : url=http://10.30.170.104:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount 
 status=201, reason=Created 
 headers={'Location': 'http://10.30.170.104:8181/rests/data/car:cars', 'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-08-22T23:49:45.821273" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a POST request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-08-22T23:49:45.677593" elapsed="0.143745"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.675533" elapsed="0.145919"/>
</branch>
<branch type="ELSE">
<kw name="POST On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a POST request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.821983" elapsed="0.000055"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.821519" elapsed="0.000624"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.675515" elapsed="0.146677"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.830977" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.824665" elapsed="0.006365"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.824146" elapsed="0.006922"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.824102" elapsed="0.006991"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.833638" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.831375" elapsed="0.002310"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.831149" elapsed="0.002571"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.831133" elapsed="0.002611"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.834438" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.833994" elapsed="0.000471"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.834777" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.834536" elapsed="0.000317"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.835346" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:45.835043" elapsed="0.000330"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.834878" elapsed="0.000531"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.834518" elapsed="0.000912"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.835974" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.835588" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.836302" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.836071" elapsed="0.000288"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.836852" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:45.836539" elapsed="0.000340"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.836382" elapsed="0.000532"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.836053" elapsed="0.000883"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.837087" elapsed="0.000351"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-08-22T23:49:45.838073" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.837683" elapsed="0.000419"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.838261" elapsed="0.002287"/>
</kw>
<arg>${response}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-08-22T23:49:45.823084" elapsed="0.017531"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="PASS" start="2026-08-22T23:49:45.840804" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-08-22T23:49:45.840693" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.840675" elapsed="0.000241"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.841068" elapsed="0.000022"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.841135" elapsed="0.000015"/>
</return>
<msg time="2026-08-22T23:49:45.843731" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>content_type=${content_type}</arg>
<arg>accept=${accept}</arg>
<arg>session=${session}</arg>
<arg>jmes_path=${jmes_expression}</arg>
<arg>normalize_json=${normalize_json}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>POST data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-08-22T23:49:45.670487" elapsed="0.173281"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:45.843890" elapsed="0.000040"/>
</return>
<msg time="2026-08-22T23:49:45.844108" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>folder=${folder}</arg>
<arg>base_name=data</arg>
<arg>extension=xml</arg>
<arg>accept=${ACCEPT_XML}</arg>
<arg>content_type=${HEADERS_XML}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=False</arg>
<arg>endline=${\n}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>iter_j_offset=${iter_j_offset}</arg>
<doc>Resolve URI and data from folder, call Post_To_Uri, return response text.</doc>
<status status="PASS" start="2026-08-22T23:49:45.519966" elapsed="0.324176"/>
</kw>
<if>
<branch type="IF" condition="${verify}">
<kw name="Verify_Response_As_Xml_Templated" owner="TemplatedRequests">
<arg>response=${response_text}</arg>
<arg>folder=${folder}</arg>
<arg>base_name=response</arg>
<arg>mapping=${mapping}</arg>
<arg>iter_j_offset=${iter_j_offset}</arg>
<doc>Resolve expected XML data, should be equal to provided ${response}.
Endline set to empty, as this Resource does not support indented XML comparison.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.844726" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.844373" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.844347" elapsed="0.000532"/>
</if>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:45.844926" elapsed="0.000037"/>
</return>
<arg>${directory_with_crud_templates}${/}cars</arg>
<arg>${template_as_string}</arg>
<arg>session=node2</arg>
<doc>Add arguments sensible for XML data, return Post_Templated response text.
Optionally, verification against response.xml (no iteration) is called.</doc>
<status status="PASS" start="2026-08-22T23:49:45.511958" elapsed="0.333141"/>
</kw>
<kw name="Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed" owner="SetupUtils" type="TEARDOWN">
<kw name="Run Keyword If Test Failed" owner="BuiltIn">
<arg>BuiltIn.Set_Suite_Variable</arg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<status status="PASS" start="2026-08-22T23:49:45.845966" elapsed="0.000345"/>
</kw>
<kw name="SetupUtils__Report_Bugs_Causing_Failure" owner="SetupUtils">
<if>
<branch type="IF" condition="'${SetupUtils__Known_Bug_ID}' != ''">
<kw name="Report Failure Due To Bug" owner="Utils">
<arg>${SetupUtils__Known_Bug_ID}</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="NOT RUN" start="2026-08-22T23:49:45.847467" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.846937" elapsed="0.000616"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.846913" elapsed="0.000673"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>'${SetupUtils__Known_Bug_ID}' != ''</arg>
<arg>Set_Known_Bug_Id</arg>
<arg>${EMPTY}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.847787" elapsed="0.000449"/>
</kw>
<kw name="Report_Failure_And_Point_To_Linked_Bugs" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.854996" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:45.854459" elapsed="0.000564"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T23:49:45.855239" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-08-22T23:49:45.855097" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.855079" elapsed="0.000241"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.855467" elapsed="0.000022"/>
</kw>
<kw name="Replace String Using Regexp" owner="String">
<var>${reference}</var>
<arg>${SUITE_NAME}_${TEST_NAME}</arg>
<arg>[ /\.-]</arg>
<arg>_</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.855638" elapsed="0.000021"/>
</kw>
<kw name="Convert To Lower Case" owner="String">
<var>${reference}</var>
<arg>${reference}</arg>
<doc>Converts string to lower case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.855809" elapsed="0.000076"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>... click for list of related bugs or create a new one if needed (with the${newline}"${reference}"${newline}reference somewhere inside)</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.856041" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${bugs}</var>
<arg>"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=${reference}&amp;order=bug_status"</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.856208" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${bugs}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.856375" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}${newline}${bugs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.856537" elapsed="0.000020"/>
</kw>
<doc>Report that a test failed and point to linked Bugzilla bug(s).
Linked bugs must contain the ${reference} inside comments (workaround
becasue of currently missing suitable field for external references and
not correctly working the CONTENT MATCHES filter).
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T23:49:45.854037" elapsed="0.002582"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:45.846621" elapsed="0.010048"/>
</kw>
<doc>Test case teardown. Show linked bugs and start fast failing in case of failure.</doc>
<status status="PASS" start="2026-08-22T23:49:45.845498" elapsed="0.011212"/>
</kw>
<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="PASS" start="2026-08-22T23:49:45.251020" elapsed="0.605729"/>
</test>
<test id="s1-t6" name="Run_Restperfclient" line="88">
<kw name="Setup_Test_With_Logging_And_Fast_Failing" owner="SetupUtils" type="SETUP">
<kw name="Fail_This_Fast_On_Previous_Error" owner="FailFast">
<if>
<branch type="IF" condition="'''${SuiteFastFail}'''=='True'">
<kw name="Fail" owner="BuiltIn">
<arg>SKIPPED due to a failure in a previous fundamental test case.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.860701" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.860482" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.860464" elapsed="0.000317"/>
</if>
<doc>Mark (immediately) this test case as failed when fast-fail is enabled in suite.</doc>
<status status="PASS" start="2026-08-22T23:49:45.860299" elapsed="0.000549"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Log_Testcase_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-08-22T23:49:45.861864" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.861719" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.861701" elapsed="0.000231"/>
</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-08-22T23:49:45.866903" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.866777" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.866758" elapsed="0.000213"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.867963" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:45.867566" elapsed="0.000425"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.868453" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:45.868149" elapsed="0.000330"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:45.868524" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:45.868677" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:45.867193" elapsed="0.001509"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.874084" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.873974" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.873954" elapsed="0.000197"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.875240" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.875132" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.875114" elapsed="0.000192"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:45.875756" level="INFO">${karaf_connection_index} = 10</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.875450" elapsed="0.000333"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.876177" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.875968" elapsed="0.000235"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.917025" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:45.876694" elapsed="0.040487"/>
</kw>
<msg time="2026-08-22T23:49:45.917294" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:45.917394" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.876360" elapsed="0.041076"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.934140" level="INFO">"s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:45.918031" elapsed="0.016249"/>
</kw>
<msg time="2026-08-22T23:49:45.934387" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:45.934440" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.917617" elapsed="0.016870"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.934801" elapsed="0.000045"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.934567" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.934547" elapsed="0.000361"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.935351" level="INFO"> "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.935055" elapsed="0.000359"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.935720" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.935482" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.935463" elapsed="0.000338"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:45.935853" elapsed="0.000029"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.938531" elapsed="0.000259"/>
</kw>
<msg time="2026-08-22T23:49:45.938885" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.937253" elapsed="0.001842"/>
</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="NOT RUN" start="2026-08-22T23:49:45.939459" elapsed="0.000059"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.939856" elapsed="0.000065"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:45.936646" elapsed="0.003447"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:45.936123" elapsed="0.004020"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:45.874831" elapsed="0.065410"/>
</kw>
<msg time="2026-08-22T23:49:45.940335" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:45.940380" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.874301" elapsed="0.066118"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:45.940606" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:45.940496" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.940477" elapsed="0.000213"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 1,
close the previous connection. In any case create a new connection
to karaf console for 1, set correct prompt set and login to karaf console.
Store connection index for 1 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.941128" elapsed="0.000027"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.941461" elapsed="0.000026"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.941533" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:45.873608" elapsed="0.068033"/>
</kw>
<msg time="2026-08-22T23:49:45.941770" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:45.941854" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<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="PASS" start="2026-08-22T23:49:45.869100" elapsed="0.072796"/>
</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-08-22T23:49:45.942272" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.941974" elapsed="0.000354"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.941956" elapsed="0.000396"/>
</if>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:45.868961" elapsed="0.073415"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.947859" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.947730" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.947711" elapsed="0.000217"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:45.949044" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:45.948933" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.948914" elapsed="0.000198"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:45.949577" level="INFO">${karaf_connection_index} = 12</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:45.949255" elapsed="0.000352"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.950023" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.949797" elapsed="0.000251"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.981385" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:45.950540" elapsed="0.030995"/>
</kw>
<msg time="2026-08-22T23:49:45.981641" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:45.981687" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.950207" elapsed="0.031532"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:45.995408" level="INFO">"s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:45.982288" elapsed="0.013257"/>
</kw>
<msg time="2026-08-22T23:49:45.995655" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:45.995701" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.981931" elapsed="0.013808"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.996065" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.995815" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.995796" elapsed="0.000350"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:45.996588" level="INFO"> "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:45.996294" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:45.996952" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:45.996717" elapsed="0.000291"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:45.996699" elapsed="0.000333"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:45.997065" elapsed="0.000028"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:45.999649" elapsed="0.000264"/>
</kw>
<msg time="2026-08-22T23:49:45.999977" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:45.998457" elapsed="0.001710"/>
</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="NOT RUN" start="2026-08-22T23:49:46.000506" elapsed="0.000057"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.000893" elapsed="0.000059"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:45.997891" elapsed="0.003229"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:45.997319" elapsed="0.003851"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:45.948610" elapsed="0.052659"/>
</kw>
<msg time="2026-08-22T23:49:46.001362" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.001446" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.948078" elapsed="0.053410"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:46.001680" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-08-22T23:49:46.001567" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.001548" elapsed="0.000248"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 2,
close the previous connection. In any case create a new connection
to karaf console for 2, set correct prompt set and login to karaf console.
Store connection index for 2 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.002213" elapsed="0.000027"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.002549" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.002626" elapsed="0.000018"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:45.947374" elapsed="0.055362"/>
</kw>
<msg time="2026-08-22T23:49:46.002984" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.003034" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<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="PASS" start="2026-08-22T23:49:45.942640" elapsed="0.060433"/>
</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-08-22T23:49:46.003407" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.003154" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.003135" elapsed="0.000351"/>
</if>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:45.942502" elapsed="0.061008"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.008888" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.008759" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.008740" elapsed="0.000217"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.010110" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.009991" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.009972" elapsed="0.000205"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:46.010649" level="INFO">${karaf_connection_index} = 14</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.010378" elapsed="0.000298"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.011055" level="INFO">${current_connection_index} = 23</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.010855" elapsed="0.000226"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.049547" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:46.011580" elapsed="0.038333"/>
</kw>
<msg time="2026-08-22T23:49:46.050142" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:46.050242" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.011238" elapsed="0.039085"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.066018" level="INFO">"s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:46.051479" elapsed="0.014742"/>
</kw>
<msg time="2026-08-22T23:49:46.066375" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:46.066442" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.050695" elapsed="0.015804"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.066862" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.066609" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.066585" elapsed="0.000358"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.067374" level="INFO"> "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.067089" elapsed="0.000438"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.067816" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.067597" elapsed="0.000292"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.067578" elapsed="0.000335"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:46.067946" elapsed="0.000029"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.070507" elapsed="0.000246"/>
</kw>
<msg time="2026-08-22T23:49:46.070816" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.069307" elapsed="0.001730"/>
</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="NOT RUN" start="2026-08-22T23:49:46.071379" elapsed="0.000056"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.071729" elapsed="0.000057"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:46.068714" elapsed="0.003260"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:46.068211" elapsed="0.003813"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:46.009635" elapsed="0.062486"/>
</kw>
<msg time="2026-08-22T23:49:46.072216" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.072261" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.009108" elapsed="0.063193"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:46.072488" elapsed="0.000027"/>
</return>
<status status="PASS" start="2026-08-22T23:49:46.072380" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.072361" elapsed="0.000210"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 3,
close the previous connection. In any case create a new connection
to karaf console for 3, set correct prompt set and login to karaf console.
Store connection index for 3 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.072992" elapsed="0.000026"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.073334" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.073405" elapsed="0.000017"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:46.008411" elapsed="0.065105"/>
</kw>
<msg time="2026-08-22T23:49:46.073610" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.073655" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "R "u "n "_ "R "e "s "t "p "e "r "f "c "l "i "e "n "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                  ...</msg>
<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="PASS" start="2026-08-22T23:49:46.003773" elapsed="0.069931"/>
</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-08-22T23:49:46.074189" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.073782" elapsed="0.000461"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.073764" elapsed="0.000503"/>
</if>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:46.003633" elapsed="0.070657"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:45.868763" elapsed="0.205558"/>
</for>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</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-08-22T23:49:45.866290" elapsed="0.208090"/>
</kw>
<arg>member_index_list=${member_index_list}</arg>
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:45.861433" elapsed="0.213005"/>
</kw>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:45.861002" elapsed="0.213481"/>
</kw>
<doc>Test case setup which skips on previous failure. If not, logs test case name to Karaf log.
Recommended to be used as the default test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:45.857967" elapsed="0.216570"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.075056" level="INFO">${url} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount/car:cars</msg>
<var>${url}</var>
<arg>/rests/data/network-topology:network-topology/topology\=topology-netconf/node\=${DEVICE_NAME}/yang-ext:mount/car:cars</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.074699" elapsed="0.000384"/>
</kw>
<kw name="Invoke_Restperfclient" owner="RestPerfClient">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.078275" level="INFO">${restperfclient_running} = False</msg>
<var>${restperfclient_running}</var>
<arg>False</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.078007" elapsed="0.000333"/>
</kw>
<kw name="Get Log File Name" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.079304" level="INFO">${name} = netconf-clustering-scale-txt</msg>
<var>${name}</var>
<arg>"""${SUITE_NAME}""".replace(" ","-").replace("/","-").replace(".","-")</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.078947" elapsed="0.000385"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.081789" level="INFO">${suffix} = </msg>
<var>${suffix}</var>
<arg>'${testcase}' != ''</arg>
<arg>--${testcase}</arg>
<arg>${EMPTY}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:46.079496" elapsed="0.002333"/>
</kw>
<kw name="Get Current Date" owner="DateTime">
<msg time="2026-08-22T23:49:46.082174" level="INFO">${date} = 2026-08-22 23:49:46.082</msg>
<var>${date}</var>
<doc>Returns current local or UTC time with an optional increment.</doc>
<status status="PASS" start="2026-08-22T23:49:46.081996" elapsed="0.000204"/>
</kw>
<kw name="Convert Date" owner="DateTime">
<msg time="2026-08-22T23:49:46.082660" level="INFO">${timestamp} = 1787442586.082</msg>
<var>${timestamp}</var>
<arg>${date}</arg>
<arg>epoch</arg>
<doc>Converts between supported `date formats`.</doc>
<status status="PASS" start="2026-08-22T23:49:46.082349" elapsed="0.000338"/>
</kw>
<return>
<value>${testtool}--${name}${suffix}.${timestamp}.log</value>
<status status="PASS" start="2026-08-22T23:49:46.082734" elapsed="0.000029"/>
</return>
<msg time="2026-08-22T23:49:46.082983" level="INFO">${logname} = restperfclient--netconf-clustering-scale-txt.1787442586.082.log</msg>
<var>${logname}</var>
<arg>restperfclient</arg>
<arg>${testcase}</arg>
<doc>Get the name of the suite sanitized to be usable as a part of filename.
These names are used to constructs names of the log files produced
by the testing tools so two suites using a tool wont overwrite the
log files if they happen to run in one job.</doc>
<status status="PASS" start="2026-08-22T23:49:46.078576" elapsed="0.004433"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.083533" level="INFO">${RestPerfClient__restperfclientlog} = restperfclient--netconf-clustering-scale-txt.1787442586.082.log</msg>
<arg>${RestPerfClient__restperfclientlog}</arg>
<arg>${logname}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:46.083174" elapsed="0.000402"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.084083" level="INFO">${options} = --ip 10.30.170.135 --port 8181 --edits 16384</msg>
<var>${options}</var>
<arg>--ip ${ip} --port ${port} --edits ${count}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.083728" elapsed="0.000382"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.084621" level="INFO">${options} = --ip 10.30.170.135 --port 8181 --edits 16384 --edit-content request1.json --async-requests false</msg>
<var>${options}</var>
<arg>${options} --edit-content request1.json --async-requests ${async}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.084261" elapsed="0.000386"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.085148" level="INFO">${options} = --ip 10.30.170.135 --port 8181 --edits 16384 --edit-content request1.json --async-requests false --auth admin admin</msg>
<var>${options}</var>
<arg>${options} --auth ${user} ${password}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.084798" elapsed="0.000376"/>
</kw>
<kw name="Convert_To_Minutes" owner="Utils">
<kw name="Convert Time" owner="DateTime">
<msg time="2026-08-22T23:49:46.086030" level="INFO">${seconds} = 1658.4</msg>
<var>${seconds}</var>
<arg>${time}</arg>
<arg>result_format=number</arg>
<doc>Converts between supported `time formats`.</doc>
<status status="PASS" start="2026-08-22T23:49:46.085728" elapsed="0.000329"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.086604" level="INFO">${minutes} = 28</msg>
<var>${minutes}</var>
<arg>int(math.ceil(${seconds}/60.0))</arg>
<arg>modules=math</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.086212" elapsed="0.000419"/>
</kw>
<return>
<value>${minutes}</value>
<status status="PASS" start="2026-08-22T23:49:46.086677" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:46.086845" level="INFO">${timeout_in_minutes} = 28</msg>
<var>${timeout_in_minutes}</var>
<arg>${timeout}</arg>
<doc>Convert a Robot time string to an integer expressing the time in minutes, rounded up
This is a wrapper around DateTime.Convert_Time which does not
provide this functionality directly nor is even able to produce
an integer directly. It is needed for RestPerfClient which
cannot accept floats for its --timeout parameter and interprets
the value supplied in this parameter in minutes.</doc>
<status status="PASS" start="2026-08-22T23:49:46.085394" elapsed="0.001477"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.087369" level="INFO">${options} = --ip 10.30.170.135 --port 8181 --edits 16384 --edit-content request1.json --async-requests false --auth admin admin --timeout 28 --destination /rests/data/network-topology:network-topology/topology=to...</msg>
<var>${options}</var>
<arg>${options} --timeout ${timeout_in_minutes} --destination ${url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.087026" elapsed="0.000371"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.087888" level="INFO">${command} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx4G -jar netconf-testtool-9.0.3-rest-perf-client.jar --ip 10.30.170.135 --port 8181 --edits 16384 --edit-content request1.json --async-requests false --a...</msg>
<var>${command}</var>
<arg>${RestPerfClient__restperfclient_invocation_command_prefix} ${options}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.087548" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.088316" level="INFO">Running restperfclient: /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx4G -jar netconf-testtool-9.0.3-rest-perf-client.jar --ip 10.30.170.135 --port 8181 --edits 16384 --edit-content request1.json --async-requests false --auth admin admin --timeout 28 --destination /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount/car:cars</msg>
<arg>Running restperfclient: ${command}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.088071" elapsed="0.000291"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${RestPerfClient__restperfclient}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.088509" elapsed="0.000135"/>
</kw>
<kw name="Add Time To Time" owner="DateTime">
<msg time="2026-08-22T23:49:46.089132" level="INFO">${keyword_timeout} = 29min 38s 400ms</msg>
<var>${keyword_timeout}</var>
<arg>${timeout}</arg>
<arg>2m</arg>
<arg>result_format=compact</arg>
<doc>Adds time to another time and returns the resulting time.</doc>
<status status="PASS" start="2026-08-22T23:49:46.088793" elapsed="0.000366"/>
</kw>
<kw name="Set_Known_Bug_Id" owner="SetupUtils">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.090123" level="INFO">${SetupUtils__Known_Bug_ID} = 5413</msg>
<arg>${SetupUtils__Known_Bug_ID}</arg>
<arg>${id}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:46.089690" elapsed="0.000477"/>
</kw>
<arg>5413</arg>
<doc>Tell the Teardown keywords that any failure from now on is due to the specified known bug.</doc>
<status status="PASS" start="2026-08-22T23:49:46.089359" elapsed="0.000865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.090645" level="INFO">${restperfclient_running} = True</msg>
<var>${restperfclient_running}</var>
<arg>True</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.090390" elapsed="0.000280"/>
</kw>
<kw name="Restperfclient__Invoke_With_Timeout" owner="RestPerfClient">
<kw name="Read" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.091404" level="INFO">${stdout} =  </msg>
<var>${stdout}</var>
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" start="2026-08-22T23:49:46.091248" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.091838" level="INFO"> </msg>
<arg>${stdout}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.091577" elapsed="0.000309"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.092353" level="INFO">${cmd} = /usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx4G -jar netconf-testtool-9.0.3-rest-perf-client.jar --ip 10.30.170.135 --port 8181 --edits 16384 --edit-content request1.json --async-requests false --a...</msg>
<var>${cmd}</var>
<arg>${command} 2&gt;&amp;1 | tee ${RestPerfClient__restperfclientlog}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.092035" elapsed="0.000345"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.099195" level="INFO">/usr/lib/jvm/java-21-openjdk-amd64/bin/java -Xmx4G -jar netconf-testtool-9.0.3-rest-perf-client.jar --ip 10.30.170.135 --port 8181 --edits 16384 --edit-content request1.json --async-requests false --auth admin admin --timeout 28 --destination /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device/yang-ext:mount/car:cars 2&gt;&amp;1 | tee restperfclient--netconf-clustering-scale-txt.1787442586.082.log</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:46.092529" elapsed="0.006728"/>
</kw>
<kw name="Set Client Configuration" owner="SSHLibrary">
<arg>timeout=120</arg>
<doc>Update the `configuration` of the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:46.099413" elapsed="0.000153"/>
</kw>
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Restperfclient__Wait_For_Finish" owner="RestPerfClient">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.103261" level="INFO">[?2004l</msg>
<arg>${Empty}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:46.100517" elapsed="0.002803"/>
</kw>
<kw name="Read Until Prompt" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.388104" level="INFO">23:49:46,198 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found logback-core version 1.5.38
23:49:46,199 |-INFO in ch.qos.logback.classic.util.ContextInitializer@5a4aa2f2 - No custom configurators were discovered as a service.
23:49:46,199 |-INFO in ch.qos.logback.classic.util.ContextInitializer@5a4aa2f2 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
23:49:46,200 |-INFO in ch.qos.logback.classic.util.ContextInitializer@5a4aa2f2 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
23:49:46,206 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
23:49:46,210 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/jenkins/netconf-testtool-9.0.3-rest-perf-client.jar!/logback.xml]
23:49:46,300 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Scan attribute not set or set to unrecognized value.
23:49:46,300 |-WARN in ch.qos.logback.core.model.processor.conditional.IfModelHandler - The 'condition' attribute in &lt;if&gt;</msg>
<msg time="2026-08-22T23:49:46.388254" level="INFO">${stdout} = 23:49:46,198 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found logback-core version 1.5.38
23:49:46,199 |-INFO in ch.qos.logback.classic.util.ContextInitializer@5a4aa2f2 - No custom con...</msg>
<var>${stdout}</var>
<doc>Consumes and returns the server output until the prompt is found.</doc>
<status status="PASS" start="2026-08-22T23:49:46.103481" elapsed="0.284802"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.100252" elapsed="0.288097"/>
</kw>
<arg>${timeout}</arg>
<arg>1s</arg>
<arg>Restperfclient__Wait_For_Finish</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T23:49:46.099730" elapsed="0.288661"/>
</kw>
<kw name="Execute_Command_Passes" owner="SSHKeywords">
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.389415" level="INFO">Executing command 'cat restperfclient--netconf-clustering-scale-txt.1787442586.082.log'.</msg>
<msg time="2026-08-22T23:49:46.422459" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T23:49:46.422711" level="INFO">${stdout} = 23:49:46,198 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found logback-core version 1.5.38
23:49:46,199 |-INFO in ch.qos.logback.classic.util.ContextInitializer@5a4aa2f2 - No custom conf...</msg>
<msg time="2026-08-22T23:49:46.422812" level="INFO">${stderr} = </msg>
<msg time="2026-08-22T23:49:46.422951" level="INFO">${rc} = 0</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<var>${rc}</var>
<arg>${command}</arg>
<arg>return_stderr=True</arg>
<arg>return_rc=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:46.389219" elapsed="0.033783"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Should Be Empty" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.424872" level="INFO">Length is 0.</msg>
<arg>${stderr}</arg>
<doc>Verifies that the given item is empty.</doc>
<status status="PASS" start="2026-08-22T23:49:46.424234" elapsed="0.000742"/>
</kw>
<msg time="2026-08-22T23:49:46.425187" level="INFO">${emptiness_status} = PASS</msg>
<msg time="2026-08-22T23:49:46.425282" level="INFO">${result} = None</msg>
<var>${emptiness_status}</var>
<var>${result}</var>
<arg>BuiltIn.Should_Be_Empty</arg>
<arg>${stderr}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.423419" elapsed="0.001912"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.426695" level="INFO">${success} = True</msg>
<var>${success}</var>
<arg>(${rc} == 0) and (("${emptiness_status}" == "PASS") or not ${stderr_must_be_empty})</arg>
<arg>True</arg>
<arg>False</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:46.425729" elapsed="0.001024"/>
</kw>
<if>
<branch type="IF" condition="(${log_on_success} and ${success}) or (${log_on_failure} and not ${success})">
<kw name="Log_Command_Results" owner="SSHKeywords">
<arg>${stdout}</arg>
<arg>${stderr}</arg>
<arg>${rc}</arg>
<doc>Log everything returned by SSHLibrary.Execute_Command</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.427715" elapsed="0.000053"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.426966" elapsed="0.000963"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.426919" elapsed="0.001069"/>
</if>
<if>
<branch type="IF" condition="${return_success_only}">
<return>
<value>${success}</value>
<status status="PASS" start="2026-08-22T23:49:46.428430" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-08-22T23:49:46.428201" elapsed="0.000371"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.428161" elapsed="0.000464"/>
</if>
<if>
<branch type="IF" condition="${success}">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.428857" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.428748" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:46.428713" elapsed="0.000287"/>
</if>
<kw name="Fail" owner="BuiltIn">
<arg>Got rc: ${rc} or stderr was not empty: ${stderr}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.429314" elapsed="0.000046"/>
</kw>
<arg>cat ${RestPerfClient__restperfclientlog}</arg>
<doc>Execute command via the active SSH connection. For success, rc has to be zero and optionally stderr has to be empty.
Log everything, depending on arguments and success. Return either success string or stdout.
TODO: Do we want to support customizing return values the same way as SSHLibrary.Execute_Command does?</doc>
<status status="PASS" start="2026-08-22T23:49:46.388744" elapsed="0.040849"/>
</kw>
<arg>${keyword_timeout}</arg>
<arg>${command}</arg>
<status status="PASS" start="2026-08-22T23:49:46.090890" elapsed="0.338827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.430711" level="INFO">${restperfclient_running} = False</msg>
<var>${restperfclient_running}</var>
<arg>False</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.430124" elapsed="0.000646"/>
</kw>
<kw name="Set_Unknown_Bug_Id" owner="SetupUtils">
<kw name="Set_Known_Bug_Id" owner="SetupUtils">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.436065" level="INFO">${SetupUtils__Known_Bug_ID} = </msg>
<arg>${SetupUtils__Known_Bug_ID}</arg>
<arg>${id}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:46.435668" elapsed="0.000440"/>
</kw>
<arg>${EMPTY}</arg>
<doc>Tell the Teardown keywords that any failure from now on is due to the specified known bug.</doc>
<status status="PASS" start="2026-08-22T23:49:46.431891" elapsed="0.004274"/>
</kw>
<doc>Tell the Teardown keywords that from now on there is no longer known bug causing the failure so it should use linked bugs.</doc>
<status status="PASS" start="2026-08-22T23:49:46.431236" elapsed="0.004977"/>
</kw>
<kw name="Grep_Restperfclient_Log" owner="RestPerfClient">
<kw name="Should Not Be Equal" owner="BuiltIn">
<arg>'${RestPerfClient__restperfclientlog}'</arg>
<arg>''</arg>
<doc>Fails if the given objects are equal.</doc>
<status status="PASS" start="2026-08-22T23:49:46.436687" elapsed="0.000327"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.437339" level="INFO">Executing command 'grep 'FINISHED. Execution time:' restperfclient--netconf-clustering-scale-txt.1787442586.082.log'.</msg>
<msg time="2026-08-22T23:49:46.450181" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-22T23:49:46.450314" level="INFO">${result} = </msg>
<var>${result}</var>
<arg>grep '${pattern}' ${RestPerfClient__restperfclientlog}</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T23:49:46.437173" elapsed="0.013174"/>
</kw>
<return>
<value>${result}</value>
<status status="PASS" start="2026-08-22T23:49:46.450415" elapsed="0.000042"/>
</return>
<msg time="2026-08-22T23:49:46.450623" level="INFO">${result} = </msg>
<var>${result}</var>
<arg>FINISHED. Execution time:</arg>
<doc>Search for the specified string in the log file produced by latest invocation of RestPerfClient</doc>
<status status="PASS" start="2026-08-22T23:49:46.436397" elapsed="0.014261"/>
</kw>
<kw name="Should Not Be Equal" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.451374" level="FAIL">'' == ''</msg>
<arg>'${result}'</arg>
<arg>''</arg>
<doc>Fails if the given objects are equal.</doc>
<status status="FAIL" start="2026-08-22T23:49:46.450897" elapsed="0.000581">'' == ''</status>
</kw>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<arg>${restperfclient_running}</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>RestPerfClient__Kill</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:46.451846" elapsed="0.000427"/>
</kw>
<arg>${TESTTOOL_DEVICE_TIMEOUT}</arg>
<arg>${url}</arg>
<arg>ip=${ODL_SYSTEM_3_IP}</arg>
<doc>Invoke RestPerfClient on the specified URL with the specified timeout.
Assemble the RestPerfClient invocation commad, setup the specified
timeout for the SSH connection, invoke the assembled command and
then check that RestPerfClient finished its run correctly.</doc>
<status status="FAIL" start="2026-08-22T23:49:46.075397" elapsed="0.376999">'' == ''</status>
</kw>
<kw name="Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed" owner="SetupUtils" type="TEARDOWN">
<kw name="Run Keyword If Test Failed" owner="BuiltIn">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.454284" level="INFO">${SuiteFastFail} = True</msg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:46.453848" elapsed="0.000495"/>
</kw>
<arg>BuiltIn.Set_Suite_Variable</arg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<status status="PASS" start="2026-08-22T23:49:46.453295" elapsed="0.001119"/>
</kw>
<kw name="SetupUtils__Report_Bugs_Causing_Failure" owner="SetupUtils">
<if>
<branch type="IF" condition="'${SetupUtils__Known_Bug_ID}' != ''">
<kw name="Report Failure Due To Bug" owner="Utils">
<arg>${SetupUtils__Known_Bug_ID}</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="NOT RUN" start="2026-08-22T23:49:46.456177" elapsed="0.000056"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.455290" elapsed="0.001023"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.455249" elapsed="0.001119"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>'${SetupUtils__Known_Bug_ID}' != ''</arg>
<arg>Set_Known_Bug_Id</arg>
<arg>${EMPTY}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.456687" elapsed="0.000721"/>
</kw>
<kw name="Report_Failure_And_Point_To_Linked_Bugs" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.467734" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.467322" elapsed="0.000440"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="NOT RUN" start="2026-08-22T23:49:46.467997" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.467852" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.467818" elapsed="0.000241"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.468498" level="INFO">${newline} = 
</msg>
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.468202" elapsed="0.000322"/>
</kw>
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:46.469104" level="INFO">${reference} = netconf_clustering_scale_txt_Run_Restperfclient</msg>
<var>${reference}</var>
<arg>${SUITE_NAME}_${TEST_NAME}</arg>
<arg>[ /\.-]</arg>
<arg>_</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.468727" elapsed="0.000404"/>
</kw>
<kw name="Convert To Lower Case" owner="String">
<msg time="2026-08-22T23:49:46.469467" level="INFO">${reference} = netconf_clustering_scale_txt_run_restperfclient</msg>
<var>${reference}</var>
<arg>${reference}</arg>
<doc>Converts string to lower case.</doc>
<status status="PASS" start="2026-08-22T23:49:46.469290" elapsed="0.000214"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.470020" level="INFO">${msg} = ... click for list of related bugs or create a new one if needed (with the
"netconf_clustering_scale_txt_run_restperfclient"
reference somewhere inside)</msg>
<var>${msg}</var>
<arg>... click for list of related bugs or create a new one if needed (with the${newline}"${reference}"${newline}reference somewhere inside)</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.469661" elapsed="0.000386"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.470509" level="INFO">${bugs} = "https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=netconf_clustering_scale_txt_run_restperfclient&amp;order=bug_status"</msg>
<var>${bugs}</var>
<arg>"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=${reference}&amp;order=bug_status"</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.470200" elapsed="0.000337"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.471139" level="INFO">Set test message to:
... click for list of related bugs or create a new one if needed (with the
"netconf_clustering_scale_txt_run_restperfclient"
reference somewhere inside)
"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=netconf_clustering_scale_txt_run_restperfclient&amp;order=bug_status"

'' == ''</msg>
<arg>${msg}${newline}${bugs}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="PASS" start="2026-08-22T23:49:46.470688" elapsed="0.000500"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.471630" level="INFO">... click for list of related bugs or create a new one if needed (with the
"netconf_clustering_scale_txt_run_restperfclient"
reference somewhere inside)
"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=netconf_clustering_scale_txt_run_restperfclient&amp;order=bug_status"</msg>
<arg>${msg}${newline}${bugs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.471338" elapsed="0.000338"/>
</kw>
<doc>Report that a test failed and point to linked Bugzilla bug(s).
Linked bugs must contain the ${reference} inside comments (workaround
becasue of currently missing suitable field for external references and
not correctly working the CONTENT MATCHES filter).
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T23:49:46.467015" elapsed="0.004716"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.454773" elapsed="0.017008"/>
</kw>
<doc>Test case teardown. Show linked bugs and start fast failing in case of failure.</doc>
<status status="PASS" start="2026-08-22T23:49:46.452873" elapsed="0.018963"/>
</kw>
<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-08-22T23:49:45.857143" elapsed="0.614733">... click for list of related bugs or create a new one if needed (with the
"netconf_clustering_scale_txt_run_restperfclient"
reference somewhere inside)
"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=netconf_clustering_scale_txt_run_restperfclient&amp;order=bug_status"

'' == ''</status>
</test>
<test id="s1-t7" name="Check_For_Failed_Requests" line="95">
<kw name="Setup_Test_With_Logging_And_Fast_Failing" owner="SetupUtils" type="SETUP">
<kw name="Fail_This_Fast_On_Previous_Error" owner="FailFast">
<if>
<branch type="IF" condition="'''${SuiteFastFail}'''=='True'">
<kw name="Fail" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.476355" level="FAIL">SKIPPED due to a failure in a previous fundamental test case.</msg>
<arg>SKIPPED due to a failure in a previous fundamental test case.</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="FAIL" start="2026-08-22T23:49:46.476080" elapsed="0.000338">SKIPPED due to a failure in a previous fundamental test case.</status>
</kw>
<status status="FAIL" start="2026-08-22T23:49:46.475861" elapsed="0.000619">SKIPPED due to a failure in a previous fundamental test case.</status>
</branch>
<status status="FAIL" start="2026-08-22T23:49:46.475842" elapsed="0.000669">SKIPPED due to a failure in a previous fundamental test case.</status>
</if>
<doc>Mark (immediately) this test case as failed when fast-fail is enabled in suite.</doc>
<status status="FAIL" start="2026-08-22T23:49:46.475660" elapsed="0.000936">SKIPPED due to a failure in a previous fundamental test case.</status>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.476759" elapsed="0.000022"/>
</kw>
<doc>Test case setup which skips on previous failure. If not, logs test case name to Karaf log.
Recommended to be used as the default test case setup.</doc>
<status status="FAIL" start="2026-08-22T23:49:46.473529" elapsed="0.003355">SKIPPED due to a failure in a previous fundamental test case.</status>
</kw>
<kw name="Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed" owner="SetupUtils" type="TEARDOWN">
<kw name="Run Keyword If Test Failed" owner="BuiltIn">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.478191" level="INFO">${SuiteFastFail} = True</msg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:46.477880" elapsed="0.000354"/>
</kw>
<arg>BuiltIn.Set_Suite_Variable</arg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<status status="PASS" start="2026-08-22T23:49:46.477492" elapsed="0.000791"/>
</kw>
<kw name="SetupUtils__Report_Bugs_Causing_Failure" owner="SetupUtils">
<if>
<branch type="IF" condition="'${SetupUtils__Known_Bug_ID}' != ''">
<kw name="Report Failure Due To Bug" owner="Utils">
<arg>${SetupUtils__Known_Bug_ID}</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="NOT RUN" start="2026-08-22T23:49:46.479121" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.478720" elapsed="0.000499"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.478701" elapsed="0.000545"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>'${SetupUtils__Known_Bug_ID}' != ''</arg>
<arg>Set_Known_Bug_Id</arg>
<arg>${EMPTY}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.479394" elapsed="0.000363"/>
</kw>
<kw name="Report_Failure_And_Point_To_Linked_Bugs" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.484958" level="INFO">${test_skipped} = True</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.484525" elapsed="0.000461"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T23:49:46.485207" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-08-22T23:49:46.485063" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.485044" elapsed="0.000245"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.485435" elapsed="0.000023"/>
</kw>
<kw name="Replace String Using Regexp" owner="String">
<var>${reference}</var>
<arg>${SUITE_NAME}_${TEST_NAME}</arg>
<arg>[ /\.-]</arg>
<arg>_</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.485623" elapsed="0.000022"/>
</kw>
<kw name="Convert To Lower Case" owner="String">
<var>${reference}</var>
<arg>${reference}</arg>
<doc>Converts string to lower case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.485792" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>... click for list of related bugs or create a new one if needed (with the${newline}"${reference}"${newline}reference somewhere inside)</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.485976" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${bugs}</var>
<arg>"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=${reference}&amp;order=bug_status"</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.486139" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${bugs}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.486302" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}${newline}${bugs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.486462" elapsed="0.000021"/>
</kw>
<doc>Report that a test failed and point to linked Bugzilla bug(s).
Linked bugs must contain the ${reference} inside comments (workaround
becasue of currently missing suitable field for external references and
not correctly working the CONTENT MATCHES filter).
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T23:49:46.484217" elapsed="0.002323"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.478500" elapsed="0.008092"/>
</kw>
<doc>Test case teardown. Show linked bugs and start fast failing in case of failure.</doc>
<status status="PASS" start="2026-08-22T23:49:46.477171" elapsed="0.009462"/>
</kw>
<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-08-22T23:49:46.472362" elapsed="0.014307">Setup failed:
SKIPPED due to a failure in a previous fundamental test case.</status>
</test>
<test id="s1-t8" name="Cleanup_And_Collect" line="109">
<kw name="Setup_Test_With_Logging_And_Without_Fast_Failing" owner="SetupUtils" type="SETUP">
<kw name="Run_Even_When_Failing_Fast" owner="FailFast">
<kw name="No Operation" owner="BuiltIn">
<doc>Does absolutely nothing.</doc>
<status status="PASS" start="2026-08-22T23:49:46.490239" elapsed="0.000211"/>
</kw>
<doc>This is just a more readable 'None' to override [Setup].</doc>
<status status="PASS" start="2026-08-22T23:49:46.489970" elapsed="0.000537"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Log_Testcase_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-08-22T23:49:46.491505" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.491391" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.491372" elapsed="0.000201"/>
</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-08-22T23:49:46.496444" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.496335" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.496316" elapsed="0.000197"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.497537" level="INFO">${return_list_reference} = [1, 2, 3]</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-08-22T23:49:46.497134" elapsed="0.000431"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.498055" level="INFO">${return_list_copy} = [1, 2, 3]</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-08-22T23:49:46.497724" elapsed="0.000358"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-08-22T23:49:46.498126" elapsed="0.000030"/>
</return>
<msg time="2026-08-22T23:49:46.498283" level="INFO">${index_list} = [1, 2, 3]</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-08-22T23:49:46.496740" elapsed="0.001567"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.504035" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.503924" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.503904" elapsed="0.000237"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.505256" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.505148" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.505129" elapsed="0.000194"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:46.505937" level="INFO">${karaf_connection_index} = 10</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.505524" elapsed="0.000447"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.506439" level="INFO">${current_connection_index} = 21</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.506186" elapsed="0.000281"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.544740" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:46.506995" elapsed="0.037908"/>
</kw>
<msg time="2026-08-22T23:49:46.545008" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:46.545054" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.506630" elapsed="0.038461"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.561981" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:46.545623" elapsed="0.016491"/>
</kw>
<msg time="2026-08-22T23:49:46.562216" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:46.562261" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.545261" elapsed="0.017037"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.562593" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.562373" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.562354" elapsed="0.000317"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.563113" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.562811" elapsed="0.000364"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.563453" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.563241" elapsed="0.000266"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.563223" elapsed="0.000307"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:46.563562" elapsed="0.000027"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.566162" elapsed="0.000247"/>
</kw>
<msg time="2026-08-22T23:49:46.566475" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.564922" elapsed="0.001757"/>
</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="NOT RUN" start="2026-08-22T23:49:46.567052" elapsed="0.000061"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.567415" elapsed="0.000056"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:46.564345" elapsed="0.003290"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:46.563841" elapsed="0.003843"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:46.504841" elapsed="0.062940"/>
</kw>
<msg time="2026-08-22T23:49:46.567910" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.567955" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.504298" elapsed="0.063697"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:46.568179" elapsed="0.000025"/>
</return>
<status status="PASS" start="2026-08-22T23:49:46.568071" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.568052" elapsed="0.000208"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 1,
close the previous connection. In any case create a new connection
to karaf console for 1, set correct prompt set and login to karaf console.
Store connection index for 1 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.568696" elapsed="0.000027"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.569054" elapsed="0.000026"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.569126" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:46.503560" elapsed="0.065674"/>
</kw>
<msg time="2026-08-22T23:49:46.569327" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.569370" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<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="PASS" start="2026-08-22T23:49:46.498841" elapsed="0.070568"/>
</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-08-22T23:49:46.569755" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.569500" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.569482" elapsed="0.000495"/>
</if>
<var name="${index}">1</var>
<status status="PASS" start="2026-08-22T23:49:46.498552" elapsed="0.071449"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.575468" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.575360" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.575340" elapsed="0.000196"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.576612" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.576505" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.576487" elapsed="0.000191"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:46.577101" level="INFO">${karaf_connection_index} = 12</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.576832" elapsed="0.000296"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.577625" level="INFO">${current_connection_index} = 21</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.577283" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.620119" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:46.578171" elapsed="0.042089"/>
</kw>
<msg time="2026-08-22T23:49:46.620365" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:46.620409" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.577812" elapsed="0.042635"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.638442" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:46.620979" elapsed="0.017595"/>
</kw>
<msg time="2026-08-22T23:49:46.638675" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:46.638719" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.620616" elapsed="0.018140"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.639074" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.638854" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.638812" elapsed="0.000343"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.639579" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.639297" elapsed="0.000344"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.639938" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.639707" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.639690" elapsed="0.000328"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:46.640050" elapsed="0.000028"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.642599" elapsed="0.000263"/>
</kw>
<msg time="2026-08-22T23:49:46.642928" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.641436" elapsed="0.001684"/>
</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="NOT RUN" start="2026-08-22T23:49:46.643464" elapsed="0.000056"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.643811" elapsed="0.000075"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:46.640869" elapsed="0.003199"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:46.640340" elapsed="0.003778"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:46.576209" elapsed="0.068005"/>
</kw>
<msg time="2026-08-22T23:49:46.644306" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.644350" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.575683" elapsed="0.068705"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:46.644573" elapsed="0.000025"/>
</return>
<status status="PASS" start="2026-08-22T23:49:46.644465" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.644447" elapsed="0.000208"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 2,
close the previous connection. In any case create a new connection
to karaf console for 2, set correct prompt set and login to karaf console.
Store connection index for 2 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.645067" elapsed="0.000026"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.645418" elapsed="0.000029"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.645496" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:46.575021" elapsed="0.070584"/>
</kw>
<msg time="2026-08-22T23:49:46.645698" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.645742" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<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="PASS" start="2026-08-22T23:49:46.570267" elapsed="0.075513"/>
</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-08-22T23:49:46.646265" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.646015" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.645996" elapsed="0.000346"/>
</if>
<var name="${index}">2</var>
<status status="PASS" start="2026-08-22T23:49:46.570127" elapsed="0.076238"/>
</iter>
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.651949" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.651837" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.651804" elapsed="0.000213"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.653104" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T23:49:46.652998" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.652979" elapsed="0.000193"/>
</if>
<kw name="Get From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:46.653640" level="INFO">${karaf_connection_index} = 14</msg>
<var>${karaf_connection_index}</var>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.653311" elapsed="0.000356"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.654045" level="INFO">${current_connection_index} = 21</msg>
<var>${current_connection_index}</var>
<arg>${karaf_connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.653845" elapsed="0.000226"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.689707" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "- "c "l "u "s "t "e "r "i "n "[78Cg "[A[78C-</msg>
<arg>${command}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:46.654575" elapsed="0.035291"/>
</kw>
<msg time="2026-08-22T23:49:46.689970" level="INFO">${status_write} = PASS</msg>
<msg time="2026-08-22T23:49:46.690015" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "n "e "t "c "o "n "f "...</msg>
<var>${status_write}</var>
<var>${message_write}</var>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.654229" elapsed="0.035824"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.706299" level="INFO">"s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T23:49:46.690643" elapsed="0.015789"/>
</kw>
<msg time="2026-08-22T23:49:46.706535" level="INFO">${status_wait} = PASS</msg>
<msg time="2026-08-22T23:49:46.706580" level="INFO">${message_wait} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<var>${status_wait}</var>
<var>${message_wait}</var>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.690299" elapsed="0.016318"/>
</kw>
<if>
<branch type="IF" condition="'${status_write}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to send the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.706939" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.706693" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.706674" elapsed="0.000346"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.707444" level="INFO"> "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${message_wait}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.707162" elapsed="0.000343"/>
</kw>
<if>
<branch type="IF" condition="'${status_wait}' != 'PASS'">
<kw name="Fail" owner="BuiltIn">
<arg>Failed to see prompt after sending the command: ${command}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.707783" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.707571" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.707553" elapsed="0.000327"/>
</if>
<return>
<value>${message_wait}</value>
<status status="PASS" start="2026-08-22T23:49:46.707913" elapsed="0.000029"/>
</return>
<kw name="Run Keyword If" owner="BuiltIn" type="TEARDOWN">
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.710512" elapsed="0.000248"/>
</kw>
<msg time="2026-08-22T23:49:46.710848" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.709245" elapsed="0.001801"/>
</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="NOT RUN" start="2026-08-22T23:49:46.711390" elapsed="0.000057"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.711737" elapsed="0.000056"/>
</kw>
<arg>${current_connection_index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T23:49:46.708664" elapsed="0.003320"/>
</kw>
<arg>'${IS_KARAF_APPL}' == 'True'</arg>
<arg>SSHKeywords.Restore_Current_Ssh_Connection_From_Index</arg>
<arg>${current_connection_index}</arg>
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<status status="PASS" start="2026-08-22T23:49:46.708169" elapsed="0.003863"/>
</kw>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="PASS" start="2026-08-22T23:49:46.652684" elapsed="0.059443"/>
</kw>
<msg time="2026-08-22T23:49:46.712219" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.712262" level="INFO">${message} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<var>${status}</var>
<var>${message}</var>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.652166" elapsed="0.060134"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'PASS'">
<return>
<value>${message}</value>
<status status="PASS" start="2026-08-22T23:49:46.712484" elapsed="0.000026"/>
</return>
<status status="PASS" start="2026-08-22T23:49:46.712376" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.712358" elapsed="0.000207"/>
</if>
<kw name="Open_Controller_Karaf_Console_On_Background" owner="KarafKeywords">
<arg>${member_index}</arg>
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for 3,
close the previous connection. In any case create a new connection
to karaf console for 3, set correct prompt set and login to karaf console.
Store connection index for 3 and restore the previous active connection.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.712978" elapsed="0.000026"/>
</kw>
<kw name="Execute_Controller_Karaf_Command_On_Background" owner="KarafKeywords">
<var>${message}</var>
<arg>${command}</arg>
<arg>${member_index}</arg>
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.713310" elapsed="0.000025"/>
</kw>
<return>
<value>${message}</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.713394" elapsed="0.000016"/>
</return>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<status status="PASS" start="2026-08-22T23:49:46.651483" elapsed="0.062019"/>
</kw>
<msg time="2026-08-22T23:49:46.713595" level="INFO">${status} = PASS</msg>
<msg time="2026-08-22T23:49:46.713638" level="INFO">${output} =  "s "c "a "l "e ". "t "x "t ". "C "l "e "a "n "u "p "_ "A "n "d "_ "C "o "l "l "e "c "t "[K"
[?1l&gt;[?2004l[?1h=[90m~[0m             ...</msg>
<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="PASS" start="2026-08-22T23:49:46.646624" elapsed="0.067052"/>
</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-08-22T23:49:46.714147" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.713750" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.713733" elapsed="0.000492"/>
</if>
<var name="${index}">3</var>
<status status="PASS" start="2026-08-22T23:49:46.646487" elapsed="0.067802"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="PASS" start="2026-08-22T23:49:46.498370" elapsed="0.215952"/>
</for>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</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-08-22T23:49:46.495966" elapsed="0.218417"/>
</kw>
<arg>member_index_list=${member_index_list}</arg>
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<status status="PASS" start="2026-08-22T23:49:46.491099" elapsed="0.223341"/>
</kw>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-08-22T23:49:46.490656" elapsed="0.223830"/>
</kw>
<doc>Test case setup which explicitly ignores previous failure and logs test case name to Karaf log.
Needed if the recommended default is to be overriden.</doc>
<status status="PASS" start="2026-08-22T23:49:46.487539" elapsed="0.227000"/>
</kw>
<kw name="Collect_From_Restperfclient" owner="RestPerfClient">
<kw name="Should Not Be Equal" owner="BuiltIn">
<arg>'${RestPerfClient__restperfclientlog}'</arg>
<arg>''</arg>
<doc>Fails if the given objects are equal.</doc>
<status status="PASS" start="2026-08-22T23:49:46.715034" elapsed="0.000316"/>
</kw>
<kw name="Get File" owner="SSHLibrary">
<msg time="2026-08-22T23:49:46.720211" level="INFO">'restperfclient--netconf-clustering-scale-txt.1787442586.082.log' -&gt; '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/restperfclient--netconf-clustering-scale-txt.1787442586.082.log'</msg>
<arg>${RestPerfClient__restperfclientlog}</arg>
<doc>Downloads file(s) from the remote machine to the local machine.</doc>
<status status="PASS" start="2026-08-22T23:49:46.715508" elapsed="0.004767"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.722815" level="INFO">${RestPerfClient__restperfclientlog} = </msg>
<arg>${RestPerfClient__restperfclientlog}</arg>
<arg>${EMPTY}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T23:49:46.720447" elapsed="0.002428"/>
</kw>
<doc>Collect useful data produced by restperfclient</doc>
<status status="PASS" start="2026-08-22T23:49:46.714751" elapsed="0.008186"/>
</kw>
<kw name="Remove_Device_From_Netconf" owner="NetconfKeywords">
<kw name="Pop From Dictionary" owner="Collections">
<msg time="2026-08-22T23:49:46.723800" level="INFO">${device_type} = configure-via-topology</msg>
<var>${device_type}</var>
<arg>${NetconfKeywords__mounted_device_types}</arg>
<arg>${device_name}</arg>
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<status status="PASS" start="2026-08-22T23:49:46.723541" elapsed="0.000307"/>
</kw>
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.724451" level="INFO">${mapping} = {'DEVICE_NAME': '17830-sim-device', 'RESTCONF_ROOT': '/rests'}</msg>
<var>${mapping}</var>
<arg>DEVICE_NAME=${device_name}</arg>
<arg>RESTCONF_ROOT=${RESTCONF_ROOT}</arg>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.724015" elapsed="0.000463"/>
</kw>
<kw name="Set_Variable_If_At_Least_Scandium" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Set_Variable_If_At_Least" owner="CompareStream">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Set Variable If" owner="BuiltIn">
<arg>${Stream_dict}[${ODL_STREAM}] &gt;= ${Stream_dict}[${lower_bound}]</arg>
<arg>${value_if_true}</arg>
<arg>${value_if_false}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:46.743142" elapsed="0.000422"/>
</kw>
<msg time="2026-08-22T23:49:46.743615" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>BuiltIn.Set_Variable_If</arg>
<arg>${Stream_dict}[${ODL_STREAM}] &gt;= ${Stream_dict}[${lower_bound}]</arg>
<arg>${value_if_true}</arg>
<arg>${value_if_false}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.742754" elapsed="0.000918"/>
</kw>
<arg>scandium</arg>
<arg>${value_if_true}</arg>
<arg>${value_if_false}</arg>
<doc>Compare ${lower_bound} to titanium and return scandium if titanium is at least ${lower_bound},
return calcium otherwise.</doc>
<status status="PASS" start="2026-08-22T23:49:46.742300" elapsed="0.001447"/>
</kw>
<msg time="2026-08-22T23:49:46.743790" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Set_Variable_If_At_Least</arg>
<arg>scandium</arg>
<arg>${value_if_true}</arg>
<arg>${value_if_false}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.733070" elapsed="0.010780"/>
</kw>
<msg time="2026-08-22T23:49:46.743956" level="INFO">${version} = scandium</msg>
<var>${version}</var>
<arg>scandium</arg>
<arg>calcium</arg>
<doc>Compare scandium to titanium and return ${value_if_true} if titanium is at least scandium, return ${value_if_false} otherwise.</doc>
<status status="PASS" start="2026-08-22T23:49:46.732735" elapsed="0.011245"/>
</kw>
<kw name="Delete_Templated" owner="TemplatedRequests">
<kw name="Resolve_Text_From_Template_Folder" owner="TemplatedRequests">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.787230" level="INFO">${file_path_stream} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/location.uri</msg>
<var>${file_path_stream}</var>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.786817" elapsed="0.000446"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<kw name="File Should Exist" owner="OperatingSystem">
<msg time="2026-08-22T23:49:46.788080" level="FAIL">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology.titanium/location.uri' does not exist.</msg>
<arg>${file_path_stream}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="FAIL" start="2026-08-22T23:49:46.787776" elapsed="0.000389">File '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology.titanium/location.uri' does not exist.</status>
</kw>
<msg time="2026-08-22T23:49:46.788261" level="INFO">${file_stream_exists} = False</msg>
<var>${file_stream_exists}</var>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="PASS" start="2026-08-22T23:49:46.787431" elapsed="0.000855"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.788849" level="INFO">${file_path} = /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/location.uri</msg>
<var>${file_path}</var>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-08-22T23:49:46.788449" elapsed="0.000429"/>
</kw>
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-08-22T23:49:46.789179" level="INFO" html="true">Getting file '&lt;a href="file:///w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology/location.uri"&gt;/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/variables/netconf/device/scandium/configure-via-topology/location.uri&lt;/a&gt;'.</msg>
<msg time="2026-08-22T23:49:46.789469" level="INFO">${template} = $RESTCONF_ROOT/data/network-topology:network-topology/topology=topology-netconf/node=$DEVICE_NAME
</msg>
<var>${template}</var>
<arg>${file_path}</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="PASS" start="2026-08-22T23:49:46.789036" elapsed="0.000464"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.789958" level="INFO">$RESTCONF_ROOT/data/network-topology:network-topology/topology=topology-netconf/node=$DEVICE_NAME
</msg>
<arg>${template}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.789683" elapsed="0.000321"/>
</kw>
<if>
<branch type="IF" condition="${percent_encode} == True">
<kw name="Encode_Mapping" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.791222" level="INFO">mapping: {'DEVICE_NAME': '17830-sim-device', 'RESTCONF_ROOT': '/rests'}</msg>
<arg>mapping: ${mapping}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.790956" elapsed="0.000312"/>
</kw>
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.791710" level="INFO">${encoded_mapping} = {}</msg>
<var>${encoded_mapping}</var>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.791427" elapsed="0.000309"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.792433" level="INFO">${value} = 17830-sim-device</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:46.792133" elapsed="0.000326"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:46.793208" level="INFO">${encoded} = 17830-sim-device</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.792983" elapsed="0.000251"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:46.793288" elapsed="0.000079"/>
</return>
<msg time="2026-08-22T23:49:46.793524" level="INFO">${encoded_value} = 17830-sim-device</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:46.792647" elapsed="0.000907"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.793721" elapsed="0.000264"/>
</kw>
<var name="${key}">DEVICE_NAME</var>
<var name="${value}">17830-sim-device</var>
<status status="PASS" start="2026-08-22T23:49:46.791996" elapsed="0.002030"/>
</iter>
<iter>
<kw name="Convert To String" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.794571" level="INFO">${value} = /rests</msg>
<var>${value}</var>
<arg>${value}</arg>
<doc>Converts the given item to a Unicode string.</doc>
<status status="PASS" start="2026-08-22T23:49:46.794273" elapsed="0.000324"/>
</kw>
<kw name="Percent_Encode_String" owner="TemplatedRequests">
<kw name="Replace String Using Regexp" owner="String">
<msg time="2026-08-22T23:49:46.795330" level="INFO">${encoded} = /rests</msg>
<var>${encoded}</var>
<arg>${value}</arg>
<arg>:</arg>
<arg>%3A</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.795121" elapsed="0.000235"/>
</kw>
<return>
<value>${encoded}</value>
<status status="PASS" start="2026-08-22T23:49:46.795405" elapsed="0.000028"/>
</return>
<msg time="2026-08-22T23:49:46.795553" level="INFO">${encoded_value} = /rests</msg>
<var>${encoded_value}</var>
<arg>${value}</arg>
<doc>Percent encodes reserved characters in the given string so it can be used as part of url.</doc>
<status status="PASS" start="2026-08-22T23:49:46.794786" elapsed="0.000792"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${encoded_mapping}</arg>
<arg>${key}</arg>
<arg>${encoded_value}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.795722" elapsed="0.000238"/>
</kw>
<var name="${key}">RESTCONF_ROOT</var>
<var name="${value}">/rests</var>
<status status="PASS" start="2026-08-22T23:49:46.794143" elapsed="0.001857"/>
</iter>
<var>${key}</var>
<var>${value}</var>
<value>&amp;{mapping}</value>
<status status="PASS" start="2026-08-22T23:49:46.791795" elapsed="0.004240"/>
</for>
<return>
<value>${encoded_mapping}</value>
<status status="PASS" start="2026-08-22T23:49:46.796078" elapsed="0.000027"/>
</return>
<msg time="2026-08-22T23:49:46.796234" level="INFO">${mapping_to_use} = {'DEVICE_NAME': '17830-sim-device', 'RESTCONF_ROOT': '/rests'}</msg>
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<status status="PASS" start="2026-08-22T23:49:46.790404" elapsed="0.005857"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.790086" elapsed="0.006207"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<var>${mapping_to_use}</var>
<arg>${mapping}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.796465" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.796319" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.790059" elapsed="0.006482"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.797297" level="INFO">${final_text} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device</msg>
<var>${final_text}</var>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping_to_use})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.796683" elapsed="0.000661"/>
</kw>
<return>
<value>${final_text}</value>
<status status="PASS" start="2026-08-22T23:49:46.797401" elapsed="0.000033"/>
</return>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="PASS" start="2026-08-22T23:49:46.786197" elapsed="0.011349"/>
</kw>
<msg time="2026-08-22T23:49:46.797604" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.773487" elapsed="0.024171"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${prolog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.prolog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.810027" elapsed="0.000029"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${epilog}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.epilog.${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=${percent_encode}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.822396" elapsed="0.000028"/>
</kw>
<kw name="Resolve_Text_From_Template_File" owner="TemplatedRequests">
<var>${item_template}</var>
<arg>folder=${folder}</arg>
<arg>file_name=${base_name}.item.${extension}</arg>
<arg>mapping=${mapping}</arg>
<doc>Check if /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name} exists. If yes read and Log contents of file /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology.titanium/${file_name},
remove endline, perform safe substitution, return result.
If no do it with the default /w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../variables/netconf/device/scandium/configure-via-topology/${file_name}.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.834914" elapsed="0.000029"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<var>${items}</var>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.835113" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${separator}</var>
<arg>'${extension}' != 'json'</arg>
<arg>${endline}</arg>
<arg>,${endline}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.835287" elapsed="0.000021"/>
</kw>
<for flavor="IN RANGE">
<iter>
<if>
<branch type="IF" condition="${iteration} &gt; ${iter_start}">
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${separator}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.835663" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.835512" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-08-22T23:49:46.835497" elapsed="0.000246"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${j}</var>
<arg>${iteration}+${iter_j_offset}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.835897" elapsed="0.000023"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${item}</var>
<arg>string.Template('''${item_template}''').substitute({"i":"${iteration}", "j":${j}})</arg>
<arg>modules=string</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.836065" elapsed="0.000021"/>
</kw>
<kw name="Append To List" owner="Collections">
<arg>${items}</arg>
<arg>${item}</arg>
<doc>Adds ``values`` to the end of ``list``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.836229" elapsed="0.000020"/>
</kw>
<var name="${iteration}"/>
<status status="NOT RUN" start="2026-08-22T23:49:46.835467" elapsed="0.000815"/>
</iter>
<var>${iteration}</var>
<value>${iter_start}</value>
<value>${iterations}+${iter_start}</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.835363" elapsed="0.000946"/>
</for>
<kw name="Catenate" owner="BuiltIn">
<var>${final_text}</var>
<arg>SEPARATOR=</arg>
<arg>${prolog}</arg>
<arg>${endline}</arg>
<arg>@{items}</arg>
<arg>${endline}</arg>
<arg>${epilog}</arg>
<doc>Catenates the given items together and returns the resulted string.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.836452" elapsed="0.000020"/>
</kw>
<return>
<value>${final_text}</value>
<status status="NOT RUN" start="2026-08-22T23:49:46.836528" elapsed="0.000015"/>
</return>
<msg time="2026-08-22T23:49:46.836649" level="INFO">${uri} = /rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device</msg>
<var>${uri}</var>
<arg>folder=${folder}</arg>
<arg>base_name=${location}</arg>
<arg>extension=uri</arg>
<arg>mapping=${mapping}</arg>
<arg>percent_encode=True</arg>
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.
If ${iterations} value is present, put text together from "prolog", "item" and "epilog" parts,
where additional template variable ${i} goes from ${iter_start}, by one ${iterations} times.
Template variable ${j} is calculated as ${i} incremented by offset ${iter_j_offset} ( j = i + iter_j_offset )
used to create non uniform data in order to be able to validate UPDATE operations.
POST (as opposed to PUT) needs slightly different data, ${name_prefix} may be used to distinguish.
(Actually, it is GET who formats data differently when URI is a top-level container.)</doc>
<status status="PASS" start="2026-08-22T23:49:46.769085" elapsed="0.067592"/>
</kw>
<kw name="Delete_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.837890" level="INFO">/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.837610" elapsed="0.000328"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="DELETE On Session" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:46.851340" level="INFO">DELETE Request : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device 
 path_url=/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device 
 headers={'User-Agent': 'python-requests/2.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01ertdopax0i801snxh2uy8v9030.node0', 'Content-Length': '0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-08-22T23:49:46.851391" level="INFO">DELETE Response : url=http://10.30.171.24:8181/rests/data/network-topology:network-topology/topology=topology-netconf/node=17830-sim-device 
 status=204, reason=No Content 
 headers={} 
 body=None 
 </msg>
<msg time="2026-08-22T23:49:46.851504" level="INFO">${response} = &lt;Response [204]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<doc>Sends a DELETE request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-08-22T23:49:46.840001" elapsed="0.011529"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.838006" elapsed="0.013565"/>
</branch>
<branch type="ELSE">
<kw name="DELETE On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a DELETE request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.851757" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.851598" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.837988" elapsed="0.013874"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.855709" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.852927" elapsed="0.002848"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.852632" elapsed="0.003214"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.852613" elapsed="0.003273"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.859726" level="INFO">204</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T23:49:46.856295" elapsed="0.003501"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.855970" elapsed="0.003896"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.855945" elapsed="0.003959"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.860746" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.860158" elapsed="0.000629"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.861262" elapsed="0.000074"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.860915" elapsed="0.000488"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.861984" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.861664" elapsed="0.000346"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.861443" elapsed="0.000603"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.860887" elapsed="0.001184"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.862590" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.862230" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.862930" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.862685" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.863461" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T23:49:46.863168" elapsed="0.000319"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.863011" elapsed="0.000512"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.862668" elapsed="0.000876"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.863695" elapsed="0.000363"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-08-22T23:49:46.864512" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.864222" elapsed="0.000317"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-08-22T23:49:46.864691" elapsed="0.002464"/>
</kw>
<arg>${response}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-08-22T23:49:46.852223" elapsed="0.014996"/>
</kw>
<return>
<value>${response.text}</value>
<status status="PASS" start="2026-08-22T23:49:46.867266" elapsed="0.000035"/>
</return>
<msg time="2026-08-22T23:49:46.869526" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>session=${session}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>DELETE resource at URI, check status_code and return response text..</doc>
<status status="PASS" start="2026-08-22T23:49:46.836956" elapsed="0.032602"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-08-22T23:49:46.869623" elapsed="0.000032"/>
</return>
<arg>${DIRECTORY_WITH_DEVICE_TEMPLATES}${/}${version}${/}${device_type}</arg>
<arg>${mapping}</arg>
<arg>session=${session}</arg>
<arg>location=${location}</arg>
<doc>Resolve URI from folder, issue DELETE request.</doc>
<status status="PASS" start="2026-08-22T23:49:46.744203" elapsed="0.125559"/>
</kw>
<arg>${DEVICE_NAME}</arg>
<arg>session=node1</arg>
<doc>Tell Netconf to deconfigure the specified device</doc>
<status status="PASS" start="2026-08-22T23:49:46.723150" elapsed="0.146697"/>
</kw>
<kw name="Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed" owner="SetupUtils" type="TEARDOWN">
<kw name="Run Keyword If Test Failed" owner="BuiltIn">
<arg>BuiltIn.Set_Suite_Variable</arg>
<arg>${SuiteFastFail}</arg>
<arg>True</arg>
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
<status status="PASS" start="2026-08-22T23:49:46.870456" elapsed="0.000243"/>
</kw>
<kw name="SetupUtils__Report_Bugs_Causing_Failure" owner="SetupUtils">
<if>
<branch type="IF" condition="'${SetupUtils__Known_Bug_ID}' != ''">
<kw name="Report Failure Due To Bug" owner="Utils">
<arg>${SetupUtils__Known_Bug_ID}</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="NOT RUN" start="2026-08-22T23:49:46.871619" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-22T23:49:46.871160" elapsed="0.000527"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.871142" elapsed="0.000569"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>'${SetupUtils__Known_Bug_ID}' != ''</arg>
<arg>Set_Known_Bug_Id</arg>
<arg>${EMPTY}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T23:49:46.871875" elapsed="0.000311"/>
</kw>
<kw name="Report_Failure_And_Point_To_Linked_Bugs" owner="Utils">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T23:49:46.877150" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T23:49:46.876720" elapsed="0.000500"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T23:49:46.877500" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-08-22T23:49:46.877325" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-08-22T23:49:46.877301" elapsed="0.000295"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.877751" elapsed="0.000023"/>
</kw>
<kw name="Replace String Using Regexp" owner="String">
<var>${reference}</var>
<arg>${SUITE_NAME}_${TEST_NAME}</arg>
<arg>[ /\.-]</arg>
<arg>_</arg>
<doc>Replaces ``pattern`` in the given ``string`` with ``replace_with``.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.877944" elapsed="0.000022"/>
</kw>
<kw name="Convert To Lower Case" owner="String">
<var>${reference}</var>
<arg>${reference}</arg>
<doc>Converts string to lower case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.878119" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>... click for list of related bugs or create a new one if needed (with the${newline}"${reference}"${newline}reference somewhere inside)</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.878285" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${bugs}</var>
<arg>"https://bugs.opendaylight.org/buglist.cgi?f1=cf_external_ref&amp;o1=substring&amp;v1=${reference}&amp;order=bug_status"</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.878450" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${bugs}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.878615" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}${newline}${bugs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T23:49:46.878777" elapsed="0.000020"/>
</kw>
<doc>Report that a test failed and point to linked Bugzilla bug(s).
Linked bugs must contain the ${reference} inside comments (workaround
becasue of currently missing suitable field for external references and
not correctly working the CONTENT MATCHES filter).
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T23:49:46.876404" elapsed="0.002471"/>
</kw>
<status status="PASS" start="2026-08-22T23:49:46.870939" elapsed="0.007987"/>
</kw>
<doc>Test case teardown. Show linked bugs and start fast failing in case of failure.</doc>
<status status="PASS" start="2026-08-22T23:49:46.870142" elapsed="0.008826"/>
</kw>
<doc>Deconfigure the testtool device on Netconf connector using node 1.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="PASS" start="2026-08-22T23:49:46.487000" elapsed="0.392009"/>
</test>
<kw name="Teardown_Everything" type="TEARDOWN">
<kw name="Delete All Sessions" owner="RequestsLibrary">
<msg time="2026-08-22T23:49:46.880063" level="INFO">Deleting All Sessions</msg>
<doc>Removes all the session objects</doc>
<status status="PASS" start="2026-08-22T23:49:46.879990" elapsed="0.000243"/>
</kw>
<kw name="Teardown_Restperfclient" owner="RestPerfClient">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${RestPerfClient__restperfclient}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.880664" elapsed="0.000148"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T23:49:46.880979" elapsed="0.000420"/>
</kw>
<doc>Free resources allocated during the RestPerfClient setup</doc>
<status status="PASS" start="2026-08-22T23:49:46.880436" elapsed="0.001030"/>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${testtool}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-08-22T23:49:46.881649" elapsed="0.000137"/>
</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-08-22T23:49:46.883171" 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-08-22T23:49:46.882853" elapsed="0.000346"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>${ctrl_c}</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-22T23:49:46.883351" elapsed="0.000223"/>
</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="PASS" start="2026-08-22T23:49:46.882620" elapsed="0.001022"/>
</kw>
<kw name="Read Until Prompt" owner="SSHLibrary">
<msg time="2026-08-22T23:49:47.224331" level="INFO">[?2004l^C[?2004h[jenkins@releng-49281-201-1-mininet-ovs-217-0 ~]&gt;</msg>
<doc>Consumes and returns the server output until the prompt is found.</doc>
<status status="PASS" start="2026-08-22T23:49:46.883791" elapsed="0.340716"/>
</kw>
<kw name="Get File" owner="SSHLibrary">
<msg time="2026-08-22T23:49:47.230653" level="INFO">'testtool--netconf-clustering-scale-txt.1787442574.389.log' -&gt; '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/testtool--netconf-clustering-scale-txt.1787442574.389.log'</msg>
<arg>${testtool_log}</arg>
<doc>Downloads file(s) from the remote machine to the local machine.</doc>
<status status="PASS" start="2026-08-22T23:49:47.224805" elapsed="0.005942"/>
</kw>
<doc>Stop testtool and download its log.</doc>
<status status="PASS" start="2026-08-22T23:49:46.882351" elapsed="0.348520"/>
</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-08-22T23:49:46.881963" elapsed="0.348982"/>
</kw>
<doc>Teardown the test infrastructure, perform cleanup and release all resources.</doc>
<status status="PASS" start="2026-08-22T23:49:46.879754" elapsed="0.351271"/>
</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-08-22T23:49:24.915994" elapsed="22.315081"/>
</suite>
<statistics>
<total>
<stat pass="6" fail="2" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="6" fail="2" skip="0">1node</stat>
<stat pass="6" fail="2" skip="0">critical</stat>
<stat pass="6" fail="2" skip="0">netconf</stat>
</tag>
<suite>
<stat name="netconf-clustering-scale.txt" id="s1" pass="6" fail="2" skip="0">netconf-clustering-scale.txt</stat>
</suite>
</statistics>
<errors>
<msg time="2026-08-22T23:49:25.197963" 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-08-22T23:49:25.313747" 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-08-22T23:49:25.349657" 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-08-22T23:49:25.436243" 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-08-22T23:49:25.458763" 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-08-22T23:49:25.482609" 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-08-22T23:49:25.489185" 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>
