File: control

package info (click to toggle)
zaqar-tempest-plugin 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 392 kB
  • sloc: python: 3,364; makefile: 18
file content (38 lines) | stat: -rw-r--r-- 1,150 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
Source: zaqar-tempest-plugin
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-pbr,
 python3-setuptools,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/openstack-team/tempest/zaqar-tempest-plugin
Vcs-Git: https://salsa.debian.org/openstack-team/tempest/zaqar-tempest-plugin.git
Homepage: https://opendev.org/openstack/zaqar-tempest-plugin

Package: zaqar-tempest-plugin
Architecture: all
Depends:
 python3-oslo.config,
 python3-oslo.serialization,
 python3-oslo.utils,
 python3-pbr,
 python3-testtools,
 tempest,
 ${misc:Depends},
 ${python3:Depends},
Provides:
 ${python3:Provides},
Description: OpenStack Integration Test Suite - Zaqar 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 Zaqar plugin.