Lava: Move dependencies to test case definitions
[lttng-ci.git] / lava / baremetal-tests / failing-open-efault.yml
index a05b1fdcad42c62318d9dfa233ab852b7288dc40..d560d6a4bcaa834d24cf7f1b4e1ec1dc6253a3fb 100644 (file)
@@ -6,6 +6,9 @@ params:
     JENKINS_JOBNAME: "default jobname"
 
 install:
+        deps:
+                - python3-pandas
+                - python3-numpy
         git-repos:
                 - url: https://github.com/frdeso/syscall-bench-it.git
                   destination: benchmarks
@@ -20,7 +23,7 @@ install:
                 - echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
 run:
         steps:
-                - source /tmp/virtenv/activate
+                - source /root/lttngvenv/activate
                 - cd benchmarks
                 - lava-test-case build-benchmarks --shell "make"
                 - lava-test-case run-benchmarks --shell "./run.sh failing-open-efault"
This page took 0.022792 seconds and 4 git commands to generate.