9630276a66e7d98cc5d8de89cc5ac9c64ed53f1c
[linux-seccomp.git] / libseccomp / tests / 01-sim-allow.tests
1 #
2 # libseccomp regression test automation data
3 #
4 # Copyright IBM Corp. 2012
5 # Author: Corey Bryant <coreyb@linux.vnet.ibm.com>
6 #
7
8 test type: bpf-sim
9
10 # Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
11 01-sim-allow all 0-350 N N N N N N ALLOW
12
13 test type: bpf-sim-fuzz
14
15 # Testname StressCount
16 01-sim-allow 50
17
18 test type: bpf-valgrind
19
20 # Testname
21 01-sim-allow
This page took 0.021517 seconds and 3 git commands to generate.