Add Jinja2 in venv for lava2-submit.py
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 5 Nov 2018 19:29:42 +0000 (14:29 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 5 Nov 2018 19:29:42 +0000 (14:29 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/run-baremetal-benchmarks.sh
scripts/system-tests/run-baremetal-tests.sh
scripts/system-tests/run-kvm-fuzzing-tests.sh
scripts/system-tests/run-kvm-tests.sh

index 5f656af4cb92adcbf8dd9d2c2dd048fb2fe2d18c..402ca49b731fc7d450add8ddf1cf36fdceb86784 100644 (file)
@@ -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 \
index a5323e4fa7930ad2164a211e80836583c4079adc..b4557b69289f727d4b46f8dfdc2226d68624f940 100644 (file)
@@ -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 \
index a9e1aedbe51402fdd3b055ed1f5416354d002eaa..66467f6d627e22cd080281a4ece4dee51fb8d3bf 100644 (file)
@@ -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 \
index 622cfce371478f86c39d42999b9273153f57ccc4..da2290ef4ef38d03f4641148cf37f9f16cfd6d02 100644 (file)
@@ -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 \
This page took 0.024586 seconds and 4 git commands to generate.