<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-24T00:23:48.334374" rpa="false" schemaversion="5">
<suite id="s1" name="aaa-authn.txt" source="/w/workspace/aaa-csit-1node-authn-all-vanadium/test/csit/suites/aaa/authn/Restconf_Basic_Auth.robot">
<test id="s1-t1" name="No RESTCONF Credentials" line="38">
<kw name="Auth Should Fail">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:48.505194" level="INFO">@{auth} = [  |  ]</msg>
<var>@{auth}</var>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:48.504751" elapsed="0.000498"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:48.505793" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a95fe78d0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:48.505396" elapsed="0.000591"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:48.509201" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:48.710809" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.113526" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.116075" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${url}</arg>
<arg>expected_status=401</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:48.506134" elapsed="0.616874">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<kw name="Convert To Upper Case" owner="String">
<var>${header_value}</var>
<arg>${resp.headers}[www-authenticate]</arg>
<doc>Converts string to upper case.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:49.123326" elapsed="0.000045"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${header_value}</arg>
<arg>BASIC</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:49.123493" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${resp.content}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:49.123638" elapsed="0.000024"/>
</kw>
<arg>${RESTCONF_TEST_URL}</arg>
<arg>${EMPTY}</arg>
<arg>${EMPTY}</arg>
<doc>Checks the given HTTP RESTCONF response for authentication failure</doc>
<status status="FAIL" start="2026-05-24T00:23:48.501259" elapsed="0.622543">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>Given no credentials GET RESTCONF fails</doc>
<status status="FAIL" start="2026-05-24T00:23:48.500509" elapsed="0.623502">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<test id="s1-t2" name="Incorrect RESTCONF Password" line="42">
<kw name="Auth Should Fail">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:49.126082" level="INFO">@{auth} = [ admin | bad_pw ]</msg>
<var>@{auth}</var>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:49.125548" elapsed="0.000578"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:49.126915" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a9608d850&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:49.126281" elapsed="0.000853"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:49.130079" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.331941" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.734803" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.737296" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${url}</arg>
<arg>expected_status=401</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:49.127288" elapsed="0.615345">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<kw name="Convert To Upper Case" owner="String">
<var>${header_value}</var>
<arg>${resp.headers}[www-authenticate]</arg>
<doc>Converts string to upper case.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:49.743130" elapsed="0.000067"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${header_value}</arg>
<arg>BASIC</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:49.743509" elapsed="0.000052"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${resp.content}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:49.743811" elapsed="0.000049"/>
</kw>
<arg>${RESTCONF_TEST_URL}</arg>
<arg>${ADMIN_USER}</arg>
<arg>${BAD_PW}</arg>
<doc>Checks the given HTTP RESTCONF response for authentication failure</doc>
<status status="FAIL" start="2026-05-24T00:23:49.124869" elapsed="0.619270">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>Given incorrect password GET RESTCONF fails</doc>
<status status="FAIL" start="2026-05-24T00:23:49.124321" elapsed="0.620283">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<test id="s1-t3" name="Incorrect RESTCONF Username" line="46">
<kw name="Auth Should Fail">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:49.747966" level="INFO">@{auth} = [ bad_user | admin ]</msg>
<var>@{auth}</var>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:49.747489" elapsed="0.000508"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:49.748502" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a9609f610&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:49.748116" elapsed="0.000848"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:49.751913" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.953367" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.355833" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.358331" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${url}</arg>
<arg>expected_status=401</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:49.749094" elapsed="0.614203">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<kw name="Convert To Upper Case" owner="String">
<var>${header_value}</var>
<arg>${resp.headers}[www-authenticate]</arg>
<doc>Converts string to upper case.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:50.363565" elapsed="0.000041"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${header_value}</arg>
<arg>BASIC</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:50.363746" elapsed="0.000029"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${resp.content}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:50.363923" elapsed="0.000029"/>
</kw>
<arg>${RESTCONF_TEST_URL}</arg>
<arg>${BAD_USER}</arg>
<arg>${ADMIN_PW}</arg>
<doc>Checks the given HTTP RESTCONF response for authentication failure</doc>
<status status="FAIL" start="2026-05-24T00:23:49.746966" elapsed="0.617146">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>Given incorrect username GET RESTCONF fails</doc>
<status status="FAIL" start="2026-05-24T00:23:49.746255" elapsed="0.618160">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<test id="s1-t4" name="Correct RESTCONF Credentials" line="50">
<kw name="Auth Should Pass">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:50.366672" level="INFO">@{auth} = [ admin | admin ]</msg>
<var>@{auth}</var>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:50.366016" elapsed="0.000696"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:50.367361" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a960adfd0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:50.366863" elapsed="0.000735"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:50.370935" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.572568" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.974928" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.977439" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${url}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:50.367766" elapsed="0.614180">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<arg>${RESTCONF_TEST_URL}</arg>
<arg>${ADMIN_USER}</arg>
<arg>${ADMIN_PW}</arg>
<doc>Checks the given HTTP RESTCONF response for authentication failure</doc>
<status status="FAIL" start="2026-05-24T00:23:50.365385" elapsed="0.616779">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>Given correct credentials GET RESTCONF succeeds</doc>
<status status="FAIL" start="2026-05-24T00:23:50.364712" elapsed="0.617736">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<test id="s1-t5" name="No Jolokia REST Credentials" line="54">
<kw name="Auth Should Fail">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:50.988282" level="INFO">@{auth} = [  |  ]</msg>
<var>@{auth}</var>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:50.987852" elapsed="0.000461"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:50.988764" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a960b2890&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:50.988422" elapsed="0.000514"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:50.991471" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:51.192731" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:51.594835" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:51.597210" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${url}</arg>
<arg>expected_status=401</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:50.989057" elapsed="0.613867">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<kw name="Convert To Upper Case" owner="String">
<var>${header_value}</var>
<arg>${resp.headers}[www-authenticate]</arg>
<doc>Converts string to upper case.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:51.603343" elapsed="0.000063"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${header_value}</arg>
<arg>BASIC</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:51.603626" elapsed="0.000044"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${resp.content}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:51.603890" elapsed="0.000044"/>
</kw>
<arg>${JOLOKIA_TEST_URL}</arg>
<arg>${EMPTY}</arg>
<arg>${EMPTY}</arg>
<doc>Checks the given HTTP RESTCONF response for authentication failure</doc>
<status status="FAIL" start="2026-05-24T00:23:50.983823" elapsed="0.620336">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>Given no credentials, HTTP GET on a Jolokia endpoint fails</doc>
<status status="FAIL" start="2026-05-24T00:23:50.982948" elapsed="0.621602">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<test id="s1-t6" name="Incorrect Jolokia REST Password" line="58">
<kw name="Auth Should Fail">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:51.607557" level="INFO">@{auth} = [ admin | bad_pw ]</msg>
<var>@{auth}</var>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:51.607069" elapsed="0.000517"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:51.608028" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a95ed6910&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:51.607697" elapsed="0.000716"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:51.610949" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:51.812213" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.214506" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.216682" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${url}</arg>
<arg>expected_status=401</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:51.608593" elapsed="0.613334">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<kw name="Convert To Upper Case" owner="String">
<var>${header_value}</var>
<arg>${resp.headers}[www-authenticate]</arg>
<doc>Converts string to upper case.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:52.222346" elapsed="0.000063"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${header_value}</arg>
<arg>BASIC</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:52.222627" elapsed="0.000044"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${resp.content}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:52.222882" elapsed="0.000045"/>
</kw>
<arg>${JOLOKIA_TEST_URL}</arg>
<arg>${JOLOKIA_USER}</arg>
<arg>${BAD_PW}</arg>
<doc>Checks the given HTTP RESTCONF response for authentication failure</doc>
<status status="FAIL" start="2026-05-24T00:23:51.606639" elapsed="0.616521">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>Given incorrect password, GET on a Jolokia endpoint fails</doc>
<status status="FAIL" start="2026-05-24T00:23:51.605358" elapsed="0.618192">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<test id="s1-t7" name="Incorrect Jolokia REST Username" line="62">
<kw name="Auth Should Fail">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:52.226806" level="INFO">@{auth} = [ bad_user | admin ]</msg>
<var>@{auth}</var>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:52.226364" elapsed="0.000469"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:52.227290" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a95ed7710&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:52.226940" elapsed="0.000525"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:52.230015" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.431354" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.834093" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.836198" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${url}</arg>
<arg>expected_status=401</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:52.227592" elapsed="0.615573">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<kw name="Convert To Upper Case" owner="String">
<var>${header_value}</var>
<arg>${resp.headers}[www-authenticate]</arg>
<doc>Converts string to upper case.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:52.843728" elapsed="0.000041"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${header_value}</arg>
<arg>BASIC</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:52.843920" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${resp.content}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-24T00:23:52.844088" elapsed="0.000028"/>
</kw>
<arg>${JOLOKIA_TEST_URL}</arg>
<arg>${JOLOKIA_BAD_USER}</arg>
<arg>${JOLOKIA_PW}</arg>
<doc>Checks the given HTTP RESTCONF response for authentication failure</doc>
<status status="FAIL" start="2026-05-24T00:23:52.225408" elapsed="0.618884">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>Given incorrect username, GET on a Jolokia endpoint fails</doc>
<status status="FAIL" start="2026-05-24T00:23:52.224194" elapsed="0.620424">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<test id="s1-t8" name="Correct Jolokia REST Credentials" line="66">
<kw name="Auth Should Pass">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:52.847452" level="INFO">@{auth} = [ admin | admin ]</msg>
<var>@{auth}</var>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:52.846829" elapsed="0.000665"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:52.848206" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a95ef1190&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:52.847648" elapsed="0.000993"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:52.851681" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:53.053123" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:53.455781" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:53.458077" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${url}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:52.848838" elapsed="0.614096">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<arg>${JOLOKIA_TEST_URL}</arg>
<arg>${JOLOKIA_USER}</arg>
<arg>${JOLOKIA_PW}</arg>
<doc>Checks the given HTTP RESTCONF response for authentication failure</doc>
<status status="FAIL" start="2026-05-24T00:23:52.846136" elapsed="0.617013">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>Given correct credentials, GET on a Jolokia endpoint succeeds</doc>
<status status="FAIL" start="2026-05-24T00:23:52.845036" elapsed="0.618401">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<test id="s1-t9" name="IDM Endpoints Only Available To admin Role" line="70">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-05-24T00:23:53.465119" level="INFO">${auth} = ['user', 'user']</msg>
<var>${auth}</var>
<arg>${USER_USER}</arg>
<arg>${USER_PW}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-05-24T00:23:53.464554" elapsed="0.000603"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:53.465886" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.170.81:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f6a95f08990&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>httpbin</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${auth}</arg>
<arg>headers=${HEADERS}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-05-24T00:23:53.465428" elapsed="0.000959"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-05-24T00:23:53.469657" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-05-24T00:23:53.671072" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-05-24T00:23:54.073777" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-05-24T00:23:54.076126" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /auth/v1/users (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</msg>
<var>${resp}</var>
<arg>httpbin</arg>
<arg>url=${USERS_REST_URL}</arg>
<arg>expected_status=401</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-05-24T00:23:53.466561" elapsed="0.615266">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /auth/v1/users (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</kw>
<doc>A user with a non-"admin" role should not have access to AAA endpoints</doc>
<status status="FAIL" start="2026-05-24T00:23:53.463841" elapsed="0.618445">ConnectionError: HTTPConnectionPool(host='10.30.170.81', port=8181): Max retries exceeded with url: /auth/v1/users (Caused by NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused"))</status>
</test>
<kw name="Delete All Sessions" owner="RequestsLibrary" type="TEARDOWN">
<msg time="2026-05-24T00:23:54.083443" level="INFO">Deleting All Sessions</msg>
<doc>Removes all the session objects</doc>
<status status="PASS" start="2026-05-24T00:23:54.083289" elapsed="0.000636"/>
</kw>
<doc>Test Basic Authentication support in RESTCONF</doc>
<status status="FAIL" start="2026-05-24T00:23:48.336392" elapsed="5.747585"/>
</suite>
<statistics>
<total>
<stat pass="0" fail="9" skip="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat name="aaa-authn.txt" id="s1" pass="0" fail="9" skip="0">aaa-authn.txt</stat>
</suite>
</statistics>
<errors>
<msg time="2026-05-24T00:23:48.509201" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:48.710809" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.113526" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.130079" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.331941" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.734803" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.751913" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:49.953367" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.355833" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.370935" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.572568" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.974928" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /rests/data/ietf-yang-library:modules-state?content=nonconfig</msg>
<msg time="2026-05-24T00:23:50.991471" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:51.192731" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:51.594835" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:51.610949" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:51.812213" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.214506" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.230015" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.431354" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.834093" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:52.851681" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:53.053123" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:53.455781" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-05-24T00:23:53.469657" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-05-24T00:23:53.671072" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-05-24T00:23:54.073777" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.170.81', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
</errors>
</robot>
