Source: lava-tool Section: admin Priority: optional Maintainer: Debian LAVA team Uploaders: Neil Williams , Senthil Kumaran S (stylesen) Build-Depends: debhelper (>= 8.0.0), dh-python, python | python-all | python-dev | python-all-dev, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, python-setuptools Build-Depends-Indep: python-xdg, python-yaml (>= 3.10), python-mock, python-mocker X-Python-Version: 2.7 Testsuite: autopkgtest Standards-Version: 4.1.4 Homepage: https://www.linaro.org/initiatives/lava/ Vcs-Git: https://github.com/Linaro/pkg-lava-tool.git Vcs-Browser: https://github.com/Linaro/pkg-lava-tool Package: lava-tool Architecture: all Depends: python-setuptools, ${python:Depends}, ${misc:Depends} Recommends: git, ca-certificates Breaks: lava-dashboard-tool (<< 0.8), lava-scheduler-tool (<< 0.6) Replaces: lava-dashboard-tool (<< 0.8), lava-scheduler-tool (<< 0.6) Description: 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.