Documentation
¶
Overview ¶
Package test_finder implements the cros-test-finder for finding tests based on tags.
Index ¶
Constants ¶
This section is empty.
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 TestFinderInternal ¶
Types ¶
type TestFinderServiceServer ¶
type TestFinderServiceServer struct {
// contains filtered or unexported fields
}
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.