usb-smoke

Basic USB test. The test examines all available USB devices and prints supported USB protocols and speed.

What It Tests

  • lsusb

  • lsusb -D

  • lsbsb -v

  • lsusb -t

Preconditions

  • For ostree enabled image, it shall be unlocked via ostree admin unlock --hotfix

Test Parameters

Parameter

Default

Description

SKIP_INSTALL

"False"

skip the install

Test Steps

cd ./automated/linux/usb-smoke
./usb-smoke-test.sh -s "${SKIP_INSTALL}"

Refer to usb-smoke.yaml for complete test definition and execution details.

Expected Results

  • lsusb with options executed successfully

References