summaryrefslogtreecommitdiffstats
path: root/config/utils/check-jinja2.sh
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-01-24 16:36:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-24 16:36:42 +0000
commitc80d5dc39aba382011ddc861bdf6d88b92678688 (patch)
treec892646aa31418965f5b63503ee573e53d68a759 /config/utils/check-jinja2.sh
parentc1fab72890ba215217d706401ba13328a8e179cd (diff)
parent07a7a7bfa04827c34b115a5adf98037de439d5da (diff)
Merge "[IDF] Add IDF schema validation based on version"
Diffstat (limited to 'config/utils/check-jinja2.sh')
-rwxr-xr-xconfig/utils/check-jinja2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/utils/check-jinja2.sh b/config/utils/check-jinja2.sh
index 59a6506b..b7fa5912 100755
--- a/config/utils/check-jinja2.sh
+++ b/config/utils/check-jinja2.sh
@@ -19,7 +19,7 @@ FILTER_LAB=${1:-*} # e.g. 'zte' (glob)
FILTER_POD=${2:-(pod|virtual)[[:digit:]]+} # e.g. 'pod1' (regex)
FILTER_IA=${3:-*} # e.g. 'fuel' (glob)
-GEN_CFG='./config/utils/generate_config.py'
+GEN_CFG='python ./config/utils/generate_config.py'
INSTALLER_ADAPTERS="./config/installers/${FILTER_IA}"
TMPF='/tmp/out.yml' # should be outside Jenkins WS to prevent data leakage
RC=0