unit test jobs staretd to run on ubuntu-focal now
and failing for using 'python' command.
Change-Id: Ie002faf4c96ac7f207207a481c057b8df0289e6c
(cherry picked from commit 12484c4c9f)
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
|