<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.10.6 on linux)" generated="2026-07-24T06:41:48.077736" rpa="false" schemaversion="5">
<suite id="s1" name="plans/integration-simulators-nf-simulator-netconf-server/testsuites" source="/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/integration/nfsimulator/netconf-server">
<suite id="s1-s1" name="Netconf-Server-Rest-Test" source="/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/integration/nfsimulator/netconf-server/netconf-server-rest-test.robot">
<test id="s1-s1-t1" name="Netconf Server Healthy Check" line="10">
<kw name="Verify That Server Is Healthy" owner="netconf-server-keywords">
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-07-24T06:41:48.268428" level="FAIL">Variable '${NETCONF_SERVER_URL}' not found.</msg>
<arg>netconf_server_session</arg>
<arg>${NETCONF_SERVER_URL}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="FAIL" start="2026-07-24T06:41:48.267640" elapsed="0.000849">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<var>${resp}</var>
<arg>netconf_server_session</arg>
<arg>/healthcheck</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.268662" elapsed="0.000029"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${resp.status_code}</arg>
<arg>200</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.268826" elapsed="0.000025"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>UP</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.269000" elapsed="0.000028"/>
</kw>
<doc>Verify that server is healthy</doc>
<status status="FAIL" start="2026-07-24T06:41:48.266546" elapsed="0.002612">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<doc>Server Should be healthy</doc>
<tag>Netconf-Server</tag>
<status status="FAIL" start="2026-07-24T06:41:48.265516" elapsed="0.003823">Variable '${NETCONF_SERVER_URL}' not found.</status>
</test>
<test id="s1-s1-t2" name="Netconf Server Readiness Check" line="15">
<kw name="Verify That Server Is Ready" owner="netconf-server-keywords">
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-07-24T06:41:48.271416" level="FAIL">Variable '${NETCONF_SERVER_URL}' not found.</msg>
<arg>netconf_server_session</arg>
<arg>${NETCONF_SERVER_URL}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="FAIL" start="2026-07-24T06:41:48.270672" elapsed="0.000803">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<kw name="GET On Session" owner="RequestsLibrary">
<var>${resp}</var>
<arg>netconf_server_session</arg>
<arg>/readiness</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.271670" elapsed="0.000036"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${resp.status_code}</arg>
<arg>200</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.271866" elapsed="0.000028"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>Ready</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.272031" elapsed="0.000025"/>
</kw>
<doc>Verify that server is ready</doc>
<status status="FAIL" start="2026-07-24T06:41:48.270276" elapsed="0.001886">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<doc>Server Should be ready</doc>
<tag>Netconf-Server</tag>
<status status="FAIL" start="2026-07-24T06:41:48.269664" elapsed="0.002654">Variable '${NETCONF_SERVER_URL}' not found.</status>
</test>
<test id="s1-s1-t3" name="Netconf Module Configuration Update" line="20">
<kw name="Update NetConf Module Configuration" owner="netconf-server-keywords">
<kw name="Get Data From File" owner="common">
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-07-24T06:41:48.274588" level="INFO" html="true">Getting file '&lt;a href="file:///w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/integration/nfsimulator/netconf-server/assets/pnf-simulator-data.xml"&gt;/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/integration/nfsimulator/netconf-server/assets/pnf-simulator-data.xml&lt;/a&gt;'.</msg>
<msg time="2026-07-24T06:41:48.274797" level="INFO">${data} = &lt;config xmlns="http://onap.org/pnf-simulator"&gt;
  &lt;itemValue1&gt;42&lt;/itemValue1&gt;
  &lt;itemValue2&gt;35&lt;/itemValue2&gt;
&lt;/config&gt;
</msg>
<var>${data}</var>
<arg>${file}</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="PASS" start="2026-07-24T06:41:48.274332" elapsed="0.000503"/>
</kw>
<return>
<value>${data}</value>
<status status="PASS" start="2026-07-24T06:41:48.274904" elapsed="0.000051"/>
</return>
<msg time="2026-07-24T06:41:48.275289" level="INFO">${data} = &lt;config xmlns="http://onap.org/pnf-simulator"&gt;
  &lt;itemValue1&gt;42&lt;/itemValue1&gt;
  &lt;itemValue2&gt;35&lt;/itemValue2&gt;
&lt;/config&gt;
</msg>
<var>${data}</var>
<arg>${path_to_data}</arg>
<status status="PASS" start="2026-07-24T06:41:48.273830" elapsed="0.001515"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-07-24T06:41:48.276476" level="FAIL">Variable '${NETCONF_SERVER_URL}' not found.</msg>
<arg>netconf_server_session</arg>
<arg>${NETCONF_SERVER_URL}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="FAIL" start="2026-07-24T06:41:48.275551" elapsed="0.000987">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<kw name="POST On Session" owner="RequestsLibrary">
<var>${resp}</var>
<arg>netconf_server_session</arg>
<arg>/change_config/${module}</arg>
<arg>data=${data}</arg>
<doc>Sends a POST request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.276741" elapsed="0.000034"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${resp.status_code}</arg>
<arg>${resp_code}</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.276933" elapsed="0.000027"/>
</kw>
<arg>pnf-simulator</arg>
<arg>${PNF_SIMULATOR_DATA_XML}</arg>
<arg>202</arg>
<doc>Update module configuration</doc>
<status status="FAIL" start="2026-07-24T06:41:48.273239" elapsed="0.003838">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>20s</arg>
<arg>Wait for message distribution in Kafka</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.277252" elapsed="0.000037"/>
</kw>
<kw name="Verify That Change Is Available In NetConf Module Change Configuration History" owner="netconf-server-keywords">
<arg>200</arg>
<doc>Verify that configuration was distributed to Kafka</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.277525" elapsed="0.000044"/>
</kw>
<doc>Update Should Be Distributed</doc>
<tag>Netconf-Server</tag>
<status status="FAIL" start="2026-07-24T06:41:48.272629" elapsed="0.005133">Variable '${NETCONF_SERVER_URL}' not found.</status>
</test>
<test id="s1-s1-t4" name="Netconf Module Configuration History Get" line="27">
<kw name="Update NetConf Module Configuration" owner="netconf-server-keywords">
<kw name="Get Data From File" owner="common">
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-07-24T06:41:48.280106" level="INFO" html="true">Getting file '&lt;a href="file:///w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/integration/nfsimulator/netconf-server/assets/pnf-simulator-data.xml"&gt;/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/integration/nfsimulator/netconf-server/assets/pnf-simulator-data.xml&lt;/a&gt;'.</msg>
<msg time="2026-07-24T06:41:48.280360" level="INFO">${data} = &lt;config xmlns="http://onap.org/pnf-simulator"&gt;
  &lt;itemValue1&gt;42&lt;/itemValue1&gt;
  &lt;itemValue2&gt;35&lt;/itemValue2&gt;
