jjb: lava: kprobe-fuzzing: Split testcase into multiple independent ones
[lttng-ci.git] / lava / system-tests / kprobe-fuzzing-tests.yml
CommitLineData
30b89c1f
FD
1metadata:
2 format: Lava-Test Test Definition 1.0
3 name: lttng-fuzzing-kprobe-test
4 description: "Run kprobe fuzzing test suite"
5install:
6 git-repos:
7 - url: https://github.com/lttng/lttng-ci
8 destination: ci
9 branch: master
10 steps:
30b89c1f
FD
11 - cd
12 - ulimit -c unlimited
13 - mkdir -p coredump
14 - echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
c5b4a212
FD
15params:
16 ROUND_NB: 0
30b89c1f
FD
17run:
18 steps:
30b89c1f 19 - cd ci/
c5b4a212 20 - lava-test-case run-fuzzing --shell "python3 ./scripts/system-tests/run-kprobe-fuzzing.py /root/instr_points.txt.gz $ROUND_NB"
6dffa64f 21 - cd ..
30b89c1f 22 - tar czf coredump.tar.gz coredump
6dffa64f 23 - lava-test-case-attach run-fuzzing coredump.tar.gz
This page took 0.025133 seconds and 4 git commands to generate.