jjb: Add back open_enoent Lava benchmark testcase
[lttng-ci.git] / lava / baremetal-tests / failing-open-enoent.yml
index 31c4a29c54315b8ff0db051de025f3a1cea99265..5ad6dbe1dce39568241b92a59b7235df256bc9b9 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
@@ -23,11 +26,14 @@ run:
                 - source /root/lttngvenv/activate
                 - cd benchmarks
                 - lava-test-case build-benchmarks --shell "make"
-                - lava-test-case run-benchmarks --shell "./run.sh failing-open-enoent"
+                - lava-test-case run-benchmarks --shell "./run.sh failing-open-enoent sys_open"
                 - lava-test-case-attach run-benchmarks "./results.csv"
                 - cd -
                 - cd ci
                 - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+                - mv ./processed_results.csv ../processed_results_open_enoent.csv
                 - cd -
                 - tar czf coredump.tar.gz coredump
                 - lava-test-case-attach run-benchmarks coredump.tar.gz
+                - lava-test-case-attach run-benchmarks "./processed_results_open_enoent.csv"
+
This page took 0.022581 seconds and 4 git commands to generate.