X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fnic%2Fcli%2Fconsole.robot;h=bde238f279798bda90a6275f8eed9cc5e967f486;hb=dd942881d4014c5e5b68cad168f11d610fc9ae39;hp=03e732d873350d8e5df44297f7d1d6919bcd4d4b;hpb=101e3379f992090c43acfdd14a762088327eda9a;p=integration%2Ftest.git diff --git a/csit/suites/nic/cli/console.robot b/csit/suites/nic/cli/console.robot index 03e732d873..bde238f279 100644 --- a/csit/suites/nic/cli/console.robot +++ b/csit/suites/nic/cli/console.robot @@ -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