Documentation
¶
Index ¶
- func CollectHOLogs(baseURL string) error
- func CreateCVDFromImageDirs(srv hoclient.HostOrchestratorClient, hostPkgDir, imageDir string) (*hoapi.CVD, error)
- func DownloadHostBugReport(srv hoclient.HostOrchestratorClient, group string) error
- func PrepareArtifact(srv hoclient.HostOrchestratorClient, filename string) (string, error)
- func VerifyLogsEndpoint(srvURL, group, name string) error
- type AdbHelper
- func (h *AdbHelper) BuildShellCommand(serial string, cmd []string) *exec.Cmd
- func (h *AdbHelper) Connect(serial string) error
- func (h *AdbHelper) ExecShellCommand(serial string, cmd []string) (string, error)
- func (h *AdbHelper) StartServer() error
- func (h *AdbHelper) WaitForDevice(serial string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectHOLogs ¶
func CreateCVDFromImageDirs ¶
func DownloadHostBugReport ¶
func DownloadHostBugReport(srv hoclient.HostOrchestratorClient, group string) error
func PrepareArtifact ¶
func PrepareArtifact(srv hoclient.HostOrchestratorClient, filename string) (string, error)
func VerifyLogsEndpoint ¶
Types ¶
type AdbHelper ¶
type AdbHelper struct {
// contains filtered or unexported fields
}
func NewAdbHelper ¶
func NewAdbHelper() *AdbHelper
func (*AdbHelper) BuildShellCommand ¶
func (*AdbHelper) ExecShellCommand ¶
Return combined stdout and stderr
func (*AdbHelper) StartServer ¶
func (*AdbHelper) WaitForDevice ¶
Click to show internal directories.
Click to hide internal directories.