blob: 71148962e5d0309fca293906a0c52860785656b6 (
plain) (
tree)
|
|
#!/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
|