From a2de9fa0d7841e753de8fcc1e6c0c018841fc61b Mon Sep 17 00:00:00 2001 From: gvrangan Date: Thu, 27 Apr 2017 22:47:17 +0530 Subject: [PATCH] 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 --- csit/suites/openstack/connectivity/01_l2_tests.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.36.6