Mistral integration functional tests - scripts
Shell scripts preparing dsvm environment for mistral integration tests. Tests require devstack with Mistral installed. Jenkins job https://review.openstack.org/#/c/150401/ Partially Implements blueprint murano-mistral-integration Change-Id: I784e63a5f913d5a026b03571bd0dfbf79767fcc2
This commit is contained in:
parent
67d980e5a8
commit
49579168e9
7
functionaltests/pre_test_hook_mistral.sh
Executable file
7
functionaltests/pre_test_hook_mistral.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install Mistral devstack integration
|
||||
source ./pre_test_hook_common.sh
|
||||
MISTRAL_BASE=/opt/stack/new/mistral/contrib/devstack
|
||||
cp $MISTRAL_BASE/lib/* $DEVSTACK_BASE/lib
|
||||
cp $MISTRAL_BASE/extras.d/* $DEVSTACK_BASE/extras.d
|
@ -2,4 +2,4 @@
|
||||
|
||||
source ./run_tests_common.sh
|
||||
|
||||
nosetests -sv ../murano/tests/functional/engine/test_policy_enf.py
|
||||
nosetests -sv ../murano/tests/functional/engine/test_policy_enf.py ../murano/tests/functional/engine/test_mistral.py
|
Loading…
Reference in New Issue
Block a user