提交 46d8340f 编写于 作者: Q Qingtang Zhou 提交者: Lucas Meneghel Rodrigues

qemu.test.cfg: Add usb-hub related test

Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
上级 52e1d58a
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
restart_vm = yes restart_vm = yes
kill_vm_on_error = yes kill_vm_on_error = yes
usbs += " usbtest" usbs += " usbtest"
usb_bus = "usbtest.0"
# usb controllers # usb controllers
variants: variants:
...@@ -25,7 +26,16 @@ ...@@ -25,7 +26,16 @@
usb_max_port_usbtest = 4 usb_max_port_usbtest = 4
drive_format_stg = "usb3" drive_format_stg = "usb3"
# usb devices (boot+reboot tests) # usb toplogy
variants:
- usb_default:
- with_usb_hub:
no usb_nodev
usb_devices += " hub1"
usb_type_hub1 = usb-hub
usb_port_hub1 = "2"
usb_port_testdev = "2.1"
# usb devices
variants: variants:
- @usb_nodev: - @usb_nodev:
# Not used in RHEL testing. # Not used in RHEL testing.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册