Skip to content

Commit

Permalink
update HPA verification grep expression
Browse files Browse the repository at this point in the history
Signed-off-by: Sina Siadat <[email protected]>
  • Loading branch information
siadat committed Oct 8, 2024
1 parent 5392365 commit a843704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/endtoend/hpa_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ verifyHpaCount 0
echo "Apply cluster_autoscale.yaml"
kubectl apply -f cluster_autoscale.yaml

verifyHpaWithTimeout "example-zone1-(\w+)\s+VitessCell/example-zone1-(\w+)\s+[0-9]+%/80%\s+2\s+3\s+2"
verifyHpaWithTimeout "example-zone1-(\w+)\s+VitessCell/example-zone1-(\w+)\s+cpu:\s+[0-9]+%/80%\s+2\s+3\s+2"
verifyHpaCount 1

# Teardown
Expand Down

0 comments on commit a843704

Please sign in to comment.