package e2e
import "k8s.io/kubernetes/test/e2e"
Index ¶
- func RemoveCleanupAction(p CleanupActionHandle)
- func RunCleanupActions()
- func RunE2ETests(t *testing.T)
- type CleanupActionHandle
Functions ¶
func RemoveCleanupAction ¶
func RemoveCleanupAction(p CleanupActionHandle)
RemoveCleanupAction removes a function that was installed by AddCleanupAction.
func RunCleanupActions ¶
func RunCleanupActions()
RunCleanupActions runs all functions installed by AddCleanupAction. It does not remove them (see RemoveCleanupAction) but it does run unlocked, so they may remove themselves.
func RunE2ETests ¶
TestE2E checks configuration parameters (specified through flags) and then runs E2E tests using the Ginkgo runner. If a "report directory" is specified, one or more JUnit test reports will be generated in this directory, and cluster logs will also be saved. This function is called on each Ginkgo node in parallel mode.
Types ¶
type CleanupActionHandle ¶
type CleanupActionHandle *int
func AddCleanupAction ¶
func AddCleanupAction(fn func()) CleanupActionHandle
AddCleanupAction installs a function that will be called in the event of the whole test being terminated. This allows arbitrary pieces of the overall test to hook into SynchronizedAfterSuite().
Source Files ¶
e2e.go examples.go gke_local_ssd.go gke_node_pools.go
Directories ¶
- Version
- v1.9.0-beta.0
- Published
- Nov 17, 2017
- Platform
- js/wasm
- Imports
- 40 packages
- Last checked
- 7 minutes ago –
Tools for package owners.