diff --git a/tox.ini b/tox.ini index ac790398..1e16f1d3 100644 --- a/tox.ini +++ b/tox.ini @@ -109,20 +109,7 @@ deps = setenv = {[testenv]setenv} # NOTE(mhayden): Disabling chrony since it causes conflicts in CI. - ANSIBLE_PARAMETERS="${ANSIBLE_PARAMETERS} -e security_rhel7_enable_chrony=no" -commands = - {[testenv:tests_clone]commands} - bash -c "{toxinidir}/tests/common/test-ansible-functional.sh" - -# NOTE(mhayden): This should be removed once upstream gating is using the -# func_rhel6 test below. -[testenv:func_rhel7] -deps = - {[testenv:ansible]deps} -setenv = - {[testenv]setenv} - # NOTE(mhayden): Disabling chrony since it causes conflicts in CI. - ANSIBLE_PARAMETERS=-e stig_version=rhel6 --skip-tags V-38462,V-38660 -e security_enable_chrony=no + ANSIBLE_PARAMETERS="-vvv -e security_rhel7_enable_chrony=no" commands = {[testenv:tests_clone]commands} bash -c "{toxinidir}/tests/common/test-ansible-functional.sh" @@ -133,7 +120,7 @@ deps = setenv = {[testenv]setenv} # NOTE(mhayden): Disabling chrony since it causes conflicts in CI. - ANSIBLE_PARAMETERS=-e stig_version=rhel6 --skip-tags V-38462,V-38660 -e security_enable_chrony=no + ANSIBLE_PARAMETERS="-vvv -e stig_version=rhel6 --skip-tags V-38462,V-38660 -e security_enable_chrony=no" commands = {[testenv:tests_clone]commands} bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"