Fix for NIC CSIT in beryllium
[integration/test.git] / csit / suites / nic / vtn_renderer / vtn_renderer_nic_rest_test.robot
index ca5f202d3eae4dbaefd1479ad6429f18f75e1ce2..e5e6bf231dff5cbc5319130752f7c4fd4748fbc2 100644 (file)
@@ -7,7 +7,7 @@ Resource          ../../../libraries/NicKeywords.robot
 *** Test Cases ***
 Add Intent
     [Documentation]    Create a new intent .
-    Add Intent Using RestConf    ${INTENT_ID}    { "intent:intent" : { "intent:id": ${INTENT_ID} , "intent:actions" : [ { "order" : 1, "block" : {} } ],"intent:subjects" : [ { "order":1 , "end-point-group" : {name:"10.0.0.1"} }, { "order":2 , "end-point-group" : {name:"10.0.0.2"}} ] } }
+    Add Intent Using RestConf    ${INTENT_ID}    { "intent:intent" : { "intent:id": ${INTENT_ID} , "intent:actions" : [ { "order" : 1, "block" : {} } ], "intent:subjects" : [ { "order":1 , "end-point-group" : {name:"10.0.0.1"} }, { "order":2 , "end-point-group" : {name:"10.0.0.2"}} ] } }
 
 Verify Intent
     [Documentation]    Verify the Intent created.
@@ -15,7 +15,7 @@ Verify Intent
 
 Update Intent
     [Documentation]    Update the Intent created.
-    Update Intent Using RestConf    ${INTENT_ID}    { "intent:intent" : { "intent:id": ${INTENT_ID} , "intent:actions" : [ { "order" : 2, "allow" : {} } ],"intent:subjects" : [ { "order":1 , "end-point-group" : {name:"10.0.0.1"} }, { "order":2 , "end-point-group" : {name:"10.0.0.2"}} ] } }
+    Update Intent Using RestConf    ${INTENT_ID}    { "intent:intent" : { "intent:id": ${INTENT_ID} , "intent:actions" : [ { "order" : 2, "allow" : {} } ], "intent:subjects" : [ { "order":1 , "end-point-group" : {name:"10.0.0.1"} }, { "order":2 , "end-point-group" : {name:"10.0.0.2"}} ] } }
 
 Verify Ping
     [Documentation]    Ping h1 to h2, to verify no packet loss