NSXv3: Exclude tempest tests expected to fail
Some features are not yet supported by the CI setup or the backend platform. Skip tempest tests for those features. Change-Id: I95bf99a762c110b73e52d16f4bdaa820c3ccba4b
This commit is contained in:
parent
fed74dfcb6
commit
6fb185cedc
@ -20,7 +20,11 @@
|
||||
|
||||
# Run the tests matching the regexes below
|
||||
r="(tempest\.api\.network\.test_extra_dhcp_options.*)"
|
||||
r="$r|(tempest\.api\.network\.test_networks.*)"
|
||||
|
||||
# Exclude external networks tests until the CI setup has an edge appliance
|
||||
r="$r|(tempest\.api\.network\.test_networks"
|
||||
r="$r((?<!test_external_network_visibility).)*$)"
|
||||
|
||||
r="$r|(tempest\.api\.network\.test_networks_negative.*)"
|
||||
r="$r|(tempest\.api\.network\.test_ports.*)"
|
||||
r="$r|(tempest\.api\.network\.test_security_groups.*)"
|
||||
|
Loading…
Reference in New Issue
Block a user