polyguard-openenv / scripts /smoke_test_all.sh
TheJackBright's picture
Deploy PolyGuard OpenEnv Space
877add7 verified
#!/usr/bin/env bash
set -euo pipefail
curl -fsS http://127.0.0.1:8100/health >/dev/null
curl -fsS http://127.0.0.1:8100/metadata >/dev/null
curl -fsS http://127.0.0.1:8200/health >/dev/null
curl -fsS http://127.0.0.1:8200/env/legal_actions >/dev/null
echo "smoke_ok"