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:
Janet Yu 2015-11-16 10:45:49 -08:00 committed by Akash Gangil
parent fed74dfcb6
commit 6fb185cedc
1 changed files with 5 additions and 1 deletions

View File

@ -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.*)"