Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableTest ¶
type AvailableTest struct { }
AvailableTest tests that the control plane remains is available before and after a cluster upgrade.
func (AvailableTest) Name ¶
func (AvailableTest) Name() string
Name returns the tracking name of the test.
func (*AvailableTest) Setup ¶
func (t *AvailableTest) Setup(f *framework.Framework)
Setup does nothing
func (*AvailableTest) Teardown ¶
func (t *AvailableTest) Teardown(f *framework.Framework)
Teardown cleans up any remaining resources.
func (*AvailableTest) Test ¶
func (t *AvailableTest) Test(f *framework.Framework, done <-chan struct{}, upgrade upgrades.UpgradeType)
Test runs a connectivity check to the core APIs.
Click to show internal directories.
Click to hide internal directories.