Fix automation
[ric-plt/e2mgr.git] / Automation / Tests / Get-All-Nodes-Real / Get_all_nodes_run_setup_and_get_all.robot
index b9078b4..0277458 100755 (executable)
@@ -17,6 +17,7 @@
 ##############################################################################
 
 *** Settings ***
+Suite Setup  Prepare Enviorment
 Library      Process
 Resource   ../Resource/resource.robot
 Resource   ../Resource/Keywords.robot
@@ -28,6 +29,7 @@ Library     REST      ${url}
 Run x2 setup
     Post Request setup node b x-2
     Integer     response status       200
+    Sleep  2s
     GET      /v1/nodeb/test1
     Integer  response status  200
     String   response body ranName    test1
@@ -38,6 +40,7 @@ Run x2 setup
 Run endc setup
     Post Request setup node b endc-setup
     Integer     response status       200
+    Sleep  2s
     GET      /v1/nodeb/test2
     Integer  response status  200
     String   response body ranName    test2
@@ -47,7 +50,7 @@ Run endc setup
 
 Get all node ids
     GET     v1/nodeb/ids
-    #Output
+    Sleep  2s
     Integer  response status   200
     String   response body 0 inventoryName  test1
     String   response body 0 globalNbId plmnId   02f829
@@ -55,3 +58,11 @@ Get all node ids
     String   response body 1 inventoryName  test2
     String   response body 1 globalNbId plmnId   42f490
     String   response body 1 globalNbId nbId     000004
+
+
+
+
+
+
+
+