Commit b56d577e authored by Justin Santa Barbara's avatar Justin Santa Barbara Committed by Justin Santa Barbara

Add test for kubectl cluster-info dump

kubectl cluster-info dump is currently giving a schema error; adding a test for it.
parent f883fd2c
...@@ -845,6 +845,13 @@ metadata: ...@@ -845,6 +845,13 @@ metadata:
}) })
}) })
framework.KubeDescribe("Kubectl cluster-info dump", func() {
It("should check if cluster-info dump succeeds", func() {
By("running cluster-info dump")
framework.RunKubectlOrDie("cluster-info", "dump")
})
})
framework.KubeDescribe("Kubectl describe", func() { framework.KubeDescribe("Kubectl describe", func() {
/* /*
Release : v1.9 Release : v1.9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment