diff options
author | Philippe Mathieu-Daudé | 2021-01-26 12:16:37 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-03-16 19:19:54 +0100 |
commit | c887d3339e5dc80ef9cec20a79d385ae36f9a13c (patch) | |
tree | d7e523c965cf42ceb73a1c41765d0eae6a1c222e /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... (diff) | |
download | qemu-c887d3339e5dc80ef9cec20a79d385ae36f9a13c.tar.gz qemu-c887d3339e5dc80ef9cec20a79d385ae36f9a13c.tar.xz qemu-c887d3339e5dc80ef9cec20a79d385ae36f9a13c.zip |
tests/qtest: Only run fuzz-megasas-test if megasas device is available
This test fails when QEMU is built without the megasas device,
restrict it to its availability.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5ca3c9f851..0f560d1b91 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1969,6 +1969,7 @@ S: Supported F: hw/scsi/megasas.c F: hw/scsi/mfi.h F: tests/qtest/megasas-test.c +F: tests/qtest/fuzz-megasas-test.c Network packet abstractions M: Dmitry Fleytman <dmitry.fleytman@gmail.com> |