From 1dfe1965955caeadb3ad845b0d22fbdecd33f862 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Wed, 28 Feb 2018 11:12:09 +0100 Subject: e2e-tests: Add missing --provider parameter for local test The example about running some tests is in the section on "Testing against local clusters". Without the --provider=local parameter, it'll try to use gce. --- contributors/devel/e2e-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 4737a4f5..5e47f6d5 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -427,7 +427,7 @@ go run hack/e2e.go -- --provider=local -v --test To control the tests that are run: ```sh -go run hack/e2e.go -- -v --test --test_args="--ginkgo.focus=\"Secrets\"" +go run hack/e2e.go -- --provider=local -v --test --test_args="--ginkgo.focus=\"Secrets\"" ``` ### Version-skewed and upgrade testing -- cgit v1.2.3