Exemplo n.º 1
0
 def __init__(self, *args, **kwargs):
   self.cluster_controller = ClusterController(*args, **kwargs)
   Plugin.__init__(self, *args, **kwargs)
   # This is the unique run identifier
   self.run_tag = environ.get('BUILD_TAG', datetime.datetime.now())
   # This method checks to ensure that VTune is installed in the expected path
   self._check_path_on_hosts()
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     self.cluster_controller = ClusterController(*args, **kwargs)
     Plugin.__init__(self, *args, **kwargs)
     # This is the unique run identifier
     self.run_tag = environ.get('BUILD_TAG', datetime.datetime.now())
     # This method checks to ensure that VTune is installed in the expected path
     self._check_path_on_hosts()
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
   self.cluster_controller = ClusterController(*args, **kwargs)
   Plugin.__init__(self, *args, **kwargs)
Exemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     self.cluster_controller = ClusterController(*args, **kwargs)
     Plugin.__init__(self, *args, **kwargs)