Fix periodic-tempest-devstack-vm-stress job

The job was not actually running the stress tests, it would exit after
the devstack exercises because the DEVSTACK_GATE_TEMPEST variable was
not set. This variable is required to run any tempest tox job. This
commit corrects the behavior by setting DEVSTACK_GATE_TEMPEST to 1.

Change-Id: Ica2100a43b86cb4b11d090b39d9f98e4e8bbc224
Reviewed-on: https://review.openstack.org/37099
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Matthew Treinish 2013-07-15 13:13:29 -04:00 committed by Jenkins
parent 6a0d55495e
commit 368e7331cf

View File

@ -535,6 +535,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_STRESS=1
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh