diff options
author | Bandan | 2018-09-08 00:08:50 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2018-10-01 10:49:54 +0200 |
commit | 1ee53067f849506042193a9fd57f857583536eca (patch) | |
tree | 3b9064ae376683c79d5e2b72fe64157fe0255301 /scripts/device-crash-test | |
parent | usb-mtp: fix error conditions for write operation (diff) | |
download | qemu-1ee53067f849506042193a9fd57f857583536eca.tar.gz qemu-1ee53067f849506042193a9fd57f857583536eca.tar.xz qemu-1ee53067f849506042193a9fd57f857583536eca.zip |
doc: replace x-root with rootdir for usb-mtp
Signed-off-by: Bandan <bsd@redhat.com>
Message-id: 20180907220851.9658-3-bsd@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'scripts/device-crash-test')
-rwxr-xr-x | scripts/device-crash-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/device-crash-test b/scripts/device-crash-test index e6c233e9bf..7045594bd4 100755 --- a/scripts/device-crash-test +++ b/scripts/device-crash-test @@ -125,7 +125,7 @@ ERROR_WHITELIST = [ {'device':'tpm-tis', 'expected':True}, # tpm_tis: backend driver with id (null) could not be found {'device':'unimplemented-device', 'expected':True}, # property 'size' not specified or zero {'device':'usb-braille', 'expected':True}, # Property chardev is required - {'device':'usb-mtp', 'expected':True}, # x-root property must be configured + {'device':'usb-mtp', 'expected':True}, # rootdir property must be configured {'device':'usb-redir', 'expected':True}, # Parameter 'chardev' is missing {'device':'usb-serial', 'expected':True}, # Property chardev is required {'device':'usb-storage', 'expected':True}, # drive property not set |