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=58a834280f2df4d11be7c0353754cd7a7668ffb2;hpb=59e81c38620fa1b61e15771191e35771450b9499;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 58a834280f..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,24 +45,23 @@ 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 - ${output}= Issue Command On Karaf Console bundle:list |grep vtn-renderer + ${output}= Issue Command On Karaf Console bundle:list | grep vtn-renderer Should Contain ${output} Active Setup NIC Console Environment - [Documentation] Installing NIC Console related features (odl-nic-core, odl-nic-console) - Verify Feature Is Installed odl-nic-core - Verify Feature Is Installed odl-nic-console + [Documentation] Installing NIC Console related features (odl-nic-core-mdsal, odl-nic-renderer-vtn) + Verify Feature Is Installed odl-nic-core-mdsal Verify Feature Is Installed odl-nic-renderer-vtn Clean Mininet System Start Mininet Linear ${switches}