diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-05-13 03:07:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 03:07:22 +0300 |
commit | 5332b952adf7e31a744bba297b5232a7000de58a (patch) | |
tree | 4779f859439df52d82e2effeaba0b075d83add54 /test/kubectl-helm-minikube | |
parent | 3e7c0308db4005644b21c0626ba6239271cf04cc (diff) |
add feature stubs for all
Diffstat (limited to 'test/kubectl-helm-minikube')
-rw-r--r-- | test/kubectl-helm-minikube/test.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/kubectl-helm-minikube/test.sh b/test/kubectl-helm-minikube/test.sh new file mode 100644 index 0000000..7114896 --- /dev/null +++ b/test/kubectl-helm-minikube/test.sh @@ -0,0 +1,14 @@ + + #!/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
\ No newline at end of file |