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 + var Events = []event.Name + var Name = "CPUCmd" + func Load() (string, test.TestStepFactory, []event.Name) + func New() test.TestStep + type CPUCmd struct + Args []test.Param + Executable *test.Param + Expect *test.Param + Host *test.Param + Port *test.Param + PrivateKeyFile *test.Param + SkipIfEmptyHost *test.Param + Timeout *test.Param + User *test.Param + func (ts *CPUCmd) Run(ctx xcontext.Context, ch test.TestStepChannels, params test.TestStepParameters, ...) (json.RawMessage, error) + func (ts *CPUCmd) ValidateParameters(ctx xcontext.Context, params test.TestStepParameters) error + func (ts CPUCmd) Name() string