From 22d9f34d91de98084f18660d07c60ecb03d55a10 Mon Sep 17 00:00:00 2001 From: Akash Gangil Date: Thu, 28 Jan 2016 05:19:55 -0800 Subject: [PATCH] Run selected api network tests Since we have the edge in place now, run all the relevant tests in the tempest suite. Change-Id: Ibcb0e870e24e20a064e4997ff1f67d12fb7f2efe --- devstack/nsx_v3/devstackgaterc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/devstack/nsx_v3/devstackgaterc b/devstack/nsx_v3/devstackgaterc index 441f256fcb..45e8c8f850 100644 --- a/devstack/nsx_v3/devstackgaterc +++ b/devstack/nsx_v3/devstackgaterc @@ -18,17 +18,18 @@ # This file is sourced by the NSX-T CI to run selective set of tests # based on the features that are ready to be tested. -# Run the tests matching the regexes below -r="(tempest\.api\.network\.test_extra_dhcp_options.*)" +# Begin list of exclusions. +r="^(?!.*" +r="$r(?:tempest\.api\.network\.test_extensions\.ExtensionsTestJSON.*)" +r="$r|(?:tempest\.api\.network\.test_routers\.DvrRoutersTest.*)" +r="$r|(?:tempest\.api\.network\.test_routers_negative\.DvrRoutersNegativeTest.*)" -# Exclude external networks tests until the CI setup has an edge appliance -r="$r|(tempest\.api\.network\.test_networks" -r="$r((?