10 lines
194 B
Bash
Executable File
10 lines
194 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
TOP=$(cd $(dirname "$0")/.. && pwd)
|
|
|
|
# Import common functions
|
|
source $TOP/functions
|
|
source $TOP/tests/unittest.sh
|
|
|
|
python ./roles/write-devstack-local-conf/library/test.py
|