Re: [PATCH v2 0/2] tests/qtest: Only run fuzz-tests when tested devices are available

2021-01-26 Thread Philippe Mathieu-Daudé
On 1/26/21 12:16 PM, Philippe Mathieu-Daudé wrote: > Some tests/qtest/fuzz-test fail when the device tested is > not available in the build. Fix this by only running the > test when devices are available. Forgot, since v1: - Do not make the testing generic, keep it restricted to x86 (thuth) > FW

[PATCH v2 0/2] tests/qtest: Only run fuzz-tests when tested devices are available

2021-01-26 Thread Philippe Mathieu-Daudé
Some tests/qtest/fuzz-test fail when the device tested is not available in the build. Fix this by only running the test when devices are available. FWIW Alexander Bulekov suggested an improvement, putting each test in a directory named by the device tested. This series does not cover that. Supers