Unverified Commit cfd63434 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #66515 from justinsb/verify_kubectl_dump

Add test for kubectl cluster-info dump
parents 4339a70d b56d577e
......@@ -847,6 +847,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
......
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