Prints to stdout
with newline.
Prints to stdout
with newline.
Helper to archive the output of a HostOS command stored inside a file.
The name of the directory in which logs will be archived. Usuallly
this value is the name of the test suite (Available in the test using this.id
)
local UUID of the DUT, example:${UUID}.local
The command you need to run and store output for.
Executes the command in the targeted container of a device
The command to be executed, arrays are joined by spaces
The name of the service/container to run the command in
The <UUID.local>
of the target device
output of the command that is executed on the targetted container of the device
Executes command-line operations in the host OS of the DUT. Assuming the DUT is connected to the access point broadcasted by the testbot:
command to be executed on the DUT, arrays are joined by spaces
local UUID of the DUT, example:${UUID}.local
Output of the command that was exected on hostOS of the DUT
Flash the provided OS image onto the connected DUT
path of the image to be flashed onto the DUT
Fetches OS version available on the DUT's /etc/os-release
file
returns OS version
Turn the DUT off
Turn the DUT on
Pushes a release to an application from a given directory for unmanaged devices
the
The path to the directory containing the docker-compose/Dockerfile for the containers
The name of the container to verify is push has succeeded.
returns state of the device
Triggers a reboot on the target device and waits until the device comes back online
Gather diagnostics from testbot
Generated using TypeDoc
Prints to
stdout
with newline.