Documentation
¶
Overview ¶
Package test_finder implements the cros-test-finder for finding tests based on tags.
Index ¶
Constants ¶
View Source
const (
DefaultLogPath = "/tmp/filters"
)
Variables ¶
View Source
var Version = "<unknown>"
Version is the version info of this command. It is filled in during emerge.
Functions ¶
func FindTests ¶
func FindTests(logger *log.Logger, req *api.CrosTestFinderRequest, metadataDir string) (*api.CrosTestFinderResponse, error)
func NewServer ¶
func NewServer(logger *log.Logger, logPath, name string, commonParams *common.CommonFilterParams, executor servertemplate.ExecutorFunc) *grpc.Server
NewServer creates an execution server.
func TestFinderInternal ¶
Types ¶
type TestFinderServiceServer ¶
type TestFinderServiceServer struct { api.UnimplementedTestFinderServiceServer *servertemplate.GenericFilterServiceServer }
TestFinderServiceServer implementation of dut_service.proto
func (*TestFinderServiceServer) FindTests ¶
func (s *TestFinderServiceServer) FindTests(ctx context.Context, req *api.CrosTestFinderRequest) (*api.CrosTestFinderResponse, error)
FindTests calls the innerMain (test-finder flow) in main.
Click to show internal directories.
Click to hide internal directories.