Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelSuite Suite name. LabelSuite = "diskencryption" // TimeoutWaitRegex timeout for a matching regex during boot. TimeoutWaitRegex = 15 * time.Minute // TimeoutClusterRecovery timeout for cluster recovery. TimeoutClusterRecovery = 25 * time.Minute // TimeoutClusterUnreachable timeout for cluster recovery. TimeoutClusterUnreachable = 5 * time.Minute // PollingIntervalBMC interval to poll the BMC after an error. PollingIntervalBMC = 30 * time.Second // TimeoutWaitingOnBMC timeout until failing a BMC command. TimeoutWaitingOnBMC = 10 * time.Minute // PollingIntervalK8S interval to poll cluster after an error. PollingIntervalK8S = 1 * time.Second // TimeoutWaitingOnK8S timeout until failing a cluster command. TimeoutWaitingOnK8S = 100 * time.Second // LogLevel is the verbosity of glog statements in this test suite. LogLevel glog.Level = 90 // RetryInterval retry interval for node exec commands. RetryInterval = 10 * time.Second // RetryCount retry count for node exec commands. RetryCount uint = 10 // TestTPMMaxRetries TPM max retries value when running tests. TestTPMMaxRetries int64 = 1000 )
Variables ¶
View Source
var ( // Labels represents the range of labels that can be used for test cases selection. Labels = []string{systemtestsparams.Label, LabelSuite} // OriginalTPMMaxRetries variable to hold the original TPM max retries parameter already configure in the TPM. OriginalTPMMaxRetries int64 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.