49579168e9
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
5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./run_tests_common.sh
|
|
|
|
nosetests -sv ../murano/tests/functional/engine/test_policy_enf.py ../murano/tests/functional/engine/test_mistral.py |