1e8113866d
Shell scripts preparing dsvm environment for policy enforcement tests. Tests require devstack with Congress installed. Some original scripts where changed to reuse functionality. Jenkins job https://review.openstack.org/#/c/150401/ Partially Implements blueprint congress-support-in-murano Change-Id: Ib3c26168043f74d4e7ec76f3557f8857cf4304a4
6 lines
139 B
Bash
Executable File
6 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./run_tests_common.sh
|
|
|
|
nosetests -sv ../murano/tests/functional/api/v1 ../murano/tests/functional/cli/simple_read_only
|