LAVA: install `systemtap-sdt-dev` package to run sdt-uprobe tests
[lttng-ci.git] / lava / system-tests / kprobe-fuzzing-tests.yml
index 56812bac329b6896227e3905875f07bf3d420c10..9f076b95dc543c144aaab669f35b6f03284fd3e0 100644 (file)
@@ -2,20 +2,9 @@ metadata:
         format: Lava-Test Test Definition 1.0
         name: lttng-fuzzing-kprobe-test
         description: "Run kprobe fuzzing test suite"
-install:
-        git-repos:
-                - url: https://github.com/lttng/lttng-ci
-                  destination: ci
-                  branch: master
-        steps:
-                - 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:
-                - cd ci/
-                - lava-test-case run-fuzzing --shell "python3 ./scripts/system-tests/run-kprobe-fuzzing.py /root/instr_points.txt.gz"
-                - cd ..
-                - tar czf coredump.tar.gz coredump
-                - lava-test-case-attach run-fuzzing coredump.tar.gz
+                - git clone https://github.com/lttng/lttng-ci ci
+                - lava-test-case run-fuzzing --shell "python3 ./ci/scripts/system-tests/run-kprobe-fuzzing.py /root/instr_points.txt.gz $ROUND_NB"
This page took 0.022659 seconds and 4 git commands to generate.