From 6c1b4ae8b41083345391b65e71cc59675499c00e Mon Sep 17 00:00:00 2001 From: gvrangan Date: Fri, 4 Nov 2016 17:53:08 +0000 Subject: [PATCH] Fix arguments to tempest tests the l3-ha is not supported by networking-odl, so adding an exclusion to avoid that test.This way the netvirt jobs wil be successful. Change-Id: I82f9bd9daa562df3da947468453171f9427ea8b3 Signed-off-by: gvrangan Signed-off-by: Jamo Luhrsen --- csit/suites/openstack/tempest/tempest.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/openstack/tempest/tempest.robot b/csit/suites/openstack/tempest/tempest.robot index 60c005b023..60667e703f 100644 --- a/csit/suites/openstack/tempest/tempest.robot +++ b/csit/suites/openstack/tempest/tempest.robot @@ -11,7 +11,7 @@ Resource ../../../libraries/SetupUtils.robot Variables ../../../variables/Variables.py *** Variables *** -${exclusion_regex} 'metering|test_l3_agent_scheduler.L3AgentSchedulerTestJSON|test_extensions.ExtensionsTestJSON.test_list_show_extensions' +${exclusion_regex} 'metering|test_l3_agent_scheduler.L3AgentSchedulerTestJSON|test_extensions.ExtensionsTestJSON.test_list_show_extensions|test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr' ${tempest_config_file} ./tempest.conf *** Test Cases *** -- 2.36.6