src/

directory
v0.0.0-...-15a9a0c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2023 License: BSD-3-Clause

Directories

Path Synopsis
go.chromium.org
tast/core/autocaps
Package autocaps determines the DUT's capabilities by parsing autotest-capability YAML files.
Package autocaps determines the DUT's capabilities by parsing autotest-capability YAML files.
tast/core/bundle
Package bundle contains functionality shared by test bundles.
Package bundle contains functionality shared by test bundles.
tast/core/caller
Package caller provides utilities to inspect the caller of a function.
Package caller provides utilities to inspect the caller of a function.
tast/core/cmd/local_test_runner
Package main implements the local_test_runner executable.
Package main implements the local_test_runner executable.
tast/core/cmd/remote_test_runner
Package main implements the remote_test_runner executable.
Package main implements the remote_test_runner executable.
tast/core/cmd/tast
Package main implements the tast executable, used to build and run tests.
Package main implements the tast executable, used to build and run tests.
tast/core/cmd/tast-lint
Package main implements tast-lint executable.
Package main implements tast-lint executable.
tast/core/cmd/tast-lint/internal/check
Package check contains tast-lint checkers.
Package check contains tast-lint checkers.
tast/core/cmd/tast-lint/internal/diff
Package diff computes differences between strings.
Package diff computes differences between strings.
tast/core/cmd/tast-lint/internal/git
Package git operates git command.
Package git operates git command.
tast/core/cmd/tast-lint/internal/lint
Package lint implements the core part of tast-lint.
Package lint implements the core part of tast-lint.
tast/core/cmd/tast/internal/build
Package build provides support for compiling tests and related executables.
Package build provides support for compiling tests and related executables.
tast/core/cmd/tast/internal/display
Package display provides advanced methods of logging to a terminal.
Package display provides advanced methods of logging to a terminal.
tast/core/cmd/tast/internal/run
Package run starts test runners and interprets their output.
Package run starts test runners and interprets their output.
tast/core/cmd/tast/internal/run/config
Package config defines common structs to carry configuration and associated stateful data.
Package config defines common structs to carry configuration and associated stateful data.
tast/core/cmd/tast/internal/run/driver
Package driver implements communications with local/remote executables related to Tast.
Package driver implements communications with local/remote executables related to Tast.
tast/core/cmd/tast/internal/run/driver/internal/drivercore
Package drivercore defines core data types for the driver package.
Package drivercore defines core data types for the driver package.
tast/core/cmd/tast/internal/run/driver/internal/runnerclient
Package runnerclient provides a client interface to tast test runners.
Package runnerclient provides a client interface to tast test runners.
tast/core/cmd/tast/internal/run/driver/internal/sshconfig
Package sshconfig provides functionality to parse SSH configuration and return real host information to users.
Package sshconfig provides functionality to parse SSH configuration and return real host information to users.
tast/core/cmd/tast/internal/run/prepare
Package prepare implements the preparation phase of Tast CLI.
Package prepare implements the preparation phase of Tast CLI.
tast/core/cmd/tast/internal/run/runtest
Package runtest provides fake implementations needed to test Tast CLI.
Package runtest provides fake implementations needed to test Tast CLI.
tast/core/cmd/tast/internal/run/runtest/internal/fakerunner
Package fakerunner provides a fake implementation of test runners.
Package fakerunner provides a fake implementation of test runners.
tast/core/cmd/tast/internal/run/sharding
Package sharding implements the test sharding algorithm.
Package sharding implements the test sharding algorithm.
tast/core/cmd/tast/internal/symbolize
Package symbolize provides support for symbolizing crashes.
Package symbolize provides support for symbolizing crashes.
tast/core/cmd/tast/internal/symbolize/breakpad
Package breakpad processes minidump crash reports created by Breakpad.
Package breakpad processes minidump crash reports created by Breakpad.
tast/core/cmd/tast/internal/symbolize/fakecmd
Package fakecmd is used to install a fake version of a command for testing.
Package fakecmd is used to install a fake version of a command for testing.
tast/core/ctxutil
Package ctxutil provides convenience functions for working with context.Context objects.
Package ctxutil provides convenience functions for working with context.Context objects.
tast/core/dut
Package dut provides a connection to a DUT ("Device Under Test") for use by remote tests.
Package dut provides a connection to a DUT ("Device Under Test") for use by remote tests.
tast/core/errors
Package errors provides basic utilities to construct errors.
Package errors provides basic utilities to construct errors.
tast/core/errors/stack
Package stack provides a utility to capture and format a stack trace.
Package stack provides a utility to capture and format a stack trace.
tast/core/exec
Package exec is common code used by both ssh and testexec for command execution.
Package exec is common code used by both ssh and testexec for command execution.
tast/core/framework/protocol
Package protocol contains Tast gRPC services and protocol buffer messages available to be used outside Tast
Package protocol contains Tast gRPC services and protocol buffer messages available to be used outside Tast
tast/core/fsutil
Package fsutil implements common file operations.
Package fsutil implements common file operations.
tast/core/genutil
Package genutil provides utilities to help "go generate" implementation.
Package genutil provides utilities to help "go generate" implementation.
tast/core/internal/bundle
Package bundle contains internal code that corresponds to the public bundle package.
Package bundle contains internal code that corresponds to the public bundle package.
tast/core/internal/bundle/bundleclient
Package bundleclient provides bundle services client implementation.
Package bundleclient provides bundle services client implementation.
tast/core/internal/bundle/bundletest
Package bundletest provides fake test bundles environment.
Package bundletest provides fake test bundles environment.
tast/core/internal/bundle/fakebundle
Package fakebundle provides a fake implementation of test bundles.
Package fakebundle provides a fake implementation of test bundles.
tast/core/internal/bundle/legacyjson
Package legacyjson defines the schema of JSON-based representation of tests used only for -dumptests option in test bundles.
Package legacyjson defines the schema of JSON-based representation of tests used only for -dumptests option in test bundles.
tast/core/internal/caller
Package caller provides utilities to inspect the caller of a function.
Package caller provides utilities to inspect the caller of a function.
tast/core/internal/command
Package command contains code shared by executables (e.g.
Package command contains code shared by executables (e.g.
tast/core/internal/crash
Package crash can be used by local tests to interact with on-device crash reports.
Package crash can be used by local tests to interact with on-device crash reports.
tast/core/internal/crosbundle
Package crosbundle contains logic specific to ChromeOS test bundles.
Package crosbundle contains logic specific to ChromeOS test bundles.
tast/core/internal/crosbundle/gen
Package main implements a script for writing a Go source file containing intel family constants.
Package main implements a script for writing a Go source file containing intel family constants.
tast/core/internal/debugger
Package debugger provides the ability to start binaries under a debugger.
Package debugger provides the ability to start binaries under a debugger.
tast/core/internal/dep
Package dep deals with dependencies of tests.
Package dep deals with dependencies of tests.
tast/core/internal/devserver
Package devserver provides a client for devservers.
Package devserver provides a client for devservers.
tast/core/internal/devserver/devservertest
Package devservertest provides a fake implementation of devservers.
Package devservertest provides a fake implementation of devservers.
tast/core/internal/expr
Package expr provides support for evaluating boolean expressions.
Package expr provides support for evaluating boolean expressions.
tast/core/internal/extdata
Package extdata implements the external data file mechanism.
Package extdata implements the external data file mechanism.
tast/core/internal/fakedutserver
Package fakedutserver provides a fake implementation of the DUT service.
Package fakedutserver provides a fake implementation of the DUT service.
tast/core/internal/fakeexec
Package fakeexec provides utilities to test external program execution.
Package fakeexec provides utilities to test external program execution.
tast/core/internal/fakesshserver
Package fakesshserver implements a fake SSH server.
Package fakesshserver implements a fake SSH server.
tast/core/internal/faketlw
Package faketlw provides a fake implementation of the TLW service.
Package faketlw provides a fake implementation of the TLW service.
tast/core/internal/linuxssh
Package linuxssh provides Linux specific operations conducted via SSH
Package linuxssh provides Linux specific operations conducted via SSH
tast/core/internal/logging
Package logging provides the standard logging mechanism for Tast.
Package logging provides the standard logging mechanism for Tast.
tast/core/internal/logging/loggingtest
Package loggingtest provides logging utilities for unit tests.
Package loggingtest provides logging utilities for unit tests.
tast/core/internal/logs
Package logs is used on-device to collect updates to system logs.
Package logs is used on-device to collect updates to system logs.
tast/core/internal/minidriver
Package minidriver provides function to run tests in an external bundle.
Package minidriver provides function to run tests in an external bundle.
tast/core/internal/minidriver/bundleclient
Package bundleclient provides a client of test bundles.
Package bundleclient provides a client of test bundles.
tast/core/internal/minidriver/diagnose
Package diagnose implements diagnosis logic for run failures.
Package diagnose implements diagnosis logic for run failures.
tast/core/internal/minidriver/externalservers
Package externalservers provides a utility to parse external servers information.
Package externalservers provides a utility to parse external servers information.
tast/core/internal/minidriver/failfast
Package failfast provides a utility to track test failures and fail fast.
Package failfast provides a utility to track test failures and fail fast.
tast/core/internal/minidriver/processor
Package processor provides the test execution event processor.
Package processor provides the test execution event processor.
tast/core/internal/minidriver/servo
Package servo is used to communicate with servo devices connected to DUTs.
Package servo is used to communicate with servo devices connected to DUTs.
tast/core/internal/minidriver/servo/xmlrpc
Package xmlrpc implements the XML-RPC client library.
Package xmlrpc implements the XML-RPC client library.
tast/core/internal/minidriver/target
Package target is responsible for maintaining resources related to targets.
Package target is responsible for maintaining resources related to targets.
tast/core/internal/packages
Package packages contains utilities to deal with package names in a robust manner.
Package packages contains utilities to deal with package names in a robust manner.
tast/core/internal/planner
Package planner contains logic to build and execute a test plan.
Package planner contains logic to build and execute a test plan.
tast/core/internal/planner/internal/entity
Package entity provides common operations for entities.
Package entity provides common operations for entities.
tast/core/internal/planner/internal/fixture
Package fixture provides fixture stack data structure.
Package fixture provides fixture stack data structure.
tast/core/internal/planner/internal/output
Package output defines output stream from entities.
Package output defines output stream from entities.
tast/core/internal/planner/internal/output/outputtest
Package outputtest provides functionalities for unit testing output package.
Package outputtest provides functionalities for unit testing output package.
tast/core/internal/protocol
Package protocol contains gRPC services and protocol buffer messages used in the core framework.
Package protocol contains gRPC services and protocol buffer messages used in the core framework.
tast/core/internal/protocol/protocoltest
Package protocoltest provides utilities for unit tests involving Tast gRPC protocol.
Package protocoltest provides utilities for unit tests involving Tast gRPC protocol.
tast/core/internal/rpc
Package rpc provides internal gRPC utilities.
Package rpc provides internal gRPC utilities.
tast/core/internal/run/devserver
Package devserver provides in-process devserver implementations.
Package devserver provides in-process devserver implementations.
tast/core/internal/run/fakereports
Package fakereports provides a fake implementation of Reports service for unit testing.
Package fakereports provides a fake implementation of Reports service for unit testing.
tast/core/internal/run/genericexec
Package genericexec provides a common interface to execute local commands and remote commands.
Package genericexec provides a common interface to execute local commands and remote commands.
tast/core/internal/run/reporting
Package reporting implements test result reporting.
Package reporting implements test result reporting.
tast/core/internal/run/resultsjson
Package resultsjson defines the schema of Tast-specific JSON result files (results.json).
Package resultsjson defines the schema of Tast-specific JSON result files (results.json).
tast/core/internal/runner
Package runner provides functionality shared by test runners.
Package runner provides functionality shared by test runners.
tast/core/internal/sshtest
Package sshtest provides support code for testing the host package.
Package sshtest provides support code for testing the host package.
tast/core/internal/testcontext
Package testcontext provides logic to extract information from context.
Package testcontext provides logic to extract information from context.
tast/core/internal/testing
Package testing implements public framework APIs, as well as framework-internal facility to run an entity.
Package testing implements public framework APIs, as well as framework-internal facility to run an entity.
tast/core/internal/testing/testfixture
Package testfixture provides an implementation of testing.FixtureImpl to be used in unit tests.
Package testfixture provides an implementation of testing.FixtureImpl to be used in unit tests.
tast/core/internal/testingutil
Package testingutil is a kitchen sink of utilities shared by Tast tests and Tast framework.
Package testingutil is a kitchen sink of utilities shared by Tast tests and Tast framework.
tast/core/internal/timing
Package timing is used to collect and write timing information about a process.
Package timing is used to collect and write timing information about a process.
tast/core/internal/usercode
Package usercode provides utilities to interact with user-defined code.
Package usercode provides utilities to interact with user-defined code.
tast/core/internal/xcontext
Package xcontext provides Context with custom errors.
Package xcontext provides Context with custom errors.
tast/core/lsbrelease
Package lsbrelease provides a parser of /etc/lsb-release.
Package lsbrelease provides a parser of /etc/lsb-release.
tast/core/rpc
Package rpc provides gRPC utilities for Tast tests.
Package rpc provides gRPC utilities for Tast tests.
tast/core/shutil
Package shutil provides shell-related utility functions.
Package shutil provides shell-related utility functions.
tast/core/ssh
Package ssh provides means to communicate with remote host through SSH.
Package ssh provides means to communicate with remote host through SSH.
tast/core/ssh/linuxssh
Package linuxssh provides Linux specific operations conducted via SSH TODO(oka): now that this file is not used from framework, simplify the code.
Package linuxssh provides Linux specific operations conducted via SSH TODO(oka): now that this file is not used from framework, simplify the code.
tast/core/testing
Package testing provides public API for tests.
Package testing provides public API for tests.
tast/core/testing/hwdep
Package hwdep provides the hardware dependency mechanism to select tests to run on a DUT based on its hardware features and setup.
Package hwdep provides the hardware dependency mechanism to select tests to run on a DUT based on its hardware features and setup.
tast/core/testing/testcheck
Package testcheck provides common functions to check test definitions.
Package testcheck provides common functions to check test definitions.
tast/core/testing/wlan
Package wlan provides the information of the wlan device.
Package wlan provides the information of the wlan device.
tast/core/testutil
Package testutil provides support code for unit tests.
Package testutil provides support code for unit tests.
tast/core/timing
Package timing provides functions to record timing information.
Package timing provides functions to record timing information.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL