Run solum functional tests
Update the gate-solum-devstack-dsvm job to run solum's functional test suite against solum running in devstack. This is done in the post_test_hook, which runs after devstack has run. Change-Id: I34ab8b0613091bab42df319f2697fb1cbcd7f263
This commit is contained in:
parent
3c00ef9070
commit
9138736f60
@ -25,6 +25,12 @@
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
cd /opt/stack/new/solum/functionaltests
|
||||
./run_tests.sh
|
||||
}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
- link-logs
|
||||
|
Loading…
x
Reference in New Issue
Block a user