Documentation ¶
Index ¶
Constants ¶
View Source
const TestOutputLogType = "test-output"
TestOutputLogType marks given log entry as test output
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestRunner ¶
type TestRunner struct {
// contains filtered or unexported fields
}
TestRunner executes testing script
func NewTestRunner ¶
func NewTestRunner(testThrottle time.Duration, cfgMapName, testingScriptPath string, cfgMapClient configMapClient, log logrus.FieldLogger) *TestRunner
NewTestRunner creates new instance of TestRunner
Click to show internal directories.
Click to hide internal directories.