mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
usb_hid_raw.run: eliminate race in test metric
Rarely. it might happen that events got received shortly before the complete set of relevant USB devices got recognized. Filter more output in test metric to stay robust.
This commit is contained in:
parent
047f130005
commit
4775dad26c
@ -226,6 +226,7 @@ unify_output {(?n)usb-[0-9]-[0-9]: USB disconnect, device number [0-9]} "usb-X-X
|
||||
unify_output {(?n)input[0-9]} "inputX"
|
||||
unify_output {(?n) as /devices/.*} ""
|
||||
unify_output {(?n)^\[init -\> usb_drv.*} ""
|
||||
unify_output {(?n)^\[init -\> usb_hid_drv\] Connected device: inputX \(ATEN CS1764A V1.1.110\).*} ""
|
||||
trim_lines
|
||||
|
||||
compare_output_to {
|
||||
|
Loading…
Reference in New Issue
Block a user