add cmdline tests for -k

This commit is contained in:
Jingfang Liu
2019-02-25 16:31:03 -08:00
parent b38cf738d6
commit beacc87ebf
8 changed files with 125 additions and 0 deletions

View File

@@ -492,6 +492,9 @@ runTests() {
if kube::test::if_supports_resource "${secrets}" ; then
record_command run_create_secret_tests
fi
if kube::test::if_supports_resource "${deployments}"; then
record_command run_kubectl_create_kustomization_directory_tests
fi
######################
# Delete #