|
|
|
@ -1,14 +1,18 @@
|
|
|
|
|
[tox]
|
|
|
|
|
minversion = 1.6
|
|
|
|
|
skipsdist = True
|
|
|
|
|
envlist = functional,pep8
|
|
|
|
|
envlist = pep8,py27,py34,pypy
|
|
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
usedevelop=True
|
|
|
|
|
whitelist_externals = find
|
|
|
|
|
install_command = pip install -U {opts} {packages}
|
|
|
|
|
deps = -r{toxinidir}/requirements.txt
|
|
|
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
|
|
|
|
commands =
|
|
|
|
|
find . -type f -name "*.pyc" -delete
|
|
|
|
|
python setup.py test --slowest --testr-args='{posargs}'
|
|
|
|
|
|
|
|
|
|
[testenv:pep8]
|
|
|
|
|
commands =
|
|
|
|
@ -41,67 +45,81 @@ commands = bash -c tests/setup_gate.sh
|
|
|
|
|
whitelist_externals = find
|
|
|
|
|
bash
|
|
|
|
|
sudo
|
|
|
|
|
setenv =
|
|
|
|
|
DOCKER_BUILD_TEST=1
|
|
|
|
|
commands =
|
|
|
|
|
find . -type f -name "*.pyc" -delete
|
|
|
|
|
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
|
|
|
sudo -g docker testr run test_build.BuildTestCentosBinary
|
|
|
|
|
sudo -E -g docker testr run test_build.BuildTestCentosBinary
|
|
|
|
|
|
|
|
|
|
[testenv:build-centos-source]
|
|
|
|
|
whitelist_externals = find
|
|
|
|
|
bash
|
|
|
|
|
sudo
|
|
|
|
|
setenv =
|
|
|
|
|
DOCKER_BUILD_TEST=1
|
|
|
|
|
commands =
|
|
|
|
|
find . -type f -name "*.pyc" -delete
|
|
|
|
|
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
|
|
|
sudo -g docker testr run test_build.BuildTestCentosSource
|
|
|
|
|
sudo -E -g docker testr run test_build.BuildTestCentosSource
|
|
|
|
|
|
|
|
|
|
[testenv:build-ubuntu-source]
|
|
|
|
|
whitelist_externals = find
|
|
|
|
|
bash
|
|
|
|
|
sudo
|
|
|
|
|
setenv =
|
|
|
|
|
DOCKER_BUILD_TEST=1
|
|
|
|
|
commands =
|
|
|
|
|
find . -type f -name "*.pyc" -delete
|
|
|
|
|
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
|
|
|
sudo -g docker testr run test_build.BuildTestUbuntuSource
|
|
|
|
|
sudo -E -g docker testr run test_build.BuildTestUbuntuSource
|
|
|
|
|
|
|
|
|
|
[testenv:deploy-centos-binary]
|
|
|
|
|
whitelist_externals = find
|
|
|
|
|
bash
|
|
|
|
|
sudo
|
|
|
|
|
setenv =
|
|
|
|
|
DOCKER_BUILD_TEST=1
|
|
|
|
|
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 -E -g docker testr run test_build.DeployTestCentosBinary
|
|
|
|
|
sudo tests/deploy_aio.sh centos binary
|
|
|
|
|
|
|
|
|
|
[testenv:deploy-centos-source]
|
|
|
|
|
whitelist_externals = find
|
|
|
|
|
bash
|
|
|
|
|
sudo
|
|
|
|
|
setenv =
|
|
|
|
|
DOCKER_BUILD_TEST=1
|
|
|
|
|
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 -E -g docker testr run test_build.DeployTestCentosSource
|
|
|
|
|
sudo tests/deploy_aio.sh centos source
|
|
|
|
|
|
|
|
|
|
[testenv:deploy-ubuntu-source]
|
|
|
|
|
whitelist_externals = find
|
|
|
|
|
bash
|
|
|
|
|
sudo
|
|
|
|
|
setenv =
|
|
|
|
|
DOCKER_BUILD_TEST=1
|
|
|
|
|
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 -E -g docker testr run test_build.DeployTestUbuntuSource
|
|
|
|
|
sudo tests/deploy_aio.sh ubuntu source
|
|
|
|
|
|
|
|
|
|
[testenv:deploy-multinode-ubuntu-source]
|
|
|
|
|
whitelist_externals = find
|
|
|
|
|
bash
|
|
|
|
|
sudo
|
|
|
|
|
setenv =
|
|
|
|
|
DOCKER_BUILD_TEST=1
|
|
|
|
|
commands =
|
|
|
|
|
find . -type f -name "*.pyc" -delete
|
|
|
|
|
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
|
|
|
|
|
sudo -g docker testr run test_build.BuildTestUbuntuSource
|
|
|
|
|
sudo -E -g docker testr run test_build.BuildTestUbuntuSource
|
|
|
|
|
|
|
|
|
|
[testenv:genconfig]
|
|
|
|
|
whitelist_externals = which
|
|
|
|
|