Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- client/tests/kvm/tests/usb.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/client/tests/kvm/tests/usb.py b/client/tests/kvm/tests/usb.py index 6490383..10b107b 100644 --- a/client/tests/kvm/tests/usb.py +++ b/client/tests/kvm/tests/usb.py @@ -118,6 +118,8 @@ def run_usb(test, params, env): for line in output.splitlines(): if "Buffer I/O error" in line: io_error_msg.append(line) + if re.search("reset \w+ speed USB device", line): + io_error_msg.append(line) if io_error_msg: e_msg = "IO error found on guest's dmesg when formatting USB device" -- 1.7.1 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest