Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: limit the number of bpf-sim-fuzz test iterations | Paul Moore | 2021-01-14 | 1 | -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 useful | Paul Moore | 2013-10-18 | 1 | -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: rename the tests to make it clear which are simulator/basic/live based | Paul Moore | 2013-02-07 | 1 | -0/+18 |
This patch only renames files, it makes not changes to the content. Signed-off-by: Paul Moore <pmoore@redhat.com> |