tests: remove renaming test - it isn't supported anymore
QubesOS/qubes-issues#2868
This commit is contained in:
parent
8b2db94b41
commit
8bae2d39c2
@ -180,15 +180,6 @@ class TC_01_Properties(qubes.tests.SystemTestCase):
|
|||||||
name=self.vmname, label='red')
|
name=self.vmname, label='red')
|
||||||
self.loop.run_until_complete(self.vm2.create_on_disk())
|
self.loop.run_until_complete(self.vm2.create_on_disk())
|
||||||
|
|
||||||
def test_030_rename_conflict_app(self):
|
|
||||||
vm2name = self.make_vm_name('newname')
|
|
||||||
|
|
||||||
self.vm2 = self.app.add_new_vm(qubes.vm.appvm.AppVM,
|
|
||||||
name=vm2name, template=self.app.default_template, label='red')
|
|
||||||
|
|
||||||
with self.assertNotRaises(OSError):
|
|
||||||
with self.assertRaises(qubes.exc.QubesException):
|
|
||||||
self.vm2.name = self.vmname
|
|
||||||
|
|
||||||
class TC_02_QvmPrefs(qubes.tests.SystemTestCase):
|
class TC_02_QvmPrefs(qubes.tests.SystemTestCase):
|
||||||
# pylint: disable=attribute-defined-outside-init
|
# pylint: disable=attribute-defined-outside-init
|
||||||
|
Loading…
Reference in New Issue
Block a user