diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2017-05-26 15:12:00 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2017-06-05 14:59:09 -0300 |
commit | 23ea4f30320bbd36a5d202ee469374ec3c747286 (patch) | |
tree | 58639d619cad251e949b6fcb11cd509c77c412bb /tests | |
parent | b2b8d986753ceb20437457dfe51dd75285328373 (diff) | |
download | qemu-23ea4f30320bbd36a5d202ee469374ec3c747286.zip qemu-23ea4f30320bbd36a5d202ee469374ec3c747286.tar.gz qemu-23ea4f30320bbd36a5d202ee469374ec3c747286.tar.bz2 |
scripts: Test script to look for -device crashes
Test code to check if we can crash QEMU using -device. It will
test all accel/machine/device combinations by default, which may
take a few hours (it's more than 90k test cases). There's a "-r"
option that makes it test a random sample of combinations.
The scripts contains a whitelist for: 1) known error messages
that make QEMU exit cleanly; 2) known QEMU crashes.
This is the behavior when the script finds a failure:
* Known clean (exitcode=1) errors generate DEBUG messages
(hidden by default)
* Unknown clean (exitcode=1) errors will generate INFO messages
(visible by default)
* Known crashes generate error messages, but are not fatal
(unless --strict mode is used)
* Unknown crashes generate fatal error messages
Having an updated whitelist of known clean errors is useful to make the
script less verbose and run faster when in --quick mode, but the
whitelist doesn't need to be always up to date.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20170526181200.17227-4-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions