f0736406f5
unit test jobs staretd to run on ubuntu-focal now and failing for using 'python' command. Change-Id: Ie002faf4c96ac7f207207a481c057b8df0289e6c
10 lines
200 B
Bash
Executable File
10 lines
200 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} $TOP/roles/write-devstack-local-conf/library/test.py
|