Scroll to navigation

LAVA(1) General Commands Manual LAVA(1)
" "LAVA Tool"

NAME

lava - LAVA Command Line Support

SUMMARY

lava is a command-line tool to interact with LAVA. DEPRECATED

USAGE

lava [-h] <subcommand> [args]

OPTIONAL ARGUMENTS

show this help message and exit



SUBCOMMANDS

Type lava <subcommand> -h for help on a specific subcommand.

AVAILABLE SUBCOMMANDS

Retrieves the status of a job.
lava status [-h] [--non-interactive] [JOB_ID]
JOB_ID Prints status information about the provided job id.
Show this help message and exit
Do not ask for input parameters.




Runs a job on the local dispatcher.
Usage: lava run [-h] [--non-interactive] [JOB]
file. If nothing is passed, it uses the current working directory.

Show this help message and exit
Do not ask for input parameters.




LAVA script file handling.
usage: lava script [-h] {run, submit} ...
show this help message and exit

Runs the specified shell script on a local device.
Submits the specified shell script to a LAVA server.




Set-ups the base directory structure.
Usage: lava init [-h] [--non-interactive] [DIR]

Show this help message and exit
Do not ask for input parameters.




Submits a job to LAVA.
lava submit [-h] [--non-interactive] [JOB_ID]
file. If nothing is passed, it uses the current working directory.

Show this help message and exit
Do not ask for input parameters.




Updates a job file with the correct data.
lava update [-h] [--non-interactive] [JOB_ID]
nothing is passed, it usesthe current working directory.

Show this help message and exit
Do not ask for input parameters.




LAVA job file handling.
Usage: lava job [-h] {status, new, run, details, submit} ...
show this help message and exit

Retrieves the status of a job.
Creates a new job file.
Runs the specified job file on the local dispatcher.
Retrieves the details of a job.
Submits the specified job file.




Interact with LAVA Scheduler
Usage: lava scheduler [-h] {job-output, devices-list, cancel-job, resubmit-job, job-details, job-status, get-pipeline-device-config, submit-job, jobs-list}
show this help message and exit

job-output
Get job output from the scheduler.
Get list of devices from the scheduler.
Cancel job, if exists.
Resubmit job, if exists.
job-details
Get job details, if it existed, from the scheduler.
job-status
Get job status and bundle sha1, if it existed, from the scheduler.
Get the pipeline device configuration from scheduler to a local file or stdout.
submit-job
Submit a job to lava-scheduler
Get list of running and submitted jobs from the scheduler.




LAVA test definitions handling.
Usage: lava testdef [-h] {new, run, submit} ...
show this help message and exit

Creates a new test definition file.
Runs the specified test definition on a local device.
Submits the specified test definition to a LAVA server.




Retrieves the details of a job.
lava details [-h] [--non-interactive] [JOB_ID]
JOB_ID Prints information about job with the provided job id.
Show this help message and exit
Do not ask for input parameters.





AUTHOR

Linaro Validation Team

COPYRIGHT

2010-2018, Linaro Limited

May 16, 2018 0.25