]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Tweak gate hooks scripts to handle both functional and api jobs
authorarmando-migliaccio <armamig@gmail.com>
Wed, 17 Dec 2014 22:33:42 +0000 (14:33 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Tue, 6 Jan 2015 02:32:55 +0000 (18:32 -0800)
commit787fab3053550e5a28c56fa61562cdd96841507e
treed0cf25837ddf6250266a5146e5eb16778f5f4c4c
parentf0c82b837b173e95698657420583a4874e0386d7
Tweak gate hooks scripts to handle both functional and api jobs

With this change both the API and Functional job will benefit
from the use of gate hooks. This is especially useful to make
the API job emit the test results the same way other jobs do.

NOTE: Changes are applied to both contrib directories under
neutron/tests and neutron/tests/functional; these two directories
are supposed to be in sync until change [1] merges, after which
we can drop neutron/tests/functional/contrib, in favor of
neutron/tests/contrib. This was done because of the symlink issue
caused by [2].

[1] https://review.openstack.org/#/c/142603/
[2] https://review.openstack.org/#/c/143152/

Change-Id: I0b823b17d6317e9409fd9b5872c5f4674c1b6824
neutron/tests/contrib/gate_hook.sh
neutron/tests/contrib/post_test_hook.sh
neutron/tests/functional/contrib/gate_hook.sh
neutron/tests/functional/contrib/post_test_hook.sh