package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Functions

CheckPageContains makes a http request for an example application and checks that the result contains given string.
CheckPageRegexp makes a http request for an example application and checks that the result satisfies a given regexp; it will also return the submatch array entry present at index for possible comparisons.
CreateMySQLReplicationHelpers creates a set of MySQL helpers for master, slave and an extra helper that is used for remote login test.
CreatePostgreSQLReplicationHelpers creates a set of PostgreSQL helpers for master, slave an en extra helper that is used for remote login test.
NewSampleRepoTest creates a function for a new ginkgo test case that will instantiate a template from a url, kick off the buildconfig defined in that template, wait for the build/deploy, and then confirm the application is serving an expected string value.
RunInPodContainer will run provided command in the specified pod container.

# Type aliases