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
1d031b7a
Commit
1d031b7a
authored
Dec 08, 2014
by
Brendan Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expand e2e instructions.
parent
e1872b9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
development.md
docs/devel/development.md
+18
-1
No files found.
docs/devel/development.md
View file @
1d031b7a
...
...
@@ -115,7 +115,24 @@ Pressing control-C should result in an orderly shutdown but if something goes wr
go run e2e.go --down
```
See the flag definitions in
`hack/e2e.go`
for more options, such as reusing an existing cluster.
See the flag definitions in
`hack/e2e.go`
for more options, such as reusing an existing cluster, here is an overview:
```
sh
# Create a fresh cluster. Deletes a cluster first, if it exists
go run e2e.go
--up
# Test if a cluster is up.
go run e2e.go
--isup
# Push code to an existing cluster
go run e2e.go
--push
# Run all tests
go run e2e.go
--test
# Run tests matching a glob.
go run e2e.go
--tests
=
...
```
## Testing out flaky tests
[
Instructions here
](
docs/devel/flaky-tests.md
)
...
...
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