File: control

package info (click to toggle)
tempest-horizon 0.0.1%2Bgit.2018.01.24.a23f4074fd-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: python: 167; makefile: 22
file content (57 lines) | stat: -rw-r--r-- 1,711 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: tempest-horizon
Section: net
Priority: optional
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools (>= 75~),
 python3-all,
 python3-pbr (>= 2.0.0),
 python3-setuptools,
 python3-sphinx (>= 1.6.2),
Build-Depends-Indep:
 python3-babel (>= 2.3.4),
 python3-coverage,
 python3-hacking,
 python3-oslo.config (>= 4.6.0),
 python3-oslo.log (>= 3.30.0),
 python3-oslosphinx (>= 4.7.0),
 python3-oslotest (>= 1.10.0),
 python3-six (>= 1.10.0),
 python3-subunit (>= 1.0.0),
 python3-tempest (>= 17.1.0),
 python3-testscenarios,
 python3-testtools (>= 2.2.0),
 subunit (>= 1.0.0),
 tempest (>= 17.1.0),
 testrepository,
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/openstack-team/libs/tempest-horizon
Vcs-Git: https://salsa.debian.org/openstack-team/libs/tempest-horizon.git
Homepage: https://github.com/openstack/tempest-horizon

Package: python3-tempest-horizon
Architecture: all
Section: python
Depends:
 python3-babel (>= 2.3.4),
 python3-oslo.config (>= 4.6.0),
 python3-oslo.log (>= 3.30.0),
 python3-pbr (>= 2.0.0),
 python3-six (>= 1.10.0),
 python3-tempest (>= 17.1.0),
 tempest (>= 17.1.0),
 ${misc:Depends},
 ${python3:Depends},
Provides:
 ${python3:Provides},
Description: OpenStack Integration Test Suite - Horizon plugin
 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the OpenStack dashboard (aka: Horizon) plugin.