virt-manager/tests
Cole Robinson eb4068cc47 xmlbuilder: Add infrastructure for parsing into subclasses
We already had this open coded in several classes with varying methods.
Now all someone has to do is

features = XMLChildProperty(CPUFeature)

The xmlbuilder code will pull the relevant xpath from the CPUFeature class,
handling parsing into instances of that class directly. The only
thing that needs to be manually added is the add_* remove_* functions.
2013-09-10 21:34:45 -04:00
..
capabilities-xml tests: Add recent libvirt capabilities, share URIs better 2013-08-18 08:39:51 -04:00
cli-test-xml tests: cli: Fix fallout from testdriver alterations 2013-09-10 18:34:36 -04:00
clone-xml tests: move the storage pool under /dev. 2013-07-29 10:01:18 -04:00
image-xml Guest: Convert to new style XML prop, drop a bunch of XML infrastructure 2013-07-24 07:54:04 -04:00
interface-xml tests: Greatly expand testdriver.xml 2013-04-21 13:34:51 -04:00
nodedev-xml/devxml xmlbuilder: Always keep around an xml node, even if building from scratch 2013-07-25 10:59:23 -04:00
storage-xml tests: move the storage pool under /dev. 2013-07-29 10:01:18 -04:00
virtconv-files Merge code from python-virtinst.git 2013-04-03 18:22:05 -04:00
xmlconfig-xml guest: Use virtio on plain qemu on x86 2013-08-17 18:00:31 -04:00
xmlparse-xml xmlbuilder: Add infrastructure for parsing into subclasses 2013-09-10 21:34:45 -04:00
__init__.py tests: Clean up cli imports even if --skipcli passed 2013-08-06 14:58:43 -04:00
capabilities.py virtinst: Fix import ordering to standardize on relative imports 2013-08-08 20:49:50 -04:00
clitest.py qemu ARM support: wire up virtio, fix a bunch of defaults 2013-08-18 12:30:58 -04:00
clonetest.py tests: move the storage pool under /dev. 2013-07-29 10:01:18 -04:00
image.py guest: Remove needless functions 2013-08-14 19:43:02 -04:00
interface.py virtinst: Rename most files to be more sensible 2013-08-09 08:54:39 -04:00
misc.py tests: Make sure virtinst doesn't pull in Gtk 2013-04-18 16:41:02 -04:00
nodedev.py virtinst: Rename most files to be more sensible 2013-08-09 08:54:39 -04:00
pep8.cfg Revive pep8 and clean up the code 2013-04-13 15:22:43 -04:00
pylint.cfg VirtualConnection: Allow using virt-manager object caches 2013-07-07 18:54:08 -04:00
storage.py virtinst: Rename most files to be more sensible 2013-08-09 08:54:39 -04:00
support.py Revive pep8 and clean up the code 2013-04-13 15:22:43 -04:00
testdriver.xml testdriver: Drop test-many-nets 2013-09-09 11:38:14 -04:00
urltest.py Guest: Drop os_type, just use single os_variant 2013-08-11 12:39:36 -04:00
utils.py tests: Add recent libvirt capabilities, share URIs better 2013-08-18 08:39:51 -04:00
virtconvtest.py Revive pep8 and clean up the code 2013-04-13 15:22:43 -04:00
xmlconfig.py guest: Remove needless functions 2013-08-14 19:43:02 -04:00
xmlparse.py xmlbuilder: Add infrastructure for parsing into subclasses 2013-09-10 21:34:45 -04:00