devstackgaterc: Exclude tempest plugins

This is a temporary workaround for neutron tempest plugin issues.

Related-Bug: #1571486
Change-Id: I072c145858793389f162304b1aad90ebc7e9c79b
This commit is contained in:
YAMAMOTO Takashi 2016-04-21 16:41:51 +09:00
parent 7684efb9c3
commit d5933c3a39
1 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,5 @@ r="$r)"
r="$r(tempest\.(api.network\.|scenario.test_network)|neutron_taas\.).*$"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"
# bug 1571486
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=0