Skip to content

Commit

Permalink
tests: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 committed Nov 18, 2024
1 parent 913c7fe commit 2b9b749
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e2e/sedge/monitoring_stack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func TestE2E_MonitoringStack_Init(t *testing.T) {
assert.NoError(t, runErr)
checkMonitoringStackDir(t)
checkPrometheusDir(t)
time.Sleep(2 * time.Second)
checkMonitoringStackContainers(t, grafanaOnCallContainers...)
checkPrometheusTargetsUp(t, "sedge_node_exporter:9100")
checkGrafanaHealth(t)
Expand Down Expand Up @@ -229,7 +228,6 @@ func TestE2E_MonitoringStack_InitLido_ValidID(t *testing.T) {
assert.NoError(t, runErr)
checkMonitoringStackDir(t)
checkPrometheusDir(t)
time.Sleep(2 * time.Second)
checkMonitoringStackContainers(t, "sedge_lido_exporter")
checkPrometheusTargetsUp(t, "sedge_lido_exporter:8080", "sedge_node_exporter:9100")
checkGrafanaHealth(t)
Expand Down Expand Up @@ -353,7 +351,6 @@ func TestE2E_MonitoringStack_InitLido(t *testing.T) {
assert.NoError(t, runErr)
checkMonitoringStackDir(t)
checkPrometheusDir(t)
time.Sleep(2 * time.Second)
checkMonitoringStackContainers(t, "sedge_lido_exporter")
checkPrometheusTargetsUp(t, "sedge_lido_exporter:9989", "sedge_node_exporter:9100")
checkGrafanaHealth(t)
Expand Down Expand Up @@ -470,7 +467,6 @@ func TestE2E_MonitoringStack_InitLido_ValidID_Mainnet(t *testing.T) {
assert.NoError(t, runErr)
checkMonitoringStackDir(t)
checkPrometheusDir(t)
time.Sleep(2 * time.Second)
checkMonitoringStackContainers(t, "sedge_lido_exporter")
checkPrometheusTargetsUp(t, "sedge_lido_exporter:8080", "sedge_node_exporter:9100")
checkGrafanaHealth(t)
Expand Down

0 comments on commit 2b9b749

Please sign in to comment.