Documentation ¶
Index ¶
- Variables
- func CheckCRCStatus(state string) error
- func CheckHTTPResponseWithRetry(retryCount int, retryWait string, address string, expectedStatusCode int) error
- func CheckOutputMatchWithRetry(retryCount int, retryTime string, command string, expected string, ...) error
- func ConfigFileInCRCHomeContainsKey(format string, configFile string, condition string, keyPath string) error
- func ConfigFileInCRCHomeContainsKeyMatchingValue(format string, configFile string, condition string, keyPath string, ...) error
- func DeleteFileFromCRCHome(fileName string) error
- func ExecuteCommand(command string) error
- func ExecuteCommandWithExpectedExitStatus(command string, expectedExitStatus string) error
- func FeatureContext(s *godog.Suite)
- func FileExistsInCRCHome(fileName string) error
- func LoginToOcClusterSucceedsOrFails(expected string) error
- func ParseFlags()
- func RemoveCRCHome() error
- func SetConfigPropertyToValueSucceedsOrFails(property string, value string, expected string) error
- func SetKubeConfigContextSucceedsOrFails(context, expected string) error
- func StartCRCWithCustomBundleSucceedsOrFails(expected string) error
- func StartCRCWithDefaultBundleAndNameServerSucceedsOrFails(nameserver string, expected string) error
- func StartCRCWithDefaultBundleSucceedsOrFails(expected string) error
- func StartCRCWithDefaultBundleWithStopNetworkTimeSynchronizationSucceedsOrFails(expected string) error
- func WaitForClusterInState(state string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CRCHome string CRCExecutable string )
Functions ¶
func CheckCRCStatus ¶
CheckCRCStatus checks that output of status command matches given regex
func DeleteFileFromCRCHome ¶
func ExecuteCommand ¶ added in v1.29.1
func ExecuteCommandWithExpectedExitStatus ¶ added in v1.29.1
func FeatureContext ¶
FeatureContext defines godog.Suite steps for the test suite.
func FileExistsInCRCHome ¶
func ParseFlags ¶
func ParseFlags()
func RemoveCRCHome ¶
func RemoveCRCHome() error
func StartCRCWithCustomBundleSucceedsOrFails ¶ added in v1.26.0
func WaitForClusterInState ¶ added in v1.26.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.