Ejemplo n.º 1
0
 def __init__(self, config, result_dir_ts):
     self.logger = logging.getLogger('browbeat.rally')
     self.config = config
     self.result_dir_ts = result_dir_ts
     self.tools = browbeat.tools.Tools(self.config)
     self.grafana = grafana.Grafana(self.config)
     self.elastic = elastic.Elastic(self.config,
                                    self.__class__.__name__.lower())
Ejemplo n.º 2
0
 def __init__(self, config, result_dir_ts):
     self.logger = logging.getLogger('browbeat.yoda')
     self.config = config
     self.result_dir_ts = result_dir_ts
     self.tools = browbeat.tools.Tools(self.config)
     self.grafana = grafana.Grafana(self.config)
     self.elastic = elastic.Elastic(self.config, self.__class__.__name__.lower())
     self.error_count = 0
     self.pass_count = 0
     self.test_count = 0
     self.scenario_count = 0