features/test/kubectl-helm-minikube/test.sh

14 lines
235 B
Bash
Raw Normal View History

2022-05-13 03:07:22 +03:00
#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "kube" kubectl
check "helm" helm version
# Report result
reportResults