6f27fca4a7
Change-Id: I81302e8988fe6498fea9f08ed66f5d0cc1fce161
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
|