app-catalog-ui/tools/gate/integration/pre_test_hook.sh

8 lines
145 B
Bash
Executable File

#!/bin/bash
# This script will be executed inside pre_test_hook function in devstack gate
set -ex
DIR=${BASH_SOURCE%/*}
source $DIR/commons $@