Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for kubectl cluster-info dump #66515

Merged
merged 1 commit into from
Oct 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions test/e2e/kubectl/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is prettty noisy in CI, do we need to be logging this output?

})
})

framework.KubeDescribe("Kubectl describe", func() {
/*
Release : v1.9
Expand Down