diff options
| author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | 2017-07-31 10:56:00 -0700 |
|---|---|---|
| committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | 2017-08-14 11:41:07 -0700 |
| commit | 89c57c47599e6cd0a65d06336d048fb5859feae7 (patch) | |
| tree | b3863d2d0336cce891be943c4e814f4bff1322ca | |
| parent | 85ddcc4af4979e3d6b183449ca09dbbd2a270ec0 (diff) | |
Specify --provider option on local e2e test
e2e test finds a suitable util.sh from "--provider" option.
However the e2e test way of community repo didn't show the setting of
the option and the gce's util.sh was selected as the default.
This patch fixes it.
| -rw-r--r-- | contributors/devel/e2e-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 2bfc6f82..5ee6f0d6 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -432,7 +432,7 @@ at a custom host directly: export KUBECONFIG=/path/to/kubeconfig export KUBE_MASTER_IP="127.0.0.1:<PORT>" export KUBE_MASTER=local -go run hack/e2e.go -- -v --test +go run hack/e2e.go -- -v --test --provider=local ``` To control the tests that are run: |
