提交 f1f81ee7 编写于 作者: C Cleber Rosa

qemu/tests/pci_devices.py: trivial fixes

Mostly spelling wording changes to make it update with the
Avocado-VT/VirtTest terms.  And the shebang which can safely
go.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 ffd64d2d
#!/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.
先完成此消息的编辑!
想要评论请 注册