diff options
| author | Angus Salkeld <asalkeld@mirantis.com> | 2016-07-12 09:29:49 +0200 |
|---|---|---|
| committer | Angus Salkeld <asalkeld@mirantis.com> | 2016-07-13 09:25:35 +0200 |
| commit | 41183c16771d864f6b68e8ab402f0e6595e2b394 (patch) | |
| tree | 86312fc0127a5c310946162981c62cd93836786d | |
| parent | 451e9a5a3fd2497851e0b31fc7acbfe75a576968 (diff) | |
Add detect-master to local provider to get e2e working
go run hack/e2e.go -v -test --check_node_count=false --test_args="--ginkgo.focus=\[Feature:Volumes\]"
| -rw-r--r-- | e2e-tests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2e-tests.md b/e2e-tests.md index 50356385..a33ec83f 100644 --- a/e2e-tests.md +++ b/e2e-tests.md @@ -397,13 +397,13 @@ at a custom host directly: ```sh export KUBECONFIG=/path/to/kubeconfig -go run hack/e2e.go -v --test --check_node_count=false --test_args="--host=http://127.0.0.1:8080" +go run hack/e2e.go -v --test --check_node_count=false ``` To control the tests that are run: ```sh -go run hack/e2e.go -v --test --check_node_count=false --test_args="--host=http://127.0.0.1:8080" --ginkgo.focus="Secrets" +go run hack/e2e.go -v --test --check_node_count=false --test_args="--ginkgo.focus="Secrets" ``` ## Kinds of tests |
