From 4f26c117d612acba85dd9e224791c9e27f55eacf Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 6 Sep 2025 12:56:53 +0000 Subject: [PATCH] Remove functional test environments from tox.ini This removes tox evs which are dependent on a tests repo framework, which was deprecated. Change-Id: I14e0c4c62323c6281a5153e89b9fcabab45ceb6f Co-authored-by: Dmitriy Rabotyagov Signed-off-by: Ivan Anfimov --- tox.ini | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/tox.ini b/tox.ini index 6330dcb6..3ca46b4e 100644 --- a/tox.ini +++ b/tox.ini @@ -59,42 +59,3 @@ commands = [testenv:venv] commands = {posargs} - -[testenv:pep8] -commands = - bash -c "{toxinidir}/tests/common/test-pep8.sh" - -[flake8] -ignore = F403 - -[testenv:bashate] -commands = - bash -c "{toxinidir}/tests/common/test-bashate.sh" - -[testenv:ansible-syntax] -commands = - bash -c "{toxinidir}/tests/common/test-ansible-syntax.sh" - -[testenv:ansible-lint] -commands = - bash -c "{toxinidir}/tests/common/test-ansible-lint.sh" - -[testenv:functional] -commands = - bash -c "{toxinidir}/tests/common/test-ansible-functional.sh" - -[testenv:distro_install] -setenv = - {[testenv]setenv} - ANSIBLE_PARAMETERS=-e @{toxinidir}/tests/common/test-distro_install-vars.yml -commands = - bash -c "{toxinidir}/tests/common/test-ansible-functional.sh" - -[testenv:linters] -commands = - bash -c "{toxinidir}/tests/common/test-ansible-env-prep.sh" - {[testenv:pep8]commands} - {[testenv:bashate]commands} - {[testenv:ansible-lint]commands} - {[testenv:ansible-syntax]commands} - doc8 doc