Add CSIT for Kafka
[integration/csit.git] / tests / integration / nfsimulator / netconf-server / netconf-server-rest-test.robot
index 0d3ebde..fea34b4 100644 (file)
@@ -6,12 +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 Rest API Readiness Check
+Netconf Server Readiness Check
     [Tags]      Netconf-Server
-    [Documentation]   Run readiness
-    Run Readiness 
\ No newline at end of file
+    [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
+
+