diff --git a/tox.ini b/tox.ini index d7c1788f04..5520dd83d0 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,6 @@ commands = whitelist_externals = bash commands = bash -c tests/setup_gate.sh -# deprecated [testenv:images-centos-binary] whitelist_externals = find bash @@ -42,7 +41,6 @@ commands = bash -c "if [ ! -d .testrepository ]; then testr init; fi" sudo -g docker testr run test_build.BuildTestCentosBinary -# deprecated [testenv:images-centos-source] whitelist_externals = find bash @@ -61,59 +59,6 @@ commands = bash -c "if [ ! -d .testrepository ]; then testr init; fi" sudo -g docker testr run test_build.BuildTestUbuntuSource -[testenv:images-centos-binary-docker] -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.BuildTestCentosBinaryDocker - -[testenv:images-centos-source-docker] -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.BuildTestCentosSourceDocker - -[testenv:images-centos-binary-template] -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.BuildTestCentosBinaryTemplate - -[testenv:images-centos-source-template] -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.BuildTestCentosSourceTemplate - -[testenv:images-ubuntu-source-template] -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.BuildTestUbuntuSourceTemplate - -[testenv:startenv] -whitelist_externals = bash -commands = - bash -c tools/genenv - sudo tools/kolla-compose start -# this can be improved after https://review.openstack.org/#/c/180729/ -# tools/test-deploy - [testenv:functional] whitelist_externals = find bash