set -e
rm -rf build dist python-virtinst.spec MANIFEST
python setup.py build
running build
Building build/po/ja/virtinst.mo from ja.po
Building build/po/pl/virtinst.mo from pl.po
Building build/po/fr/virtinst.mo from fr.po
Building build/po/it/virtinst.mo from it.po
Building build/po/sr/virtinst.mo from sr.po
Building build/po/sr@latin/virtinst.mo from sr@latin.po
running build_py
creating build/lib
creating build/lib/virtinst
copying virtinst/CapabilitiesParser.py -> build/lib/virtinst
copying virtinst/CloneManager.py -> build/lib/virtinst
copying virtinst/DistroManager.py -> build/lib/virtinst
copying virtinst/FullVirtGuest.py -> build/lib/virtinst
copying virtinst/Guest.py -> build/lib/virtinst
copying virtinst/ImageFetcher.py -> build/lib/virtinst
copying virtinst/ImageManager.py -> build/lib/virtinst
copying virtinst/ImageParser.py -> build/lib/virtinst
copying virtinst/LiveCDInstaller.py -> build/lib/virtinst
copying virtinst/OSDistro.py -> build/lib/virtinst
copying virtinst/ParaVirtGuest.py -> build/lib/virtinst
copying virtinst/__init__.py -> build/lib/virtinst
copying virtinst/cli.py -> build/lib/virtinst
copying virtinst/util.py -> build/lib/virtinst
copying virtinst/UnWare.py -> build/lib/virtinst
copying virtinst/keytable.py -> build/lib/virtinst
copying virtinst/Storage.py -> build/lib/virtinst
copying virtinst/VirtualDevice.py -> build/lib/virtinst
copying virtinst/VirtualDisk.py -> build/lib/virtinst
creating build/lib/virtconv
copying virtconv/__init__.py -> build/lib/virtconv
copying virtconv/netdevcfg.py -> build/lib/virtconv
copying virtconv/diskcfg.py -> build/lib/virtconv
copying virtconv/formats.py -> build/lib/virtconv
copying virtconv/vmcfg.py -> build/lib/virtconv
package init file 'virtconv/parsers/__init__.py' not found (or not a regular file)
creating build/lib/virtconv/parsers
copying virtconv/parsers/virtimage.py -> build/lib/virtconv/parsers
copying virtconv/parsers/vmx.py -> build/lib/virtconv/parsers
package init file 'virtconv/parsers/__init__.py' not found (or not a regular file)
running build_scripts
creating build/scripts-2.4
copying and adjusting virt-install -> build/scripts-2.4
copying and adjusting virt-clone -> build/scripts-2.4
copying and adjusting virt-image -> build/scripts-2.4
copying and adjusting virt-pack -> build/scripts-2.4
copying and adjusting virt-convert -> build/scripts-2.4
changing mode of build/scripts-2.4/virt-install from 644 to 755
changing mode of build/scripts-2.4/virt-clone from 644 to 755
changing mode of build/scripts-2.4/virt-image from 644 to 755
changing mode of build/scripts-2.4/virt-pack from 644 to 755
changing mode of build/scripts-2.4/virt-convert from 644 to 755
python tests/coverage.py -e
rm -rf build/coverage
mkdir build/coverage
python setup.py test
running test
............libvir: Test error : Domain not found
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
Flibvir: Test error : Domain not found
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
Flibvir: Test error : Domain not found
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
Flibvir: Test error : Domain not found
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
libvir: error : this function is not supported by the hypervisor: virConnectNumOfStoragePools
libvir: error : this function is not supported by the hypervisor: virStorageVolLookupByPath
F
======================================================================
FAIL: testBootFullyvirtDiskBlock (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 123, in testBootFullyvirtDiskBlock
self._compare(g, "boot-fullyvirt-disk-block", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n restart\n restart\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n\n' != '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n restart\n restart\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n\n'
======================================================================
FAIL: testBootFullyvirtDiskFile (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 118, in testBootFullyvirtDiskFile
self._compare(g, "boot-fullyvirt-disk-file", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n restart\n restart\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n\n' != '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n restart\n restart\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n\n'
======================================================================
FAIL: testBootParavirtDiskBlock (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 79, in testBootParavirtDiskBlock
self._compare(g, "boot-paravirt-disk-block", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testBootParavirtDiskDrvFile (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 91, in testBootParavirtDiskDrvFile
self._compare(g, "boot-paravirt-disk-drv-file", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testBootParavirtDiskDrvPhy (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 85, in testBootParavirtDiskDrvPhy
self._compare(g, "boot-paravirt-disk-drv-phy", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testBootParavirtDiskDrvTap (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 97, in testBootParavirtDiskDrvTap
self._compare(g, "boot-paravirt-disk-drv-tap", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testBootParavirtDiskDrvTapQCow (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 104, in testBootParavirtDiskDrvTapQCow
self._compare(g, "boot-paravirt-disk-drv-tap-qcow", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testBootParavirtDiskFile (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 74, in testBootParavirtDiskFile
self._compare(g, "boot-paravirt-disk-file", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testBootParavirtManyDisks (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 113, in testBootParavirtManyDisks
self._compare(g, "boot-paravirt-many-disks", False)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n /usr/bin/pygrub\n destroy\n restart\n restart\n 5\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testInstallFullyvirtDiskBlock (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 180, in testInstallFullyvirtDiskBlock
self._compare(g, "install-fullyvirt-disk-block", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n destroy\n destroy\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n' != '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n destroy\n destroy\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n'
======================================================================
FAIL: testInstallFullyvirtDiskFile (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 175, in testInstallFullyvirtDiskFile
self._compare(g, "install-fullyvirt-disk-file", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n destroy\n destroy\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n' != '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n destroy\n destroy\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n'
======================================================================
FAIL: testInstallParavirtDiskBlock (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 136, in testInstallParavirtDiskBlock
self._compare(g, "install-paravirt-disk-block", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testInstallParavirtDiskDrvFile (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 148, in testInstallParavirtDiskDrvFile
self._compare(g, "install-paravirt-disk-drv-file", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testInstallParavirtDiskDrvPhy (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 142, in testInstallParavirtDiskDrvPhy
self._compare(g, "install-paravirt-disk-drv-phy", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testInstallParavirtDiskDrvTap (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 154, in testInstallParavirtDiskDrvTap
self._compare(g, "install-paravirt-disk-drv-tap", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testInstallParavirtDiskDrvTapQCow (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 161, in testInstallParavirtDiskDrvTapQCow
self._compare(g, "install-paravirt-disk-drv-tap-qcow", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testInstallParavirtDiskFile (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 131, in testInstallParavirtDiskFile
self._compare(g, "install-paravirt-disk-file", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testInstallParavirtManyDisks (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 170, in testInstallParavirtManyDisks
self._compare(g, "install-paravirt-many-disks", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n" != "\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n linux\n /boot/vmlinuz\n /boot/initrd\n \n \n destroy\n destroy\n destroy\n 5\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n"
======================================================================
FAIL: testXMLEscaping (tests.xmlconfig.TestXMLConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 186, in testXMLEscaping
self._compare(g, "misc-xml-escaping", True)
File "/var/lib/builder/source-root/virtinst--devel/tests/xmlconfig.py", line 39, in _compare
self.assertEqual(actualXML, expectXML)
AssertionError: '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n destroy\n destroy\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n' != '\n TestGuest\n 204800\n 409600\n 12345678-1234-1234-1234-123456789012\n \n hvm\n /usr/lib/xen/boot/hvmloader\n \n \n \n \n \n \n destroy\n destroy\n destroy\n 5\n \n /usr/lib/xen/bin/qemu-dm\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n'
----------------------------------------------------------------------
Ran 31 tests in 1.167s
FAILED (failures=19)