diff --git a/tox.ini b/tox.ini index e4841b4d..a433f87e 100644 --- a/tox.ini +++ b/tox.ini @@ -204,6 +204,7 @@ commands = {toxinidir}/tests/test.yml -vvvv {[testenv:func_logs]commands} + [testenv:calico] # NOTE(logan): this target tests neutron with calico install_command = @@ -218,8 +219,7 @@ commands = -e "rolename={toxinidir}" \ -e "install_test_packages=True" \ {toxinidir}/tests/test.yml -vvvv - bash -c 'mkdir -p {toxinidir}/logs' - bash -c 'rsync -av --ignore-errors /var/log/ /openstack/log/ {toxinidir}/logs/ || true' + {[testenv:func_logs]commands} [testenv:linters]