Fix script file name for Inspector dsvm job
Indeed, "functest" is a weird directory for an integration test, so we're moving it to the devstack plugin directory and also renaming so that it's purpose is more clear. Right now we maintain 2 copies of this script, one in "functest" directory will be deleted from tree once this lands. Change-Id: I1c9d73be878f14c6a6616b4a93e8552f33d27522
This commit is contained in:
parent
1508a4c88c
commit
8da519e5c0
@ -107,7 +107,7 @@
|
|||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
source $BASE/new/devstack/openrc admin admin
|
source $BASE/new/devstack/openrc admin admin
|
||||||
cd /opt/stack/new/ironic-inspector
|
cd /opt/stack/new/ironic-inspector
|
||||||
sudo -E -u stack ./functest/devstack-test.sh
|
sudo -E -u stack ./devstack/exercise.sh
|
||||||
}}
|
}}
|
||||||
export -f post_test_hook
|
export -f post_test_hook
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user