Correct the folder for post_test_hook.sh

The folder for post_test_hook.sh is incorrect in kingbird
jenkin job, it should be in kingbird/tests/tempest but
not kingbird/tempest.

Change-Id: If8b7e5067331a996baac8f05c25d7a804c6504ae
Signed-off-by: joehuang <joehuang@huawei.com>
This commit is contained in:
joehuang 2017-04-18 09:00:23 -04:00
parent b5cb8fa20e
commit 89053b6c8d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
export -f gate_hook
function post_test_hook {{
bash -xe $BASE/new/kingbird/kingbird/tempest/post_test_hook.sh
bash -xe $BASE/new/kingbird/kingbird/tests/tempest/post_test_hook.sh
}}
export -f post_test_hook