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
dd07df00
Commit
dd07df00
authored
Jun 22, 2015
by
Mike Danese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reenable e2e test
parent
0c8f71aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
kitten-rc.yaml
examples/update-demo/kitten-rc.yaml
+0
-1
kubectl.go
test/e2e/kubectl.go
+1
-2
No files found.
examples/update-demo/kitten-rc.yaml
View file @
dd07df00
...
@@ -3,7 +3,6 @@ kind: ReplicationController
...
@@ -3,7 +3,6 @@ kind: ReplicationController
metadata
:
metadata
:
name
:
update-demo-kitten
name
:
update-demo-kitten
spec
:
spec
:
replicas
:
4
selector
:
selector
:
name
:
update-demo
name
:
update-demo
version
:
kitten
version
:
kitten
...
...
test/e2e/kubectl.go
View file @
dd07df00
...
@@ -101,8 +101,7 @@ var _ = Describe("Kubectl client", func() {
...
@@ -101,8 +101,7 @@ var _ = Describe("Kubectl client", func() {
validateController
(
c
,
nautilusImage
,
2
,
"update-demo"
,
updateDemoSelector
,
getUDData
(
"nautilus.jpg"
,
ns
),
ns
)
validateController
(
c
,
nautilusImage
,
2
,
"update-demo"
,
updateDemoSelector
,
getUDData
(
"nautilus.jpg"
,
ns
),
ns
)
By
(
"rolling-update to new replication controller"
)
By
(
"rolling-update to new replication controller"
)
runKubectl
(
"rolling-update"
,
"update-demo-nautilus"
,
"--update-period=1s"
,
"-f"
,
kittenPath
,
fmt
.
Sprintf
(
"--namespace=%v"
,
ns
))
runKubectl
(
"rolling-update"
,
"update-demo-nautilus"
,
"--update-period=1s"
,
"-f"
,
kittenPath
,
fmt
.
Sprintf
(
"--namespace=%v"
,
ns
))
// TODO: revisit the expected replicas once #9645 is resolved
validateController
(
c
,
kittenImage
,
2
,
"update-demo"
,
updateDemoSelector
,
getUDData
(
"kitten.jpg"
,
ns
),
ns
)
validateController
(
c
,
kittenImage
,
4
,
"update-demo"
,
updateDemoSelector
,
getUDData
(
"kitten.jpg"
,
ns
),
ns
)
// Everything will hopefully be cleaned up when the namespace is deleted.
// Everything will hopefully be cleaned up when the namespace is deleted.
})
})
})
})
...
...
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