Fix for Test Failure in VTN Openstack Integration 89/56189/3
authorgvrangan <venkatrangang@hcl.com>
Thu, 27 Apr 2017 17:17:17 +0000 (22:47 +0530)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 2 May 2017 16:54:27 +0000 (16:54 +0000)
The test for verifying flow entry is not intended for VTN.
This patch validates the feature tested and skips the test case of VTN
is installed.

Change-Id: Ic389c9e4ec63e24466ea51628f65d9ef23855251
Signed-off-by: gvrangan <venkatrangang@hcl.com>
csit/suites/openstack/connectivity/01_l2_tests.robot

index d28929665d60d32503c58471be586d7466665c41..ed6fcfd32cf38df97bde29c9f81931708b423ab9 100644 (file)
@@ -177,4 +177,5 @@ Delete Networks
 
 Verify Flows Cleanup
     [Documentation]    Verify that flows have been cleaned up properly after removing all neutron configurations
-    Verify Flows Are Cleaned Up On All OpenStack Nodes
+    ${feature_check_status}=    Run Keyword And Return Status    Verify Feature Is Installed    odl-vtn-manager-neutron
+    Run Keyword If    '${feature_check_status}' != 'True'    Verify Flows Are Cleaned Up On All OpenStack Nodes