Merge "Add new gate for multinode"

This commit is contained in:
Jenkins 2015-11-06 07:52:12 +00:00 committed by Gerrit Code Review
commit 886ebf63fd

View File

@ -95,6 +95,15 @@ commands =
bash tests/setup_deploy.sh
sudo tests/deploy_aio.sh ubuntu source
[testenv:deploy-multinode-images-ubuntu-source]
whitelist_externals = find
bash
sudo
commands =
find . -type f -name "*.pyc" -delete
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
sudo -g docker testr run test_build.BuildTestUbuntuSource
[testenv:functional]
whitelist_externals = find
bash