jjb: lava: kprobe-fuzzing: Split testcase into multiple independent ones
[lttng-ci.git] / lava / system-tests / kprobe-fuzzing-tests.yml
index cf650678bb3c1d1a13f839066ee283371fd6cba9..a0bce4a41094cc77618922ff0cb7e0acf72b3b29 100644 (file)
@@ -8,15 +8,16 @@ install:
                   destination: ci
                   branch: master
         steps:
-                - export TMPDIR="/tmp"
                 - cd
                 - ulimit -c unlimited
                 - mkdir -p coredump
                 - echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
+params:
+  ROUND_NB: 0
 run:
         steps:
-                - source /root/lttngvenv/activate
                 - cd ci/
-                - lava-test-case run-tests --shell "./scripts/system-tests/kprobe-fuzzing.sh"
+                - lava-test-case run-fuzzing --shell "python3 ./scripts/system-tests/run-kprobe-fuzzing.py /root/instr_points.txt.gz $ROUND_NB"
+                - cd ..
                 - tar czf coredump.tar.gz coredump
-                - lava-test-case-attach run-tests coredump.tar.gz
+                - lava-test-case-attach run-fuzzing coredump.tar.gz
This page took 0.025297 seconds and 4 git commands to generate.