&lt;/config&gt;
</msg>
<var>${data}</var>
<arg>${file}</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="PASS" start="2026-07-24T06:41:48.279887" elapsed="0.000515"/>
</kw>
<return>
<value>${data}</value>
<status status="PASS" start="2026-07-24T06:41:48.280470" elapsed="0.000040"/>
</return>
<msg time="2026-07-24T06:41:48.280675" level="INFO">${data} = &lt;config xmlns="http://onap.org/pnf-simulator"&gt;
  &lt;itemValue1&gt;42&lt;/itemValue1&gt;
  &lt;itemValue2&gt;35&lt;/itemValue2&gt;
&lt;/config&gt;
</msg>
<var>${data}</var>
<arg>${path_to_data}</arg>
<status status="PASS" start="2026-07-24T06:41:48.279450" elapsed="0.001263"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-07-24T06:41:48.281595" level="FAIL">Variable '${NETCONF_SERVER_URL}' not found.</msg>
<arg>netconf_server_session</arg>
<arg>${NETCONF_SERVER_URL}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="FAIL" start="2026-07-24T06:41:48.280855" elapsed="0.000788">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<kw name="POST On Session" owner="RequestsLibrary">
<var>${resp}</var>
<arg>netconf_server_session</arg>
<arg>/change_config/${module}</arg>
<arg>data=${data}</arg>
<doc>Sends a POST request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.281800" elapsed="0.000029"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${resp.status_code}</arg>
<arg>${resp_code}</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.281975" elapsed="0.000027"/>
</kw>
<arg>pnf-simulator</arg>
<arg>${PNF_SIMULATOR_DATA_XML}</arg>
<arg>202</arg>
<doc>Update module configuration</doc>
<status status="FAIL" start="2026-07-24T06:41:48.278858" elapsed="0.003251">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<kw name="Verify That Configuration History Is Available" owner="netconf-server-keywords">
<arg>200</arg>
<doc>Verify that configuration is available</doc>
<status status="NOT RUN" start="2026-07-24T06:41:48.282446" elapsed="0.000038"/>
</kw>
<doc>Configuration History should be returned</doc>
<tag>Netconf-Server</tag>
<status status="FAIL" start="2026-07-24T06:41:48.278115" elapsed="0.004532">Variable '${NETCONF_SERVER_URL}' not found.</status>
</test>
<doc>Run healthcheck</doc>
<status status="FAIL" start="2026-07-24T06:41:48.118945" elapsed="0.164251"/>
</suite>
<doc>Integration - Netconf Server</doc>
<status status="FAIL" start="2026-07-24T06:41:48.079290" elapsed="0.204892"/>
</suite>
<statistics>
<total>
<stat pass="0" fail="4" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="0" fail="4" skip="0">Netconf-Server</stat>
</tag>
<suite>
<stat name="plans/integration-simulators-nf-simulator-netconf-server/testsuites" id="s1" pass="0" fail="4" skip="0">plans/integration-simulators-nf-simulator-netconf-server/testsuites</stat>
<stat name="Netconf-Server-Rest-Test" id="s1-s1" pass="0" fail="4" skip="0">plans/integration-simulators-nf-simulator-netconf-server/testsuites.Netconf-Server-Rest-Test</stat>
</suite>
</statistics>
<errors>
<msg time="2026-07-24T06:41:48.247575" level="WARN">Error in file '/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/common.robot' on line 11: The '[Return]' setting is deprecated. Use the 'RETURN' statement instead.</msg>
<msg time="2026-07-24T06:41:48.247880" level="WARN">Error in file '/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/common.robot' on line 17: The '[Return]' setting is deprecated. Use the 'RETURN' statement instead.</msg>
<msg time="2026-07-24T06:41:48.248062" level="WARN">Error in file '/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/common.robot' on line 24: The '[Return]' setting is deprecated. Use the 'RETURN' statement instead.</msg>
<msg time="2026-07-24T06:41:48.248319" level="WARN">Error in file '/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/common.robot' on line 29: The '[Return]' setting is deprecated. Use the 'RETURN' statement instead.</msg>
<msg time="2026-07-24T06:41:48.264441" level="ERROR">Error in file '/w/workspace/integration-simulators-nf-simulator-netconf-server-master-csit-testsuites/tests/integration/nfsimulator/netconf-server/resources/netconf-server-properties.robot' on line 3: Setting variable '${NETCONF_SERVER_URL}' failed: Environment variable '%{NETCONF_SERVER_IP}' not found.</msg>
</errors>
</robot>
