LAVA: install `systemtap-sdt-dev` package to run sdt-uprobe tests
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 7 Apr 2020 19:30:49 +0000 (15:30 -0400)
committerJonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Wed, 8 Apr 2020 21:31:57 +0000 (17:31 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index 1e8472535e1fdb280b4f5a5b1f94a1206aae144d..c71692cac1d80aabb891fa75e6bd0f07b7235895 100644 (file)
@@ -89,6 +89,7 @@ actions:
                     - locale-gen en_US.UTF-8
                     - apt-get update
                     - apt-get upgrade
+                    - apt-get install -y systemtap-sdt-dev
                   {% if test_type != TestType.kvm_fuzzing_tests %}
                     - pip3 install --upgrade pip
                     - hash -r
This page took 0.024286 seconds and 4 git commands to generate.