Documentation ¶
Index ¶
- Variables
- type TestPlatformArgs
- func (*TestPlatformArgs) Descriptor() ([]byte, []int)deprecated
- func (x *TestPlatformArgs) GetTests() []*api.AutotestTest
- func (*TestPlatformArgs) ProtoMessage()
- func (x *TestPlatformArgs) ProtoReflect() protoreflect.Message
- func (x *TestPlatformArgs) Reset()
- func (x *TestPlatformArgs) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_platform_autotest_dynamic_suite_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestPlatformArgs ¶
type TestPlatformArgs struct { Tests []*api.AutotestTest `protobuf:"bytes,1,rep,name=tests,proto3" json:"tests,omitempty"` // contains filtered or unexported fields }
TestPlatformArgs defines the input format used by autotest's dynamic suite (see https://chromium.googlesource.com/chromiumos/third_party/autotest/+/refs/heads/master/server/cros/dynamic_suite/dynamic_suite.py) This argument is available to the control.cros_test_platform suite, as an autotest entry point for cros_test_platform.
These arguments are in addition to the standard dynamic_suite arguments passed in via the run_suite command line (see https://chromium.googlesource.com/chromiumos/third_party/autotest/+/refs/heads/master/site_utils/run_suite.py).
func (*TestPlatformArgs) Descriptor
deprecated
func (*TestPlatformArgs) Descriptor() ([]byte, []int)
Deprecated: Use TestPlatformArgs.ProtoReflect.Descriptor instead.
func (*TestPlatformArgs) GetTests ¶
func (x *TestPlatformArgs) GetTests() []*api.AutotestTest
func (*TestPlatformArgs) ProtoMessage ¶
func (*TestPlatformArgs) ProtoMessage()
func (*TestPlatformArgs) ProtoReflect ¶
func (x *TestPlatformArgs) ProtoReflect() protoreflect.Message
func (*TestPlatformArgs) Reset ¶
func (x *TestPlatformArgs) Reset()
func (*TestPlatformArgs) String ¶
func (x *TestPlatformArgs) String() string
Click to show internal directories.
Click to hide internal directories.