Documentation ¶
Index ¶
- func OnlyAllowNodeZones(f *framework.Framework, zoneCount int, image string)
- func PodsUseStaticPVsOrFail(f *framework.Framework, podCount int, image string)
- func RemoveCleanupAction(p CleanupActionHandle)
- func RunCleanupActions()
- func RunE2ETests(t *testing.T)
- func SpreadRCOrFail(f *framework.Framework, replicaCount int32, image string)
- func SpreadServiceOrFail(f *framework.Framework, replicaCount int, image string)
- type CleanupActionHandle
- type State
- type StaticPVTestConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OnlyAllowNodeZones ¶ added in v1.7.12
OnlyAllowNodeZones tests that GetAllCurrentZones returns only zones with Nodes
func PodsUseStaticPVsOrFail ¶ added in v1.7.0
Check that the pods using statically created PVs get scheduled to the same zone that the PV is in.
func RemoveCleanupAction ¶ added in v1.2.0
func RemoveCleanupAction(p CleanupActionHandle)
RemoveCleanupAction removes a function that was installed by AddCleanupAction.
func RunCleanupActions ¶ added in v1.2.0
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.
func SpreadRCOrFail ¶ added in v1.2.0
Check that the pods comprising a replication controller get spread evenly across available zones
Types ¶
type CleanupActionHandle ¶ added in v1.2.0
type CleanupActionHandle *int
func AddCleanupAction ¶ added in v1.2.0
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().
type StaticPVTestConfig ¶ added in v1.7.0
type StaticPVTestConfig struct {
// contains filtered or unexported fields
}
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
ginkgowrapper
Package ginkgowrapper wraps Ginkgo Fail and Skip functions to panic with structured data instead of a constant string.
|
Package ginkgowrapper wraps Ginkgo Fail and Skip functions to panic with structured data instead of a constant string. |
Package network are the end-to-end tests for Kubernetes networking.
|
Package network are the end-to-end tests for Kubernetes networking. |
Package upgrades provides a framework for testing Kubernetes features before, during, and after different types of upgrades.
|
Package upgrades provides a framework for testing Kubernetes features before, during, and after different types of upgrades. |