File: control

package info (click to toggle)
barbican-tempest-plugin 4.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: python: 3,656; sh: 21; makefile: 19
file content (36 lines) | stat: -rw-r--r-- 1,136 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
Source: barbican-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.1
Vcs-Browser: https://salsa.debian.org/openstack-team/tempest/barbican-tempest-plugin
Vcs-Git: https://salsa.debian.org/openstack-team/tempest/barbican-tempest-plugin.git
Homepage: https://opendev.org/openstack/barbican-tempest-plugin

Package: barbican-tempest-plugin
Architecture: all
Depends:
 python3-pbr,
 python3-cryptography,
 python3-oslo.config,
 tempest (>= 27.0.0),
 ${misc:Depends},
 ${python3:Depends},
Provides:
 ${python3:Provides},
Description: OpenStack Integration Test Suite - Barbican 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 Barbican plugin.