summaryrefslogtreecommitdiff
path: root/tests/22-sim-basic_chains_array.tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: limit the number of bpf-sim-fuzz test iterationsPaul Moore2021-01-141-1/+1
| | | | | | | | | | | | | | The bpf-sim-fuzz test type was always intended to be a fuzzer for the generated BPF filters but the current implementation fuzzes the simulator more than the filter itself. Due to this, let's bump down the bpf-sim-fuzz iterations from 50 to 5, this is what we currently do on Travis CI and it seems to be okay. This change drops the number of tests by 1800 and the runtime from 4m7s to 3m35s on my test system running eight parallel jobs. Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* tests: make the regression test valgrind mode more usefulPaul Moore2013-10-181-0/+5
| | | | | | | We don't really need to run valgrind multiple times for each test case, just once should be enough. Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: add 22-sim-basic_chains_arrayVitaly Vi Shukela2013-03-261-0/+26
Like 03-sim-basic_chains, but with seccomp_rule_add_array instead of seccomp_rule_add. Signed-off-by: Vitaly Vi Shukela <vi0oss@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>