mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-14 16:25:09 -05:00
This leverages ktesting as wrapper around Ginkgo and testing.T to make all
helper code that is needed to deploy a DRA driver available to Go unit
tests and thus integration tests.
How to proceed with unifying helper code for integration and E2E testing is
open. This is just a minimal first step in that direction. Ideally, such
code should be in separate packages where usage of Ginkgo, e2e/framework
and gomega.Expect/Eventually/Consistently are forbidden.
While at it, the builder gets extended to make cleanup optional.
This will be needed for upgrade/downgrade testing with sub-tests.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| output | ||
| .import-restrictions | ||
| create.go | ||
| delete.go | ||
| dial.go | ||
| exec_util.go | ||
| get.go | ||
| node_selection.go | ||
| pod_client.go | ||
| resource.go | ||
| resource_test.go | ||
| utils.go | ||
| utils_test.go | ||
| wait.go | ||
| wait_test.go | ||