10 lines
194 B
Bash
10 lines
194 B
Bash
![]() |
#!/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
|