X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fnic%2Fvtn_renderer%2Fvtn_renderer_nic_cli_test.robot;h=f70b96b3769a59906f775966e88633cdc502159d;hb=7d2063bdec07fd06d64e56f7924b5583200b8305;hp=2e0e352d3e7ec1c6b340806235f6ad780ac18a4d;hpb=9d3e22f23b5b9fc62ba30cba1520cbce7ac2905a;p=integration%2Ftest.git diff --git a/csit/suites/nic/vtn_renderer/vtn_renderer_nic_cli_test.robot b/csit/suites/nic/vtn_renderer/vtn_renderer_nic_cli_test.robot index 2e0e352d3e..f70b96b376 100644 --- a/csit/suites/nic/vtn_renderer/vtn_renderer_nic_cli_test.robot +++ b/csit/suites/nic/vtn_renderer/vtn_renderer_nic_cli_test.robot @@ -45,14 +45,14 @@ Verify VTN Renderer Command Add and Remove in CLI : FOR ${intent_id} IN @{all_intents_ids} \ Remove Intent From Karaf Console ${intent_id} -Verify Invalid VTN Renderer Command Add and Remove in CLI +Verify Invalid VTN Renderer Command Add in CLI [Documentation] Invalid IP address for intent creation It first creates the intents ... and stores the intent ids, but flow condition and flowfilter was not created. [Tags] NIC : FOR ${intent} IN @{all_invalid_Intent} \ ${id}= Add Intent From Karaf Console @{intent} - \ ${output}= Issue Command On Karaf Console log:display | grep "Invalid Address" - \ Should Contain ${output} Invalid Address + \ ${output}= Issue Command On Karaf Console log:display | grep "Invalid address is specified in Intent configuration" + \ Should Contain ${output} Invalid address is specified in Intent configuration *** Keywords *** Verify VTNBundle