tests/qtest: Move the fuzz tests to x86 only
commitb911c30c566dee48a27bc1bfa1ee6df3a729cbbb
authorThomas Huth <thuth@redhat.com>
Thu, 14 Apr 2022 13:01:27 +0000 (14 15:01 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Apr 2022 06:59:04 +0000 (20 08:59 +0200)
tree8dfa0e340220eb8587e534ba4b4596561bb03a36
parent2051658061a102f49e68419a0052991222157b56
tests/qtest: Move the fuzz tests to x86 only

The fuzz tests are currently scheduled for all targets, but their setup
code limits the run to "i386", so that these tests always show "SKIP"
on other targets. Move it to the right x86 list in meson.build, then
we can drop the architecture check during runtime, too.

Message-Id: <20220414130127.719528-1-thuth@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/fuzz-lsi53c895a-test.c
tests/qtest/fuzz-megasas-test.c
tests/qtest/fuzz-sb16-test.c
tests/qtest/fuzz-sdcard-test.c
tests/qtest/fuzz-virtio-scsi-test.c
tests/qtest/meson.build