Enable DEVSTACK_GATE_TEMPEST_NOTESTS for patrole.

This change is the last needed to correctly execute patrole
tempest jobs. This flag needs to be set to 1, so that no
automatic tempest tests are executed in devstack-vm-gate.sh
because they are instead executed in post_test_hook.sh in
patrole's repo.

Change-Id: Id74a10d91b05090d27a5dedd73de65efbd66ec44
This commit is contained in:
Felipe Monteiro 2017-03-08 09:41:16 -05:00
parent e2475543f1
commit efe7108a6b
1 changed files with 3 additions and 1 deletions

View File

@ -18,9 +18,11 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
# Ensure that tempest set up is executed, but do not automatically
# execute tempest tests; they are executed in post_test_hook.
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=0
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
export ENABLED_SERVICES=tempest