Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
cfd63434
Unverified
Commit
cfd63434
authored
Oct 18, 2018
by
k8s-ci-robot
Committed by
GitHub
Oct 18, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #66515 from justinsb/verify_kubectl_dump
Add test for kubectl cluster-info dump
parents
4339a70d
b56d577e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
kubectl.go
test/e2e/kubectl/kubectl.go
+7
-0
No files found.
test/e2e/kubectl/kubectl.go
View file @
cfd63434
...
@@ -847,6 +847,13 @@ metadata:
...
@@ -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
()
{
framework
.
KubeDescribe
(
"Kubectl describe"
,
func
()
{
/*
/*
Release : v1.9
Release : v1.9
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment