From: gvrangan Date: Thu, 27 Apr 2017 17:17:17 +0000 (+0530) Subject: Fix for Test Failure in VTN Openstack Integration X-Git-Tag: release/carbon~116 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a2de9fa0d7841e753de8fcc1e6c0c018841fc61b;p=integration%2Ftest.git Fix for Test Failure in VTN Openstack Integration 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 --- diff --git a/csit/suites/openstack/connectivity/01_l2_tests.robot b/csit/suites/openstack/connectivity/01_l2_tests.robot index d28929665d..ed6fcfd32c 100644 --- a/csit/suites/openstack/connectivity/01_l2_tests.robot +++ b/csit/suites/openstack/connectivity/01_l2_tests.robot @@ -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