tests: fix lookup domain by name
This commit is contained in:
parent
91c9e49612
commit
162196a1f8
@ -212,6 +212,7 @@ class QubesVMTestsMixin(object):
|
||||
**kwargs)
|
||||
self.app.domains[vm.qid] = vm
|
||||
self.app.domains[vm.uuid] = vm
|
||||
self.app.domains[vm.name] = vm
|
||||
self.app.domains[vm] = vm
|
||||
self.addCleanup(vm.close)
|
||||
return vm
|
||||
|
Loading…
Reference in New Issue
Block a user