summaryrefslogtreecommitdiff
path: root/tests/nodedev.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Rename all test files to have test_ prefixCole Robinson2020-01-271-140/+0
* tests: Move all data directories to data/Cole Robinson2020-01-271-1/+1
* virtinst: Add a lot of test code coverageCole Robinson2019-06-091-0/+1
* virtinst: move UI only functions into virtManagerCole Robinson2019-06-091-21/+2
* nodedev: Drop the non-standard .parse() handlingCole Robinson2019-06-051-21/+2
* nodedev: Fold DRMDevice into NodeDeviceCole Robinson2019-06-051-12/+9
* nodedev: Fold SCSIBus into NodeDeviceCole Robinson2019-06-051-13/+2
* nodedev: Fold StorageDevice into NodeDeviceCole Robinson2019-06-051-23/+9
* nodedev: Fold SCSIDevice into NodeDeviceCole Robinson2019-06-051-8/+7
* nodedev: Remove unused USBBus parsingCole Robinson2019-06-051-9/+0
* nodedev: Fold USBDevice into NodeDeviceCole Robinson2019-06-051-18/+11
* nodedev: Fold PCIDevice into NodeDeviceCole Robinson2019-06-051-26/+15
* nodedev: Fold NetDevice into NodeDeviceCole Robinson2019-06-051-14/+8
* nodedev: Drop cap 'system' parsingCole Robinson2019-06-051-55/+9
* devices: hostdev: Add set_defaultsCole Robinson2018-09-041-0/+2
* xmlbuilder: Rename get_xml_config -> get_xmlCole Robinson2018-08-311-1/+1
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* tests: Remove __main__ handling, not neededCole Robinson2018-04-031-3/+0
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-211-2/+2
* tests: Fix running testsuite on older libvirtCole Robinson2018-02-221-7/+8
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-1/+1
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-1/+1
* nodedev: Parse PCI capability_type for SR-IOV deviceLin Ma2017-03-271-0/+5
* nodedev: add DRMDeviceMarc-André Lureau2017-02-231-0/+15
* nodedev: add DevNode children and helperMarc-André Lureau2017-02-231-0/+3
* tests/nodedev: make compare recursiveMarc-André Lureau2017-02-231-7/+15
* hostdev: add an address element for USB host devs if necessaryPavel Hrdina2015-08-051-6/+4
* nodedev: Handle busted 'system' XMLCole Robinson2015-03-261-0/+32
* mass update: remove double spaces from commentsGiuseppe Scrivano2013-10-281-2/+2
* headers: update "Red Hat, Inc." copyright for the year 2013Giuseppe Scrivano2013-10-281-0/+1
* nodedev: Parse PCI iommuGroupCole Robinson2013-10-101-0/+5
* devicehostdev: Drop device creation helperCole Robinson2013-09-271-2/+2
* Convert NodeDevice to XMLBuilderCole Robinson2013-09-231-18/+23
* virtinst: Rename most files to be more sensibleCole Robinson2013-08-091-1/+1
* VirtualHostDevice: Convert to new style XML propsCole Robinson2013-07-151-3/+6
* addhardware: differentiate duplicate usb devices by bus/addrGuannan Ren2013-05-091-7/+3
* Revive pep8 and clean up the codeCole Robinson2013-04-131-0/+1
* Remove all relative importsCole Robinson2013-04-121-1/+1
* Merge code from python-virtinst.gitCole Robinson2013-04-031-0/+225