def testDoubleInstall(self): # Make sure that installing twice generates the same XML, to ensure # we aren't polluting the device list during the install process i = utils.make_live_installer() g = utils.get_basic_fullyvirt_guest(installer=i) self._compare(g, "install-fullyvirt-livecd", False) self._compare(g, "install-fullyvirt-livecd", False)
def testInstallFVLiveCD(self): i = utils.make_live_installer() g = utils.get_basic_fullyvirt_guest(installer=i) self._compare(g, "install-fullyvirt-livecd", False)