Use a skeleton provider for unimplemented functionality

This commit is contained in:
Aaron Levy
2016-06-06 19:25:36 -07:00
parent 6c549ae91f
commit e8d1dae1a9
4 changed files with 105 additions and 81 deletions

View File

@@ -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\]"