diff --git a/tests/profiles/lsusb/task.yaml b/tests/profiles/lsusb/task.yaml index 3f7ee6152..ff393c37e 100644 --- a/tests/profiles/lsusb/task.yaml +++ b/tests/profiles/lsusb/task.yaml @@ -2,8 +2,8 @@ summary: smoke test for the lsusb profile execute: | # lsusb works (this is a very basic test). # try printing the physical USB device hierarchy as a tree - lsusb -t + lsusb -t | MATCH 'Class=Human Interface Device, Driver=usbhid' # be verbose - lsusb -v + lsusb -v | MATCH 'QEMU USB Keyboard' # The profile is attached based on the program path. "$SPREAD_PATH"/tests/bin/actual-profile-of lsusb | MATCH 'lsusb \(enforce\)'