Documentation
¶
Index ¶
- Variables
- func CheckClusterOperatorsWithRetry(retryCount int, retryWait 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 CopyFilesToTestDir() error
- func DeleteCRC() error
- func DeleteFileFromCRCHome(fileName string) error
- func DownloadBundle(bundleLocation string, bundleDestination string) (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 StartCRCWithDefaultBundleAndNameServerSucceedsOrFails(nameserver string, expected string) error
- func StartCRCWithDefaultBundleSucceedsOrFails(expected string) error
- func StartCRCWithDefaultBundleWithStopNetworkTimeSynchronizationSucceedsOrFails(expected string) error
- func StdoutContainsIfBundleEmbeddedOrNot(value string, expected string) error
- func UnsetConfigPropertySucceedsOrFails(property string, expected string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CRCHome string CRCBinary string )
Functions ¶
func CopyFilesToTestDir ¶
func CopyFilesToTestDir() error
func DeleteFileFromCRCHome ¶
func DownloadBundle ¶
Download bundle for testing
func FeatureContext ¶
FeatureContext defines godog.Suite steps for the test suite.
func FileExistsInCRCHome ¶
func ParseFlags ¶
func ParseFlags()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.