From 1b33cae7d8cb3490460d4a9fcd857f2e20fdab7f Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Sun, 21 May 2017 11:54:02 +0300 Subject: [PATCH] Skip DHCP options tests in v3 tempest Change-Id: Ia8d7d0d5c827ff1619983837c8525a704616d02c --- devstack/nsx_v3/devstackgaterc | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/nsx_v3/devstackgaterc b/devstack/nsx_v3/devstackgaterc index 04c7b0ee45..c98866bc70 100644 --- a/devstack/nsx_v3/devstackgaterc +++ b/devstack/nsx_v3/devstackgaterc @@ -31,6 +31,7 @@ r="$r|(?:tempest\.api\.network\.admin\.test_agent_management\.AgentManagementTes r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_create_update_port_with_second_ip.*)" r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_update_port_with_security_group_and_extra_attributes.*)" r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_update_port_with_two_security_groups_and_extra_attributes.*)" +r="$r|(?:tempest\.api\.network\.test_extra_dhcp_options\.ExtraDHCPOptionsTestJSON\.test_.*_with_extra_dhcp_options.*)" # End list of exclusions. r="$r)"