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
9 lines
238 B
Bash
Executable File
9 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Install Congress devstack integration
|
|
source ./pre_test_hook_common.sh
|
|
CONGRESS_BASE=/opt/stack/new/congress/contrib/devstack
|
|
cp $CONGRESS_BASE/lib/* $DEVSTACK_BASE/lib
|
|
cp $CONGRESS_BASE/extras.d/* $DEVSTACK_BASE/extras.d
|
|
|