Example #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()
Example #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()
 def __init__(self, *args, **kwargs):
   self.cluster_controller = ClusterController(*args, **kwargs)
   Plugin.__init__(self, *args, **kwargs)
Example #4
0
 def __init__(self, *args, **kwargs):
     self.cluster_controller = ClusterController(*args, **kwargs)
     Plugin.__init__(self, *args, **kwargs)