Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_platform_execution_param_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Param ¶
type Param struct { // If set, crash reports generated during test execution are uploaded to a // builder-determined crash server (e.g. http://crash or // http://crash-staging) UploadCrashes bool `protobuf:"varint,1,opt,name=upload_crashes,json=uploadCrashes,proto3" json:"upload_crashes,omitempty"` // If set, a Docker container to use to run autoserv. The container must // contain autoserv under the same path as the host (e.g. // "/usr/local/autotest/server/autoserv"). // // The container will be pulled if needed. ContainerImageInfo *api.ContainerImageInfo `protobuf:"bytes,8,opt,name=container_image_info,json=containerImageInfo,proto3" json:"container_image_info,omitempty"` // contains filtered or unexported fields }
Uniformly applied parameters for all test executions in a test platform request.
func (*Param) Descriptor
deprecated
func (*Param) GetContainerImageInfo ¶
func (x *Param) GetContainerImageInfo() *api.ContainerImageInfo
func (*Param) GetUploadCrashes ¶
func (*Param) ProtoMessage ¶
func (*Param) ProtoMessage()
func (*Param) ProtoReflect ¶
func (x *Param) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.