Try to fix VirtualBox create test.

This commit is contained in:
Jeremy
2015-01-20 15:28:40 -07:00
parent 984d47f9c8
commit 17f6223fb1
7 changed files with 29 additions and 10 deletions

View File

@ -53,9 +53,9 @@ class VirtualBoxVM(BaseVM):
_instances = []
_allocated_console_ports = []
def __init__(self, name, uuid, manager):
def __init__(self, name, uuid, project, manager):
super().__init__(name, uuid, manager)
super().__init__(name, uuid, project, manager)
self._system_properties = {}