From 22c96c5af5a099f99b8756233d808388b327d0c1 Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Fri, 15 Sep 2023 15:36:19 -0700 Subject: [PATCH] Fix threshold ranges Signed-off-by: Alex Leong --- test/linkerd/test-canary.sh | 6 ++++-- test/linkerd/test-steps.sh | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/test/linkerd/test-canary.sh b/test/linkerd/test-canary.sh index 5abe335c3..2a80cc9b9 100755 --- a/test/linkerd/test-canary.sh +++ b/test/linkerd/test-canary.sh @@ -97,7 +97,8 @@ spec: templateRef: name: success-rate namespace: linkerd - threshold: 99 + thresholdRange: + min: 99 interval: 1m templateVariables: direction: inbound @@ -258,7 +259,8 @@ spec: templateRef: name: success-rate namespace: linkerd - threshold: 99 + thresholdRange: + min: 99 interval: 1m templateVariables: direction: inbound diff --git a/test/linkerd/test-steps.sh b/test/linkerd/test-steps.sh index f9a61ebee..5fbb000a9 100755 --- a/test/linkerd/test-steps.sh +++ b/test/linkerd/test-steps.sh @@ -95,7 +95,8 @@ spec: templateRef: name: success-rate namespace: linkerd - threshold: 99 + thresholdRange: + min: 99 interval: 1m templateVariables: direction: inbound