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
34a0a78d
Commit
34a0a78d
authored
Feb 27, 2017
by
Andy Goldstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make kubectl taint e2e serial
Make kubectl taint e2e run [Serial] so it doesn't affect any other tests.
parent
7f626cf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
kubectl.go
test/e2e/kubectl.go
+3
-1
No files found.
test/e2e/kubectl.go
View file @
34a0a78d
...
...
@@ -1395,7 +1395,9 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
})
})
framework
.
KubeDescribe
(
"Kubectl taint"
,
func
()
{
// This test must run [Serial] because it modifies the node so it doesn't allow pods to execute on
// it, which will affect anything else running in parallel.
framework
.
KubeDescribe
(
"Kubectl taint [Serial]"
,
func
()
{
It
(
"should update the taint on a node"
,
func
()
{
testTaint
:=
v1
.
Taint
{
Key
:
fmt
.
Sprintf
(
"kubernetes.io/e2e-taint-key-001-%s"
,
string
(
uuid
.
NewUUID
())),
...
...
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