Merge "NSXv3: Exclude tempest tests expected to fail"

This commit is contained in:
Jenkins 2015-11-22 13:47:23 +00:00 committed by Gerrit Code Review
commit bbd2e2825f

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