Hello all,
lava-tool version 0.8.1 was just released. This release introduces the following new convenience features. From an excerpt of lava-tool README:
Dealing with jobs
$ lava job new file.json # creates file.json from a template $ lava job submit file.json # submits file.json to a remote LAVA server $ lava job run file.json # runs file.json on a local LAVA device
Dealing with LAVA Test Shell Test Definitions
$ lava testdef new file.yml # creates file.yml from a template $ lava testdef submit file.yml # submits file.yml to a remote LAVA server $ lava testdef run file.yml # runs file.yml on a local LAVA device
Dealing with LAVA Test Shell Scripts
$ lava script submit SCRIPT # submits SCRIPT to a remote LAVA server $ lava script run SCRIPT # runs SCRIPT on a local LAVA device
lava-tool can be installed form PyPi with the pip command line tool [0] and from the Linaro Tools PPA [1].
[0] $ pip install lava-tool [1] https://launchpad.net/~linaro-maintainers/+archive/tools/
linaro-validation@lists.linaro.org