summaryrefslogtreecommitdiff
path: root/test/TEST-21-DFUZZER
Commit message (Collapse)AuthorAgeFilesLines
* test: run TEST-21 in nspawn only if $TEST_PREFER_NSPAWN is setFrantisek Sumsal2022-06-261-1/+7
| | | | | | so we can run it under nspawn in CIs which don't support nested KVM, but avoid running it twice (both under nspawn and qemu) in CIs which support both methods.
* test: always force a new image for dfuzzerFrantisek Sumsal2022-06-211-0/+2
| | | | | Otherwise we might end up with an image containing broken service symlinks and other things, which break certain parts of the test.
* test: skip TEST-21-DFUZZER without ASanFrantisek Sumsal2022-06-191-0/+5
| | | | | as the test is quite time consuming and it yields more useful reports when the target app is built with sanitizers.
* test: fuzz our dbus interfaces with dfuzzerFrantisek Sumsal2022-06-192-0/+25