On 08/19/2012 10:17 PM, Yu Mingfei wrote:
+import logging, os.path
+from autotest.client.shared import error, xml_utils
+from autotest.client.virt import libvirt_vm
+
+
+class LibvirtXMLError(Exception):
+    pass
+
+
+class LibvirtXMLVMNameError(LibvirtXMLError):
+    pass
+
+
+class LibvirtXML(xml_utils.XMLBase):
+    pass
+
+

Gowri,

Thanks for catching the logic problem.

Yu,

To make rebasing virt-edit and virt-net-create, I stuck in just the above section to libvirt_xml. Hopefully this should make rebasing easier between the two.

--
Chris Evich, RHCA, RHCE, RHCDS, RHCSS
Quality Assurance Engineer
e-mail: cevich + `@' + redhat.com o: 1-888-RED-HAT1 x44214

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to