Fix stable/liberty gate

Stable is in a state of disarry that is being fixed.

TrivialFix

Change-Id: I11024a1dc2a8e08eb6551999253bf317e4a07f94
This commit is contained in:
SamYaple 2016-03-16 00:59:01 +00:00
parent b87a63f1ba
commit 88927b030d
6 changed files with 5 additions and 5 deletions

View File

@ -80,7 +80,7 @@ function setup_ansible {
function setup_node {
detect_disk
ansible-playbook -i ${RAW_INVENTORY} -edocker_dev=${DEV} tests/setup_nodes.yml
ansible-playbook -i ${RAW_INVENTORY} -edocker_dev=${DEV} tools/setup_nodes.yml
}
function setup_logging {

View File

@ -44,7 +44,7 @@ commands =
[testenv:setupenv]
whitelist_externals = bash
commands = bash -c tests/setup_gate.sh
commands = bash -c tools/setup_gate.sh
[testenv:build-centos-binary]
whitelist_externals = find
@ -81,7 +81,7 @@ commands =
find . -type f -name "*.pyc" -delete
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
sudo -g docker testr run test_build.DeployTestCentosBinary
sudo tests/deploy_aio.sh centos binary
sudo tools/deploy_aio.sh centos binary
[testenv:deploy-centos-source]
whitelist_externals = find
@ -91,7 +91,7 @@ commands =
find . -type f -name "*.pyc" -delete
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
sudo -g docker testr run test_build.DeployTestCentosSource
sudo tests/deploy_aio.sh centos source
sudo tools/deploy_aio.sh centos source
[testenv:deploy-ubuntu-source]
whitelist_externals = find
@ -101,7 +101,7 @@ commands =
find . -type f -name "*.pyc" -delete
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
sudo -g docker testr run test_build.DeployTestUbuntuSource
sudo tests/deploy_aio.sh ubuntu source
sudo tools/deploy_aio.sh ubuntu source
[testenv:deploy-multinode-ubuntu-source]
whitelist_externals = find