<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-14T00:23:57.879419" 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-06-14T00:23:58.043046" 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-06-14T00:23:58.042605" elapsed="0.000481"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:23:58.043608" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f474713390&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-06-14T00:23:58.043233" elapsed="0.000570"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:23:58.047009" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.248332" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.650631" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.652838" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.043951" elapsed="0.621169">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.665648" elapsed="0.000072"/>
</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-06-14T00:23:58.665971" elapsed="0.000051"/>
</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-06-14T00:23:58.666270" elapsed="0.000049"/>
</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-06-14T00:23:58.038735" elapsed="0.627898">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.037856" elapsed="0.629191">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.670884" 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-06-14T00:23:58.669754" elapsed="0.001202"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:23:58.672101" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f4740d14d0&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-06-14T00:23:58.671246" elapsed="0.001308"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:23:58.675765" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.877143" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.279511" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.282143" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.672812" elapsed="0.614708">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.288064" elapsed="0.000064"/>
</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-06-14T00:23:59.288364" elapsed="0.000075"/>
</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-06-14T00:23:59.288690" elapsed="0.000046"/>
</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-06-14T00:23:58.668713" elapsed="0.620279">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.667567" elapsed="0.621817">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.291373" 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-06-14T00:23:59.290915" elapsed="0.000502"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:23:59.291904" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f4740df1d0&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-06-14T00:23:59.291532" elapsed="0.000906"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:23:59.295006" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.496344" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.898610" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.900910" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.292566" elapsed="0.613531">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.906513" elapsed="0.000062"/>
</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-06-14T00:23:59.906800" elapsed="0.000047"/>
</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-06-14T00:23:59.907074" elapsed="0.000045"/>
</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-06-14T00:23:59.290472" elapsed="0.616884">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.289909" elapsed="0.617900">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.910072" 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-06-14T00:23:59.909510" elapsed="0.000601"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:23:59.910755" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f4740f1ad0&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-06-14T00:23:59.910269" elapsed="0.000720"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:23:59.914300" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.115683" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.518254" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.521314" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.911155" elapsed="0.615821">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.908938" elapsed="0.618210">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.908124" elapsed="0.619298">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /rests/data/ietf-yang-library:modules-state?content=nonconfig (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.532362" 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-06-14T00:24:00.531922" elapsed="0.000470"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:00.532882" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f4740f63d0&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-06-14T00:24:00.532527" elapsed="0.000537"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:00.535759" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:00.737064" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.139140" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.141082" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.533193" elapsed="0.613179">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:01.146795" elapsed="0.000060"/>
</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-06-14T00:24:01.147077" elapsed="0.000046"/>
</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-06-14T00:24:01.147357" elapsed="0.000072"/>
</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-06-14T00:24:00.528494" elapsed="0.619226">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.527828" elapsed="0.620305">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:01.150169" 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-06-14T00:24:01.149763" elapsed="0.000434"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:01.150688" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f473f16210&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-06-14T00:24:01.150308" elapsed="0.000739"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:01.153642" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.354933" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.756920" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.759270" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:01.151218" elapsed="0.613417">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:01.765006" elapsed="0.000059"/>
</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-06-14T00:24:01.765285" elapsed="0.000046"/>
</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-06-14T00:24:01.765590" 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-06-14T00:24:01.149335" elapsed="0.616541">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:01.148628" elapsed="0.617650">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:01.768308" 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-06-14T00:24:01.767891" elapsed="0.000446"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:01.768821" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f473f17090&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-06-14T00:24:01.768469" elapsed="0.000528"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:01.772005" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.973367" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.375752" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.377779" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:01.769128" elapsed="0.613808">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:02.383310" elapsed="0.000059"/>
</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-06-14T00:24:02.383631" elapsed="0.000046"/>
</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-06-14T00:24:02.383890" elapsed="0.000044"/>
</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-06-14T00:24:01.767482" elapsed="0.616674">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:01.766892" elapsed="0.617657">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:02.387396" 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-06-14T00:24:02.386860" elapsed="0.000596"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:02.388065" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f473f34a90&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-06-14T00:24:02.387609" elapsed="0.000681"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:02.391690" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.592903" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.995057" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.997390" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:02.388482" elapsed="0.614339">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:02.386281" elapsed="0.616865">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:02.385039" elapsed="0.618536">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /jolokia (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:03.005104" 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-06-14T00:24:03.004693" elapsed="0.000438"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:03.005597" level="INFO">Creating Session using : alias=httpbin, url=http://10.30.171.240:8181, headers={'Content-Type': 'application/json'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f473f4c250&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-06-14T00:24:03.005249" elapsed="0.000693"/>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-14T00:24:03.008345" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-06-14T00:24:03.209445" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-06-14T00:24:03.611541" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-06-14T00:24:03.613788" level="FAIL">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /auth/v1/users (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:03.006067" elapsed="0.613640">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /auth/v1/users (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:03.004135" elapsed="0.616025">ConnectionError: HTTPConnectionPool(host='10.30.171.240', port=8181): Max retries exceeded with url: /auth/v1/users (Caused by NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:03.621869" level="INFO">Deleting All Sessions</msg>
<doc>Removes all the session objects</doc>
<status status="PASS" start="2026-06-14T00:24:03.621607" elapsed="0.000960"/>
</kw>
<doc>Test Basic Authentication support in RESTCONF</doc>
<status status="FAIL" start="2026-06-14T00:23:57.880989" elapsed="5.741680"/>
</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-06-14T00:23:58.047009" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.248332" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.650631" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.675765" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:58.877143" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.279511" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.295006" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.496344" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.898610" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:23:59.914300" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.115683" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.518254" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', 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-06-14T00:24:00.535759" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:00.737064" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.139140" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.153642" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.354933" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.756920" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.772005" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:01.973367" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.375752" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.391690" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.592903" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:02.995057" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /jolokia</msg>
<msg time="2026-06-14T00:24:03.008345" level="WARN">Retrying (RetryAdapter(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-06-14T00:24:03.209445" level="WARN">Retrying (RetryAdapter(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
<msg time="2026-06-14T00:24:03.611541" level="WARN">Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError("HTTPConnection(host='10.30.171.240', port=8181): Failed to establish a new connection: [Errno 111] Connection refused")': /auth/v1/users</msg>
</errors>
</robot>
