未验证 提交 eae0be9b 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1167 from clebergnu/pci_devices_trivial_fixes

qemu/tests/pci_devices.py: trivial fixes
#!/usr/bin/python
"""
This is a autotest/virt-test test for testing PCI devices in various PCI setups
......@@ -283,13 +282,13 @@ def add_device_random(params, name_idxs, parent_bus, addr):
def run(test, params, env):
"""
PCI Devices test
1) print outs the used setup
1) prints out the setup to be used
2) boots the defined VM
3) verifies monitor "info qtree" vs. autotest representation
3) verifies monitor "info qtree" vs. internal representation
4) verifies guest "lspci" vs. info qtree (Linux only)
:note: Only PCI device properties are checked
:param test: kvm test object
:param test: VirtTest instance
:param params: Dictionary with the test parameters
:param env: Dictionary with test environment
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册