mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
e2e framework: eliminate interim sub packages
The "todo" packages were necessary while moving code around to avoid hitting cyclic dependencies. Now that any sub package can depend on the framework, they are no longer needed and the code can be moved into the normal sub packages.
This commit is contained in:
@@ -55,8 +55,8 @@ import (
|
||||
|
||||
// reconfigure framework
|
||||
_ "k8s.io/kubernetes/test/e2e/framework/debug/init"
|
||||
_ "k8s.io/kubernetes/test/e2e/framework/todo/metrics/init"
|
||||
_ "k8s.io/kubernetes/test/e2e/framework/todo/node/init"
|
||||
_ "k8s.io/kubernetes/test/e2e/framework/metrics/init"
|
||||
_ "k8s.io/kubernetes/test/e2e/framework/node/init"
|
||||
|
||||
"github.com/onsi/ginkgo/v2"
|
||||
"github.com/onsi/gomega"
|
||||
|
Reference in New Issue
Block a user