e2e test framework
Signed-off-by: NRoland.Ma <rolandma@yunify.com>
Showing
... | @@ -102,6 +102,7 @@ require ( | ... | @@ -102,6 +102,7 @@ require ( |
sigs.k8s.io/controller-runtime v0.6.4 | sigs.k8s.io/controller-runtime v0.6.4 | ||
sigs.k8s.io/controller-tools v0.4.0 | sigs.k8s.io/controller-tools v0.4.0 | ||
sigs.k8s.io/kubefed v0.4.0 | sigs.k8s.io/kubefed v0.4.0 | ||
kubesphere.io/client-go v0.0.0 | |||
) | ) | ||
replace ( | replace ( | ||
... | @@ -756,4 +757,6 @@ replace ( | ... | @@ -756,4 +757,6 @@ replace ( |
sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.2.0 | sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.2.0 | ||
sourcegraph.com/sourcegraph/appdash => sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 | sourcegraph.com/sourcegraph/appdash => sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 | ||
vbom.ml/util => vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc | vbom.ml/util => vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc | ||
kubesphere.io/client-go => ./staging/src/kubesphere.io/client-go | |||
) | ) |
test/e2e/constants.go
0 → 100644
test/e2e/e2e.go
0 → 100644
test/e2e/framework/expect.go
0 → 100644
test/e2e/framework/framework.go
0 → 100644
test/e2e/framework/log.go
0 → 100644
test/e2e/groups.go
0 → 100644
test/e2e/quick.go
0 → 100644
test/e2e/workspaces.go
0 → 100644
想要评论请 注册 或 登录