7c43943a61
- Remove libs and extras installation in gates. This helps to suppress warnings by devstack scripts. Change-Id: I103639942edd8084a1de9185db720ddaa025d975 Partial-Bug: #1508165
9 lines
212 B
Bash
Executable File
9 lines
212 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
|
|
|