Documentation ¶
Overview ¶
Package meta contains local Tast tests that exercise Tast itself.
Some tests are disabled but executed by remote "meta" tests to exercise the tast command execution. Remote meta tests are at https://chromium.googlesource.com/chromiumos/platform/tast-tests/+/main/src/chromiumos/tast/remote/bundles/cros/meta/.
Index ¶
- func ArtifactFiles(ctx context.Context, s *testing.State)
- func DisruptSSH(ctx context.Context, s *testing.State)
- func LocalCrash(ctx context.Context, s *testing.State)
- func LocalFail(ctx context.Context, s *testing.State)
- func LocalFiles(ctx context.Context, s *testing.State)
- func LocalFreeze(ctx context.Context, s *testing.State)
- func LocalFreezeForever(ctx context.Context, s *testing.State)
- func LocalKernelPanic(ctx context.Context, s *testing.State)
- func LocalPanic(ctx context.Context, s *testing.State)
- func LocalPass(ctx context.Context, s *testing.State)
- func LocalReboot(ctx context.Context, s *testing.State)
- func LocalRemoteFixture(ctx context.Context, s *testing.State)
- func LocalVars(ctx context.Context, s *testing.State)
- func PowerOff(ctx context.Context, s *testing.State)
- func ServerVarsLocal(ctx context.Context, s *testing.State)
- func Stdio(ctx context.Context, s *testing.State)
- type FileOutputService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArtifactFiles ¶
ArtifactFiles tests if local test can download artifact files.
Types ¶
type FileOutputService ¶
type FileOutputService struct {
// contains filtered or unexported fields
}
FileOutputService implements tast.cros.meta.FileOutputService.
func (*FileOutputService) SaveOutputFiles ¶
func (s *FileOutputService) SaveOutputFiles(ctx context.Context, req *meta.SaveOutputFilesRequest) (*empty.Empty, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.