Skip to content

Commit

Permalink
[autorules] rulestest.sh touchup (#519)
Browse files Browse the repository at this point in the history
* Set USE_AUTH

* Don't delete rule definition
  • Loading branch information
andrewazores committed Jun 17, 2021
1 parent 8da3722 commit 4d4cf1b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rulestest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,5 @@ podman run \
--pod cryostat \
--env HTTP_PORT=8081 \
--env JMX_PORT=9094 \
--env USE_AUTH=true \
--rm -d quay.io/andrewazores/vertx-fib-demo:0.7.0

sleep 5
echo "Deleting rule definition"
curl -k \
-X DELETE \
"$CRYOSTAT_HOST/api/v2/rules/Default_Rule"

0 comments on commit 4d4cf1b

Please sign in to comment.