]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move full-stack logs post-tests
authorJohn Schwarz <jschwarz@redhat.com>
Thu, 7 May 2015 06:02:59 +0000 (09:02 +0300)
committerJohn Schwarz <jschwarz@redhat.com>
Thu, 28 May 2015 09:58:40 +0000 (12:58 +0300)
commit2fcbbf3031fe1d326ddb2b9bb1b06e0e39422022
tree8b93a9872e183b38bb277e15086ded98d3d7189d
parent0b738482b696293581c9b4eb1048338be9aee51f
Move full-stack logs post-tests

Currently, it's up to the developer who wants to run full-stack on his
machine to make the directory in question (/opt/stack/logs). However,
this also means that the files don't get compressed at the end of a gate
run. Now, each full-stack test will have each own log directory in /tmp.
Once the logs are there, post_test_hook.sh can run 'gzip' on all the log
files before moving them to /opt/stack/logs on its own.

Change-Id: I5c04d0af0b9858722ae0c4baf0ee478ffb078e02
TESTING.rst
neutron/tests/contrib/post_test_hook.sh
neutron/tests/fullstack/base.py
neutron/tests/fullstack/fullstack_fixtures.py
neutron/tests/fullstack/test_l3_agent.py