Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultRunTimeout is the timeout value for Agent.Run(). DefaultRunTimeout = 10 * time.Minute )
Variables ¶
View Source
var FailuresSuite = func() { Context("pod startup", TestPodStartup) }
FailuresSuite is a test suite that runs test cases with failure injection
View Source
var FunctionsSuite = func() { Context("coil-controller", TestCoilController) Context("coil-installer", TestCoilInstaller) Context("pod", TestPod) Context("pool", TestPool) }
FunctionsSuite is a test suite that tests small test cases
Functions ¶
func TestPodStartup ¶ added in v1.1.6
func TestPodStartup()
TestPodStartup tests pod startup, especially under failure injection.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.