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".
This commit is contained in:
commit
cee060cd4a
|
|
@ -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\]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue