Versions in this module Expand all Collapse all v1 v1.0.1 Aug 8, 2022 v1.0.0 Aug 4, 2022 Changes in this version + const ResultFail + const ResultNA + const ResultPass + const SeverityDebug + const SeverityError + const SeverityFatal + const SeverityInfo + const SeverityWarning + const StatusComplete + const StatusError + const StatusSkipped + const StatusUnkown + const StepEndEvent + const StepLogEvent + const StepStartEvent + const TestEndEvent + const TestLogEvent + const TestStartEvent + var Events = []event.Name + var Name = "Exec" + func Load() (string, test.TestStepFactory, []event.Name) + func New() test.TestStep + type Log struct + Severity Severity + Text string + type OCPEventParser struct + func NewOCPEventParser(target *target.Target, ev testevent.Emitter) *OCPEventParser + func (ep *OCPEventParser) Error() error + func (ep *OCPEventParser) Parse(ctx xcontext.Context, root *OCPRoot) error + type OCPRoot struct + RunArtifact *RunArtifact + SequenceNumber int + StepArtifact *StepArtifact + Timestamp string + type OCPState struct + RunEnd *RunEnd + func (s OCPState) Error() error + type Result string + type RunArtifact struct + Log *Log + RunEnd *RunEnd + RunStart *RunStart + type RunEnd struct + Name string + Result Result + Status Status + type RunStart struct + Name string + Version string + type Severity string + type Status string + type StepArtifact struct + Log *Log + StepEnd *StepEnd + StepId string + StepStart *StepStart + type StepEnd struct + Name string + Status Status + type StepStart struct + Name string + type TargetRunner struct + func NewTargetRunner(ts *TestStep, ev testevent.Emitter) *TargetRunner + func (r *TargetRunner) Run(ctx xcontext.Context, target *target.Target) error + type TestStep struct + func (ts *TestStep) Run(ctx xcontext.Context, ch test.TestStepChannels, params test.TestStepParameters, ...) (json.RawMessage, error) + func (ts *TestStep) ValidateParameters(_ xcontext.Context, stepParams test.TestStepParameters) error + func (ts TestStep) Name() string