<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.10.6 on linux)" generated="2026-06-09T15:33:12.320805" 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-06-09T15:33:12.637923" 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-06-09T15:33:12.637215" elapsed="0.000764">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-06-09T15:33:12.638162" 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-06-09T15:33:12.638349" elapsed="0.000026"/>
</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-06-09T15:33:12.638505" elapsed="0.000025"/>
</kw>
<doc>Verify that server is healthy</doc>
<status status="FAIL" start="2026-06-09T15:33:12.636219" elapsed="0.002447">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<doc>Server Should be healthy</doc>
<tag>Netconf-Server</tag>
<status status="FAIL" start="2026-06-09T15:33:12.635277" elapsed="0.003569">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-06-09T15:33:12.640578" 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-06-09T15:33:12.639913" elapsed="0.000712">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-06-09T15:33:12.640778" elapsed="0.000028"/>
</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-06-09T15:33:12.640938" elapsed="0.000025"/>
</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-06-09T15:33:12.641092" elapsed="0.000024"/>
</kw>
<doc>Verify that server is ready</doc>
<status status="FAIL" start="2026-06-09T15:33:12.639613" elapsed="0.001610">Variable '${NETCONF_SERVER_URL}' not found.</status>
</kw>
<doc>Server Should be ready</doc>
<tag>Netconf-Server</tag>
<status status="FAIL" start="2026-06-09T15:33:12.639091" elapsed="0.002290">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-06-09T15:33:12.643318" 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-06-09T15:33:12.643514" 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-06-09T15:33:12.643075" elapsed="0.000477"/>
</kw>
<return>
<value>${data}</value>
<status status="PASS" start="2026-06-09T15:33:12.643618" elapsed="0.000049"/>
</return>
<msg time="2026-06-09T15:33:12.643836" 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-06-09T15:33:12.642719" elapsed="0.001152"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-09T15:33:12.644717" 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-06-09T15:33:12.644008" elapsed="0.000755">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-06-09T15:33:12.644915" elapsed="0.000027"/>
</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-06-09T15:33:12.645084" elapsed="0.000026"/>
</kw>
<arg>pnf-simulator</arg>
<arg>${PNF_SIMULATOR_DATA_XML}</arg>
<arg>202</arg>
<doc>Update module configuration</doc>
<status status="FAIL" start="2026-06-09T15:33:12.642119" elapsed="0.003096">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-06-09T15:33:12.645360" elapsed="0.000026"/>
</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-06-09T15:33:12.645594" elapsed="0.000030"/>
</kw>
<doc>Update Should Be Distributed</doc>
<tag>Netconf-Server</tag>
<status status="FAIL" start="2026-06-09T15:33:12.641610" elapsed="0.004167">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-06-09T15:33:12.647587" 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-06-09T15:33:12.647781" 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-06-09T15:33:12.647397" elapsed="0.000422"/>
</kw>
<return>
<value>${data}</value>
<status status="PASS" start="2026-06-09T15:33:12.647881" elapsed="0.000034"/>
</return>
<msg time="2026-06-09T15:33:12.648072" 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-06-09T15:33:12.647020" elapsed="0.001087"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-06-09T15:33:12.648944" 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-06-09T15:33:12.648242" elapsed="0.000750">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-06-09T15:33:12.649146" elapsed="0.000030"/>
</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-06-09T15:33:12.649317" elapsed="0.000025"/>
</kw>
<arg>pnf-simulator</arg>
<arg>${PNF_SIMULATOR_DATA_XML}</arg>
<arg>202</arg>
<doc>Update module configuration</doc>
<status status="FAIL" start="2026-06-09T15:33:12.646558" elapsed="0.002888">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-06-09T15:33:12.649670" elapsed="0.000031"/>
</kw>
<doc>Configuration History should be returned</doc>
<tag>Netconf-Server</tag>
<status status="FAIL" start="2026-06-09T15:33:12.646003" elapsed="0.003851">Variable '${NETCONF_SERVER_URL}' not found.</status>
</test>
<doc>Run healthcheck</doc>
<status status="FAIL" start="2026-06-09T15:33:12.361159" elapsed="0.289187"/>
</suite>
<doc>Integration - Netconf Server</doc>
<status status="FAIL" start="2026-06-09T15:33:12.322611" elapsed="0.328521"/>
</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-06-09T15:33:12.619633" 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-06-09T15:33:12.619844" 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-06-09T15:33:12.619983" 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-06-09T15:33:12.620132" 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-06-09T15:33:12.634316" 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>
