mirror of https://github.com/k3s-io/k3s
Add test for kubectl cluster-info dump
kubectl cluster-info dump is currently giving a schema error; adding a test for it.pull/58/head
parent
f883fd2ce6
commit
b56d577e4d
|
@ -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() {
|
||||
/*
|
||||
Release : v1.9
|
||||
|
|
Loading…
Reference in New Issue