You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: e2e/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Bootkube E2E Testing
2
2
3
3
This is the beginnings of E2E testing for the bootkube repo using the standard go testing harness. To run the tests once you have a kubeconfig to a running cluster just execute:
4
-
`go test -v --kubeconfig=<filepath> ./e2e/`
4
+
`go test -v ./e2e/ --kubeconfig=<filepath>`
5
5
6
6
The number of nodes is required so that the setup can block on all nodes being registered.
0 commit comments