Skip to content

Commit

Permalink
Merge pull request #4167 from ybduan/usb
Browse files Browse the repository at this point in the history
usb: Update chk_usb_info_cmd default value
  • Loading branch information
YongxueHong authored Oct 9, 2024
2 parents 2b6aff3 + 51cfbd0 commit b6a1655
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 b6a1655

Please sign in to comment.