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((?