Fix neutron api job

The initial commit of the api job contained an error in the tox
invocation command.

Change-Id: Ifef11878b16af60a742d1ecbc2413c680a88f722
This commit is contained in:
Maru Newby 2014-03-27 10:03:12 -07:00
parent d48edc42fc
commit 8355b61317

View File

@ -36,7 +36,7 @@
sudo -H -u tempest tox -e api --notest
sudo -H -u tempest .tox/api/bin/pip install -e $BASE/new/tempest
echo "Running neutron api test suite"
sudo -H -u tempest tempest tox -e api
sudo -H -u tempest tox -e api
}}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh