Esempio n. 1
0
 def __init__(self, **kwargs):
     self._vmops = vmops.get_vmops()
     self._hostops = hostops.get_hostops()
     self._networkops = networkops.get_networkops()
     self._imageops = imageops.get_imageops()
     self._monitor = monitor.get_monitor()
     self._volumeop = volumeop.get_volumeop()
     self._skip_input_check = kwargs.get('skip_input_check')
Esempio n. 2
0
 def setUp(self):
     self._hostops = hostops.get_hostops()