Tidied updated tests.
[integration/test.git] / csit / suites / unimgr / uni_operations / 020_unimanager_cli.robot
index 00ef6167609b8fad09b5ffce5e6a8c25a6d10fe8..fa823b2cefda214ad2adb2cc2165fd08a853956f 100644 (file)
@@ -14,11 +14,11 @@ Resource          ../../../libraries/KarafKeywords.robot
 Resource          ../../../libraries/UnimgrKeywords.robot
 
 *** Variables ***
-${DEFAULT_LINUX_PROMPT}
+${DEFAULT_LINUX_PROMPT}    ${EMPTY}
 ${Mininet1_IP}    ${TOOLS_SYSTEM_IP}
 ${Mininet2_IP}    ${TOOLS_SYSTEM_2_IP}
-${UNI1_MAC}    68:5b:35:bb:f8:3e
-${UNI2_MAC}    52:7b:25:cb:a7:3c
+${UNI1_MAC}       68:5b:35:bb:f8:3e
+${UNI2_MAC}       52:7b:25:cb:a7:3c
 
 *** Test Cases ***
 Create source and destination UNIs at the OVS instances using Restconf API
@@ -57,4 +57,4 @@ Delete UNIs source and destination
     Check For Elements On Karaf Command Output Message    uni-remove ${Mininet2_IP}    ${elements}
     ${elements}    Create List    No uni found
     Wait Until Keyword Succeeds    16s    2s    Check For Elements On Karaf Command Output Message    uni-show ${Mininet1_IP}    ${elements}
-    Wait Until Keyword Succeeds    16s    2s    Check For Elements On Karaf Command Output Message    uni-show ${Mininet2_IP}    ${elements}
\ No newline at end of file
+    Wait Until Keyword Succeeds    16s    2s    Check For Elements On Karaf Command Output Message    uni-show ${Mininet2_IP}    ${elements}