Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPostUpgradeWorker ¶
func RegisterPostUpgradeWorker(name string, worker TestWorker)
func RegisterPreUpgradeWorker ¶
func RegisterPreUpgradeWorker(name string, worker TestWorker)
Types ¶
type TestParams ¶
type TestWorker ¶
type TestWorker interface {
Run(ctx context.Context, t *testing.T, params TestParams)
}
func GetPostUpgradeWorker ¶
func GetPostUpgradeWorker(name string) TestWorker
func GetPreUpgradeWorker ¶
func GetPreUpgradeWorker(name string) TestWorker
Click to show internal directories.
Click to hide internal directories.