From 6fb185cedc9d02fee08a0b8c3420ea79813048b6 Mon Sep 17 00:00:00 2001 From: Janet Yu Date: Mon, 16 Nov 2015 10:45:49 -0800 Subject: [PATCH] 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 --- tempest/nsxv3_tests/devstackgaterc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tempest/nsxv3_tests/devstackgaterc b/tempest/nsxv3_tests/devstackgaterc index 73910137d7..441f256fcb 100644 --- a/tempest/nsxv3_tests/devstackgaterc +++ b/tempest/nsxv3_tests/devstackgaterc @@ -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((?