File: control

package info (click to toggle)
lqa 20230104~git9be8db8ab65c-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: python: 2,237; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,074 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: lqa
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-docutils,
 python3-jinja2,
 python3-requests,
 python3-setuptools,
 python3-yaml,
Standards-Version: 4.7.0
Homepage: https://gitlab.collabora.com/collabora/lqa
Vcs-Git: https://salsa.debian.org/debian/lqa.git
Vcs-Browser: https://salsa.debian.org/debian/lqa
Rules-Requires-Root: no

Package: lqa
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: command line tool for LAVA quality assurance tasks
 Designed to perform quality assurance (QA) tasks in the LAVA environment.
 LAVA is an intelligent testing framework designed to test Linux-based
 systems on hardware devices.
 .
 The lqa tool offers a variety of features and functionality to make it
 easier to perform QA tasks in the LAVA environment. It allows users to
 perform a series of operations, including submitting tests, obtaining
 test results, viewing logs, and more, all through the command line.