Skip to content

Commit

Permalink
Grafana Dahsboard Initialization skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
VimukthiPerera authored and ThilinaManamgoda committed Sep 30, 2021
1 parent a4a130d commit c9517e4
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -78,9 +78,7 @@ void executePhase() {
//setup product performance dashboard
if (infrastructureProvisionResult.isSuccess()) {
logger.info("Infra Phase: Infrastructure Provision Result Success status is set to true...");
GrafanaDashboardHandler dashboardSetup = new GrafanaDashboardHandler(getTestPlan().getId());
dashboardSetup.initDashboard();
logger.info("Infra Phase: Grafana Dahsboard Initialized");
logger.info("Infra Phase: Grafana Dahsboard Initialization skipped");
persistTestPlanPhase(TestPlanPhase.INFRA_PHASE_SUCCEEDED);
}
logger.info("Infra Phase: Set Infrastructure Provision Result");
Expand Down

0 comments on commit c9517e4

Please sign in to comment.