murano/functionaltests/pre_test_hook_mistral.sh
Filip Blaha 49579168e9 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
2015-02-26 14:50:15 +01:00

8 lines
232 B
Bash
Executable File

#!/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