Documentation ¶
Index ¶
- Variables
- type HWTestPlan
- func (*HWTestPlan) Descriptor() ([]byte, []int)deprecated
- func (x *HWTestPlan) GetCoverageRules() []*api.CoverageRule
- func (x *HWTestPlan) GetId() *HWTestPlan_TestPlanId
- func (*HWTestPlan) ProtoMessage()
- func (x *HWTestPlan) ProtoReflect() protoreflect.Message
- func (x *HWTestPlan) Reset()
- func (x *HWTestPlan) String() string
- type HWTestPlan_TestPlanId
- func (*HWTestPlan_TestPlanId) Descriptor() ([]byte, []int)deprecated
- func (x *HWTestPlan_TestPlanId) GetValue() string
- func (*HWTestPlan_TestPlanId) ProtoMessage()
- func (x *HWTestPlan_TestPlanId) ProtoReflect() protoreflect.Message
- func (x *HWTestPlan_TestPlanId) Reset()
- func (x *HWTestPlan_TestPlanId) String() string
- type VMTestPlan
- func (*VMTestPlan) Descriptor() ([]byte, []int)deprecated
- func (x *VMTestPlan) GetCoverageRules() []*api.CoverageRule
- func (x *VMTestPlan) GetId() *VMTestPlan_TestPlanId
- func (*VMTestPlan) ProtoMessage()
- func (x *VMTestPlan) ProtoReflect() protoreflect.Message
- func (x *VMTestPlan) Reset()
- func (x *VMTestPlan) String() string
- type VMTestPlan_TestPlanId
- func (*VMTestPlan_TestPlanId) Descriptor() ([]byte, []int)deprecated
- func (x *VMTestPlan_TestPlanId) GetValue() string
- func (*VMTestPlan_TestPlanId) ProtoMessage()
- func (x *VMTestPlan_TestPlanId) ProtoReflect() protoreflect.Message
- func (x *VMTestPlan_TestPlanId) Reset()
- func (x *VMTestPlan_TestPlanId) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_chromiumos_test_api_v1_plan_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HWTestPlan ¶
type HWTestPlan struct { Id *HWTestPlan_TestPlanId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CoverageRules []*api.CoverageRule `protobuf:"bytes,2,rep,name=coverage_rules,json=coverageRules,proto3" json:"coverage_rules,omitempty"` // contains filtered or unexported fields }
A hardware test plan is composed of coverage rules
func (*HWTestPlan) Descriptor
deprecated
func (*HWTestPlan) Descriptor() ([]byte, []int)
Deprecated: Use HWTestPlan.ProtoReflect.Descriptor instead.
func (*HWTestPlan) GetCoverageRules ¶
func (x *HWTestPlan) GetCoverageRules() []*api.CoverageRule
func (*HWTestPlan) GetId ¶
func (x *HWTestPlan) GetId() *HWTestPlan_TestPlanId
func (*HWTestPlan) ProtoMessage ¶
func (*HWTestPlan) ProtoMessage()
func (*HWTestPlan) ProtoReflect ¶
func (x *HWTestPlan) ProtoReflect() protoreflect.Message
func (*HWTestPlan) Reset ¶
func (x *HWTestPlan) Reset()
func (*HWTestPlan) String ¶
func (x *HWTestPlan) String() string
type HWTestPlan_TestPlanId ¶
type HWTestPlan_TestPlanId struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Unique name to identify the test plan, recommend reverse domain name rooted at chromeos:
chromeos.release.wifi....
func (*HWTestPlan_TestPlanId) Descriptor
deprecated
func (*HWTestPlan_TestPlanId) Descriptor() ([]byte, []int)
Deprecated: Use HWTestPlan_TestPlanId.ProtoReflect.Descriptor instead.
func (*HWTestPlan_TestPlanId) GetValue ¶
func (x *HWTestPlan_TestPlanId) GetValue() string
func (*HWTestPlan_TestPlanId) ProtoMessage ¶
func (*HWTestPlan_TestPlanId) ProtoMessage()
func (*HWTestPlan_TestPlanId) ProtoReflect ¶
func (x *HWTestPlan_TestPlanId) ProtoReflect() protoreflect.Message
func (*HWTestPlan_TestPlanId) Reset ¶
func (x *HWTestPlan_TestPlanId) Reset()
func (*HWTestPlan_TestPlanId) String ¶
func (x *HWTestPlan_TestPlanId) String() string
type VMTestPlan ¶
type VMTestPlan struct { Id *VMTestPlan_TestPlanId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CoverageRules []*api.CoverageRule `protobuf:"bytes,2,rep,name=coverage_rules,json=coverageRules,proto3" json:"coverage_rules,omitempty"` // contains filtered or unexported fields }
func (*VMTestPlan) Descriptor
deprecated
func (*VMTestPlan) Descriptor() ([]byte, []int)
Deprecated: Use VMTestPlan.ProtoReflect.Descriptor instead.
func (*VMTestPlan) GetCoverageRules ¶
func (x *VMTestPlan) GetCoverageRules() []*api.CoverageRule
func (*VMTestPlan) GetId ¶
func (x *VMTestPlan) GetId() *VMTestPlan_TestPlanId
func (*VMTestPlan) ProtoMessage ¶
func (*VMTestPlan) ProtoMessage()
func (*VMTestPlan) ProtoReflect ¶
func (x *VMTestPlan) ProtoReflect() protoreflect.Message
func (*VMTestPlan) Reset ¶
func (x *VMTestPlan) Reset()
func (*VMTestPlan) String ¶
func (x *VMTestPlan) String() string
type VMTestPlan_TestPlanId ¶
type VMTestPlan_TestPlanId struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Unique name to identify the test plan, recommend reverse domain name rooted at chromeos:
chromeos.release.wifi....
func (*VMTestPlan_TestPlanId) Descriptor
deprecated
func (*VMTestPlan_TestPlanId) Descriptor() ([]byte, []int)
Deprecated: Use VMTestPlan_TestPlanId.ProtoReflect.Descriptor instead.
func (*VMTestPlan_TestPlanId) GetValue ¶
func (x *VMTestPlan_TestPlanId) GetValue() string
func (*VMTestPlan_TestPlanId) ProtoMessage ¶
func (*VMTestPlan_TestPlanId) ProtoMessage()
func (*VMTestPlan_TestPlanId) ProtoReflect ¶
func (x *VMTestPlan_TestPlanId) ProtoReflect() protoreflect.Message
func (*VMTestPlan_TestPlanId) Reset ¶
func (x *VMTestPlan_TestPlanId) Reset()
func (*VMTestPlan_TestPlanId) String ¶
func (x *VMTestPlan_TestPlanId) String() string
Click to show internal directories.
Click to hide internal directories.