qubes/tests/vm: fix tests

This commit is contained in:
Wojtek Porczyk 2016-06-02 13:35:52 +02:00
parent a615a45ecd
commit 27d0e11872

View File

@ -57,3 +57,4 @@ class TestApp(qubes.tests.TestEmitter):
super(TestApp, self).__init__()
self.vmm = TestVMM()
self.host = TestHost()
self.pools = {}