[PATCH 0/4] tests/qtest: Fixes fuzz-tests

Philippe Mathieu-Daudé posted 4 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210115150936.3333282-1-philmd@redhat.com
There is a newer version of this series
tests/qtest/fuzz-megasas-test.c     | 49 +++++++++++++++++++
tests/qtest/fuzz-test.c             | 76 -----------------------------
tests/qtest/fuzz-virtio-scsi-test.c | 75 ++++++++++++++++++++++++++++
MAINTAINERS                         |  2 +
tests/qtest/meson.build             | 12 ++---
5 files changed, 132 insertions(+), 82 deletions(-)
create mode 100644 tests/qtest/fuzz-megasas-test.c
create mode 100644 tests/qtest/fuzz-virtio-scsi-test.c
[PATCH 0/4] tests/qtest: Fixes fuzz-tests
Posted by Philippe Mathieu-Daudé 3 years, 3 months ago
tests/qtest/fuzz-test seems to have bitrotten.
Fix it to make it useful.

Philippe Mathieu-Daudé (4):
  tests/qtest: Remove TPM tests
  tests/qtest: Make fuzz-test generic to all targets
  tests/qtest: Only run fuzz-megasas-test if megasas device is available
  tests/qtest: Only run fuzz-virtio-scsi when virtio-scsi is available

 tests/qtest/fuzz-megasas-test.c     | 49 +++++++++++++++++++
 tests/qtest/fuzz-test.c             | 76 -----------------------------
 tests/qtest/fuzz-virtio-scsi-test.c | 75 ++++++++++++++++++++++++++++
 MAINTAINERS                         |  2 +
 tests/qtest/meson.build             | 12 ++---
 5 files changed, 132 insertions(+), 82 deletions(-)
 create mode 100644 tests/qtest/fuzz-megasas-test.c
 create mode 100644 tests/qtest/fuzz-virtio-scsi-test.c

-- 
2.26.2