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:
parent
d48edc42fc
commit
8355b61317
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user