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
11 lines
304 B
Bash
Executable File
11 lines
304 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This script is executed inside pre_test_hook function in desvstack gate.
|
|
|
|
# Install Murano devstack integration
|
|
source ./pre_test_hook_common.sh
|
|
MURANO_BASE=/opt/stack/new/murano/contrib/devstack
|
|
cp $MURANO_BASE/lib/* $DEVSTACK_BASE/lib
|
|
cp $MURANO_BASE/extras.d/* $DEVSTACK_BASE/extras.d
|
|
|