Migrate scenario gate on sahara-scenario repo

For scenario tests created a new repository,
check must be moved
Depends-On: Ibe638f8513f94531cf26640b431e234781906799

Change-Id: I7343be979babe1ae32cfab79639961de24a591a2
This commit is contained in:
Evgeny Sikachev 2016-01-21 18:34:56 +03:00
parent 1722e659e9
commit f60d589b70

View File

@ -289,13 +289,13 @@
fi
function pre_test_hook {{
cd /opt/stack/new/sahara/tools/gate/scenario
cd /opt/stack/new/sahara-scenario/tools/gate/scenario
./pre_test_hook.sh {network} {engine}
}}
export -f pre_test_hook
function post_test_hook {{
cd /opt/stack/new/sahara/tools/gate/scenario
cd /opt/stack/new/sahara-scenario/tools/gate/scenario
./post_test_hook.sh {network} {engine}
}}
export -f post_test_hook