File: control

package info (click to toggle)
lava-dispatcher 2016.12-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,036 kB
  • ctags: 3,242
  • sloc: python: 28,651; sh: 1,055; makefile: 157
file content (48 lines) | stat: -rw-r--r-- 2,119 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: lava-dispatcher
Section: net
Priority: optional
Maintainer: Debian LAVA team <pkg-linaro-lava-devel@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
 Neil Williams <codehelp@debian.org>,
 Fathi Boudra <fabo@debian.org>, Jordi Mallach <jordi@debian.org>,
 Senthil Kumaran S (stylesen) <stylesen@gmail.com>
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 (>= 3)
X-Python-Version: 2.7
Testsuite: autopkgtest
Standards-Version: 3.9.8
Homepage: http://www.linaro.org/projects/test-validation/
Vcs-Git: https://github.com/Linaro/pkg-lava-dispatcher.git
Vcs-Browser: https://github.com/Linaro/pkg-lava-dispatcher

Package: lava-dispatcher
Architecture: amd64 arm64 armhf i386 mipsel powerpc ppc64el s390x ppc64
Depends: file, lsb-base (>= 4), python-serial (>= 2.6), python-setuptools,
 python-daemon, python-guestfs, parted, tar (>= 1.27),
 ser2net, sudo, telnet, ${python:Depends}, ${misc:Depends}
Conflicts: python-linaro-dashboard-bundle
Provides: python-linaro-dashboard-bundle
Replaces: python-linaro-dashboard-bundle
Multi-Arch: foreign
Recommends: ntp, git, kpartx, tftpd-hpa, openbsd-inetd,
 qemu-system-x86 (>= 2.0.0) [amd64 i386],
 qemu-system-arm (>= 2.0.0) [armhf arm64], qemu-system-aarch64 (>= 2.0.0) [arm64],
 libguestfs-tools [amd64 i386], nfs-kernel-server, rpcbind,
 python-setproctitle, u-boot-tools, unzip, xz-utils, lxc (>= 1:2.0.6),
 bridge-utils, rsync, sshfs
Suggests: bzr
Description: Linaro Automated Validation Architecture dispatcher
 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 lava-dispatcher to dispatch
 LAVA jobs to configured devices.
 .
 A range of devices are supported for ARM and
 x86 architectures.