Merge "Remove redundant optf CSIT tests"
[integration/csit.git] / tests / integration / nfsimulator / netconf-server / netconf-server-rest-test.robot
index 4805d68..fea34b4 100644 (file)
@@ -6,7 +6,21 @@ Resource          ./resources/netconf-server-keywords.robot
 
 *** Test Cases ***
 
-Netconf Server Rest API Health Check
+Netconf Server Healthy Check
     [Tags]      Netconf-Server
-    [Documentation]   Run healthcheck
-    Run Healthcheck
+    [Documentation]   Server Should be healthy
+    Verify That Server Is Healthy
+
+Netconf Server Readiness Check
+    [Tags]      Netconf-Server
+    [Documentation]   Server Should be ready
+    Verify That Server Is Ready
+
+Netconf Module Configuration Update
+    [Tags]      Netconf-Server
+    [Documentation]   Update Should Be Distributed
+    Update NetConf Module Configuration  pnf-simulator  ${PNF_SIMULATOR_DATA_XML}  202
+    Sleep   20s     Wait for message distribution in Kafka
+    Verify That Change Is Available In NetConf Module Change Configuration History  200
+
+