lava
deprecated command line utility for LAVA
Install
- All systems
-
curl cmd.cat/lava.sh
- Debian
-
apt-get install lava-tool
- Ubuntu
-
apt-get install lava-tool
- Kali Linux
-
apt-get install lava-tool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lava-tool
- Raspbian
-
apt-get install lava-tool
- Dockerfile
- dockerfile.run/lava
lava-tool
deprecated command line utility for LAVA
LAVA is a continuous integration system for deploying operating systems onto physical and virtual hardware for running tests. Tests can be simple boot testing, bootloader testing and system level testing, although extra hardware may be required for some system tests. Results are tracked over time and data can be exported for further analysis. This package provides a Python2 user space connection to any LAVA (Linaro Automated Validation Architecture) instance for submitting test jobs or querying the instance for device and job status over XMLRPC. A user account on the instance is needed to create and use authentication tokens for some calls. The list of calls supported is described on the API section of the LAVA instance. This package is DEPRECATED in favour of lavacli which uses Python3.