diff options
| author | k8s-merge-robot <k8s.production.user@gmail.com> | 2016-06-21 14:30:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-21 14:30:58 -0700 |
| commit | cee060cd4a75fdf09b876da170c540738386b0d0 (patch) | |
| tree | d9ce552b820972d563ee913f8598e92c5c53e939 | |
| parent | 3d6c8acef6d926386f2332266925968b9df0c068 (diff) | |
| parent | 304fe5515360ec94ef094977177a40825cacb2a7 (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.md | 1 |
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\]" |
