usb_hid_raw.run: filter out KVM switch messages

Fixes #5049
This commit is contained in:
Christian Prochaska 2023-11-07 16:16:11 +01:00 committed by Christian Helmuth
parent 3264a22c1e
commit ad28da66b0

View File

@ -198,6 +198,9 @@ run_genode_until {\[init -\> event_dump\] Input event #11.*\n} 40 [output_spawn_
# pay only attention to the output of init and its children
grep_output {^\[init }
# filter out KVM switch messages during the nightly test
unify_output {(?n).*0557:2213.*} ""
unify_output {(?n) on usb-usbbus.*$} ""
unify_output {(?n) at usb-usbbus.*\)} ")"
unify_output {(?n)hid-generic.*input:} "hid-generic: input:"