From 868c56b5115eb2b27d470356c950c611621a5b56 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Tue, 31 Jul 2018 08:14:25 +0300 Subject: [PATCH] NSX|V3: Skip icmp rule tempest test Some NSX versions do not support the ICMP code&type in this test Change-Id: I903cddb319531aea58ca0760bfd6dea727e32710 --- devstack/nsx_v3/devstackgaterc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devstack/nsx_v3/devstackgaterc b/devstack/nsx_v3/devstackgaterc index b3cc7cf4f4..5e6f4c69b2 100644 --- a/devstack/nsx_v3/devstackgaterc +++ b/devstack/nsx_v3/devstackgaterc @@ -33,8 +33,12 @@ r="$r|(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_update_port_with 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.*)" r="$r|(?:tempest\.api\.network\.test_floating_ips\.FloatingIPTestJSON\.test_create_update_floatingip_with_port_multiple_ip_address.*)" + r="$r|(?:tempest\.api\.network\.admin\.test_external_network_extension\.ExternalNetworksTestJSON\.test_update_external_network.*)" +# Some ICMP types are not supported by the NSX backend +r="$r|(?:tempest\.api\.network\.test_security_groups\.SecGroupTest\.test_create_security_group_rule_with_icmp_type_code.*)" + # End list of exclusions. r="$r)"