Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: run TEST-21 in nspawn only if $TEST_PREFER_NSPAWN is set | Frantisek Sumsal | 2022-06-26 | 1 | -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 dfuzzer | Frantisek Sumsal | 2022-06-21 | 1 | -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 ASan | Frantisek Sumsal | 2022-06-19 | 1 | -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 dfuzzer | Frantisek Sumsal | 2022-06-19 | 2 | -0/+25 |