From f95ff25a7f3534d2ccbb5cec9e6f0d8b64ee0a8c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 16 Sep 2016 09:18:20 +0100 Subject: [PATCH] Use common log commands for calico tox config Change-Id: Ia2981637605777f5144e52ca886df0dbaee5751d --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]