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
e5bd6b1e
Commit
e5bd6b1e
authored
Jul 06, 2018
by
Yu-Ju Hong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a README in test/e2e/node with a warning
parent
5114d4e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
test/e2e/node/README.md
+13
-0
No files found.
test/e2e/node/README.md
0 → 100644
View file @
e5bd6b1e
# WARNING: Do not add tests in this directory
There are two types of end-to-end tests in Kubernetes:
*
[
Cluster end-to-end tests
](
https://git.k8s.io/community/contributors/devel/e2e-tests.md
)
*
[
Node end-to-end
tests](https://github.com/kubernetes/community/blob/master/contributors/devel/e2e-node-tests.md)
Tests located in
`${KUBE_ROOT}/test/e2e/common`
are shared by both Cluster
and Node E2E test jobs. Tests in
`${KUBE_ROOT}/test/e2e_node`
are exclusively
owned by Node E2E.
*
If you want to add a test, most likely than not, you want
to add the test to one of the two directories mentioned above.
*
If you are
unsure, please check with the OWNER of the directory. This directory currently
contains misplaced and legacy tests; they will be cleaned up in the future.
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