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
523fa246
Commit
523fa246
authored
Sep 12, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Sep 12, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #31102 from sttts/sttts-podclient-doc
Automatic merge from submit-queue Add some docs about the missing node e2e scheduling
parents
a842608c
7a7e059a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
e2e-node-tests.md
docs/devel/e2e-node-tests.md
+2
-0
pods.go
test/e2e/framework/pods.go
+3
-1
No files found.
docs/devel/e2e-node-tests.md
View file @
523fa246
...
@@ -42,6 +42,8 @@ Node e2e tests are run as both pre- and post- submit tests by the Kubernetes pro
...
@@ -42,6 +42,8 @@ Node e2e tests are run as both pre- and post- submit tests by the Kubernetes pro
*Note: Linux only. Mac and Windows unsupported.*
*Note: Linux only. Mac and Windows unsupported.*
*Note: There is no scheduler running. The e2e tests have to do manual scheduling, e.g. by using `framework.PodClient`.*
# Running tests
# Running tests
## Locally
## Locally
...
...
test/e2e/framework/pods.go
View file @
523fa246
...
@@ -30,7 +30,9 @@ import (
...
@@ -30,7 +30,9 @@ import (
.
"github.com/onsi/gomega"
.
"github.com/onsi/gomega"
)
)
// Convenience method for getting a pod client interface in the framework's namespace.
// Convenience method for getting a pod client interface in the framework's namespace,
// possibly applying test-suite specific transformations to the pod spec, e.g. for
// node e2e pod scheduling.
func
(
f
*
Framework
)
PodClient
()
*
PodClient
{
func
(
f
*
Framework
)
PodClient
()
*
PodClient
{
return
&
PodClient
{
return
&
PodClient
{
f
:
f
,
f
:
f
,
...
...
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