Skip to content

Commit

Permalink
usb: Update chk_usb_info_cmd default value
Browse files Browse the repository at this point in the history
Signed-off-by: ybduan <[email protected]>
  • Loading branch information
ybduan committed Sep 26, 2024
1 parent 8c83d64 commit 51cfbd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qemu/tests/cfg/usb_device_check.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
cmd_timeout = 240
login_timeout = 180
type = usb_device_check
chk_usb_info_cmd = "lsusb"
RHEL.7, RHEL.8:
chk_usb_info_cmd = "lsusb -v"
chk_usb_info_cmd = "lsusb -v"
RHEL.6:
chk_usb_info_cmd = "lsusb"
# usb device info for qemu
usb_hub_for_qemu = "QEMU USB Hub"
usb_mouse_for_qemu = "QEMU USB Mouse"
Expand Down

0 comments on commit 51cfbd0

Please sign in to comment.