summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-merge-robot <k8s.production.user@gmail.com>2016-06-21 14:30:58 -0700
committerGitHub <noreply@github.com>2016-06-21 14:30:58 -0700
commitcee060cd4a75fdf09b876da170c540738386b0d0 (patch)
treed9ce552b820972d563ee913f8598e92c5c53e939
parent3d6c8acef6d926386f2332266925968b9df0c068 (diff)
parent304fe5515360ec94ef094977177a40825cacb2a7 (diff)
Merge pull request #26932 from aaronlevy/conformance-fix
Automatic merge from submit-queue Allow conformance tests to run on non-GCE providers fixes https://github.com/kubernetes/kubernetes/issues/26869 Creates a skeleton provider which has all the required function stubs -- but will allow a previously set "skeleton" KUBERNETES_PROVIDER to not be overriden with "gce".
-rw-r--r--e2e-tests.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2e-tests.md b/e2e-tests.md
index e8f6b155..6a6a5b39 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -479,6 +479,7 @@ credentials.
# setup for conformance tests
export KUBECONFIG=/path/to/kubeconfig
export KUBERNETES_CONFORMANCE_TEST=y
+export KUBERNETES_PROVIDER=skeleton
# run all conformance tests
go run hack/e2e.go -v --test --test_args="--ginkgo.focus=\[Conformance\]"