Skip to content

Commit

Permalink
tests: remove renaming test - it isn't supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jul 25, 2017
1 parent eda7ce7 commit 9244dc1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions qubes/tests/integ/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,6 @@ def test_021_name_conflict_template(self):
name=self.vmname, label='red')
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):
# pylint: disable=attribute-defined-outside-init
Expand Down

0 comments on commit 9244dc1

Please sign in to comment.