From 1cc09995d007e31bc480d9aa93597282971543a5 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 5 Nov 2018 14:29:42 -0500 Subject: [PATCH 1/1] Add Jinja2 in venv for lava2-submit.py Signed-off-by: Jonathan Rajotte --- scripts/system-tests/run-baremetal-benchmarks.sh | 2 +- scripts/system-tests/run-baremetal-tests.sh | 2 +- scripts/system-tests/run-kvm-fuzzing-tests.sh | 2 +- scripts/system-tests/run-kvm-tests.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/system-tests/run-baremetal-benchmarks.sh b/scripts/system-tests/run-baremetal-benchmarks.sh index 5f656af..402ca49 100644 --- a/scripts/system-tests/run-baremetal-benchmarks.sh +++ b/scripts/system-tests/run-baremetal-benchmarks.sh @@ -22,7 +22,7 @@ virtualenv -p python3 "$venv" set +eu source "${venv}/bin/activate" set -eu -pip install pyyaml +pip install pyyaml Jinja2 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ -t baremetal-benchmarks \ diff --git a/scripts/system-tests/run-baremetal-tests.sh b/scripts/system-tests/run-baremetal-tests.sh index a5323e4..b4557b6 100644 --- a/scripts/system-tests/run-baremetal-tests.sh +++ b/scripts/system-tests/run-baremetal-tests.sh @@ -23,7 +23,7 @@ virtualenv -p python3 "$venv" set +eu source "${venv}/bin/activate" set -eu -pip install pyyaml +pip install pyyaml Jinja2 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ -t baremetal-tests \ diff --git a/scripts/system-tests/run-kvm-fuzzing-tests.sh b/scripts/system-tests/run-kvm-fuzzing-tests.sh index a9e1aed..66467f6 100644 --- a/scripts/system-tests/run-kvm-fuzzing-tests.sh +++ b/scripts/system-tests/run-kvm-fuzzing-tests.sh @@ -22,7 +22,7 @@ virtualenv -p python3 "$venv" set +eu source "${venv}/bin/activate" set -eu -pip install pyyaml +pip install pyyaml Jinja2 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ -t kvm-fuzzing-tests \ diff --git a/scripts/system-tests/run-kvm-tests.sh b/scripts/system-tests/run-kvm-tests.sh index 622cfce..da2290e 100644 --- a/scripts/system-tests/run-kvm-tests.sh +++ b/scripts/system-tests/run-kvm-tests.sh @@ -22,7 +22,7 @@ virtualenv -p python3 "$venv" set +eu source "${venv}/bin/activate" set -eu -pip install pyyaml +pip install pyyaml Jinja2 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \ -t kvm-tests \ -- 2.34.1