Bug 5423: Fix for ERROR messages when intents were deleted.
[integration/test.git] / csit / suites / nic / vtn_renderer / vtn_renderer_nic_cli_test.robot
index 58a834280f2df4d11be7c0353754cd7a7668ffb2..f70b96b3769a59906f775966e88633cdc502159d 100644 (file)
@@ -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}