You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently maintain our own dedicated set of end-to-end tests. During KubeCon EU 2019, I learned that other cloud providers (like OpenStack) leverage the Kubernetes upstream tests. We should explore if we can do the same in order to reduce test duplication.
A short discovery on how to do this points at hack/e2e.go which is a wrapper around test-infra's kubetest these days that can be installed stand-alone.
The text was updated successfully, but these errors were encountered:
We currently maintain our own dedicated set of end-to-end tests. During KubeCon EU 2019, I learned that other cloud providers (like OpenStack) leverage the Kubernetes upstream tests. We should explore if we can do the same in order to reduce test duplication.
A short discovery on how to do this points at
hack/e2e.go
which is a wrapper around test-infra's kubetest these days that can be installed stand-alone.The text was updated successfully, but these errors were encountered: