mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Add test for kubectl cluster-info dump
kubectl cluster-info dump is currently giving a schema error; adding a test for it.
This commit is contained in:
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() {
|
framework.KubeDescribe("Kubectl describe", func() {
|
||||||
/*
|
/*
|
||||||
Release : v1.9
|
Release : v1.9
|
||||||
|
Loading…
Reference in New Issue
Block a user