Tidied new and updated test suites
[integration/test.git] / csit / suites / nic / cli / console.robot
index 03e732d873350d8e5df44297f7d1d6919bcd4d4b..bde238f279798bda90a6275f8eed9cc5e967f486 100644 (file)
@@ -83,12 +83,11 @@ Add Intent
     [Return]    ${id}
 
 Verify Intent:Add Command is Availible
-    [Documentation]    Verifies that odl-nic-console is up and intent:add command is available to be used. 
-    ...    Should be used with the command "Wait Until Keyword Succeeds" to poll until command is availible. 
+    [Documentation]    Verifies that odl-nic-console is up and intent:add command is available to be used.
+    ...    Should be used with the command "Wait Until Keyword Succeeds" to poll until command is availible.
     ${output}=    Issue Command On Karaf Console    intent:add
     Should Not Contain    ${output}    Command not found
 
-
 Verify Intent Added
     [Arguments]    ${id}    ${intent}
     [Documentation]    This will check if the id exists via intent:list -c, then compares intent details with arguments passed in with Add Intent