Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Nov 14, 2024
1 parent d4f099a commit 5df4022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-ocp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ teardown_file() {
}

@test "cluster-density-v2: user-metadata=true; es-indexing=true; churning=true; svcLatency=true" {
run_cmd kube-burner-ocp cluster-density-v2 --iterations=2 --churn-duration=1m --churn-delay=5s ${COMMON_FLAGS} --user-metadata=user-metadata.yml --service-latency --uuid=${UUID}
check_metric_value cpu-kubelet jobSummary podLatencyMeasurement podLatencyQuantilesMeasurement svcLatencyMeasurement svcLatencyQuantilesMeasurement etcdVersion
run_cmd kube-burner-ocp cluster-density-v2 --iterations=2 --churn-duration=1m --churn-delay=5s ${COMMON_FLAGS} --user-metadata=user-metadata.yml --service-latency --uuid=${UUID} --metrics-profile=metrics-report.yml
check_metric_value cpu-kubelet jobSummary podLatencyMeasurement podLatencyQuantilesMeasurement svcLatencyMeasurement svcLatencyQuantilesMeasurement
}

@test "cluster-density-v2: churn-deletion-strategy=gvr; custom-metrics=true" {
Expand Down

0 comments on commit 5df4022

Please sign in to comment.