NSX|V: Skip unsupported tempest tests

Change-Id: Ic821faad07bb4bf3bc2596ddd7e5328e9c70a03f
This commit is contained in:
asarfaty 2020-03-22 09:20:23 +02:00
parent af0861ce2e
commit e11c8b86a3

View File

@ -24,6 +24,8 @@ r="^(?!.*"
r="$r(?:tempest\.api\.network\.test_ports\.PortsTestJSON\.test_create_update_port_with_second_ip.*)"
r="$r|(?:tempest\.api\.network\.test_floating_ips\.FloatingIPTestJSON\.test_create_update_floatingip_with_port_multiple_ip_address.*)"
r="$r|(?:tempest\.api\.network\.test_routers\.RoutersTest\.test_update_delete_extra_route.*)"
# Skip allowed address pairs tests as ip collision with address pairs is not supported
r="$r|(?:tempest\.api\.network\.test_allowed_address_pair\.AllowedAddressPairTestJSON.*)"
# End list of exclusions.
r="$r)"