qubes/tests/vm/qubesvm: fix test for vm.internal

On flipping .internal vm (re)creates appmenus. They need label.
This commit is contained in:
Wojtek Porczyk 2016-05-05 14:38:04 +02:00
parent 63c09a090c
commit c76790fbde

View File

@ -364,7 +364,7 @@ class TC_90_QubesVM(qubes.tests.QubesTestCase):
# TODO: human readable setter (500M, 4G)?
def test_180_internal(self):
vm = self.get_vm()
vm = self.get_vm(label='red')
self._test_generic_bool_property(vm, 'internal', False)
def test_190_vcpus(self):