Check service function types are removed
[integration/test.git] / csit / suites / sfc / Full_Deploy / 016__sfc_symmetric_RSP.robot
index 2a74d35df2d82b8e30a6270f6861ea99288921de..99a1809ee780a8f9c87d24a3c26d77459ca395c1 100644 (file)
@@ -72,7 +72,7 @@ Basic Environment Setup
     Add Elements To URI From File    ${SERVICE_NODES_URI}    ${SERVICE_NODES_FILE}
     Add Elements To URI From File    ${SERVICE_FUNCTION_TYPES_URI}    ${SERVICE_FUNCTION_TYPES_FILE}
     Add Elements To URI From File    ${SERVICE_FUNCTIONS_URI}    ${SERVICE_FUNCTIONS_FILE}
-    Wait Until Keyword Succeeds    60s    2s    Check Service Function Types    ${SF_NAMES}
+    Wait Until Keyword Succeeds    60s    2s    Check Service Function Types Added    ${SF_NAMES}
     Add Elements To URI From File    ${SERVICE_CHAINS_URI}    ${SERVICE_CHAINS_FILE}
     Add Elements To URI From File    ${SERVICE_FUNCTION_PATHS_URI}    ${SERVICE_FUNCTION_PATHS_FILE}
 
@@ -83,6 +83,7 @@ End Suite
 Clean Datastore
     [Documentation]    Remove All Elements
     Remove All Elements If Exist    ${SERVICE_FUNCTIONS_URI}
+    Wait Until Keyword Succeeds    60s    2s    Check Service Function Types Removed    ${SF_NAMES}
     Remove All Elements If Exist    ${SERVICE_FORWARDERS_URI}
     Remove All Elements If Exist    ${SERVICE_NODES_URI}
     Remove All Elements If Exist    ${SERVICE_CHAINS_URI}