summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Levy <aaronjlevy@gmail.com>2016-06-06 19:25:36 -0700
committerAaron Levy <aaronjlevy@gmail.com>2016-06-07 16:08:09 -0700
commit304fe5515360ec94ef094977177a40825cacb2a7 (patch)
treef9b31a7b8943c888b2a98e2cb7c80293caaa6dce
parent5ebb3f2f88d2f7188cc411c6459f90d9f9aec89e (diff)
Use a skeleton provider for unimplemented functionality
-rw-r--r--e2e-tests.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2e-tests.md b/e2e-tests.md
index d09ab9e7..7720e2d8 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -354,6 +354,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\]"