Files
podinfo/e2e/test.sh
2020-01-22 13:16:03 +02:00

13 lines
181 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
function finish {
echo '>>> Test logs'
kubectl logs -l app=podinfo
}
trap finish EXIT
echo '>>> Start integration tests'
helm test podinfo