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 58 59 60 61 62 63 64 65 66 67 68
|
Source: tempest-horizon
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 (>= 109~),
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep:
python3-coverage,
python3-hacking,
python3-oslo.config,
python3-subunit,
python3-stestr,
python3-tempest,
subunit,
tempest,
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/openstack-team/tempest/tempest-horizon
Vcs-Git: https://salsa.debian.org/openstack-team/tempest/tempest-horizon.git
Homepage: https://github.com/openstack/tempest-horizon
Package: horizon-tempest-plugin
Architecture: all
Section: python
Depends:
python3-oslo.config,
python3-pbr,
python3-tempest,
tempest,
${misc:Depends},
${python3:Depends},
Provides:
python3-tempest-horizon,
Breaks:
python3-tempest-horizon (<< 1.0.0-3~),
Replaces:
python3-tempest-horizon (<< 1.0.0-3~),
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.
Package: python3-tempest-horizon
Architecture: all
Section: oldlibs
Depends:
horizon-tempest-plugin (= ${source:Version}),
${misc:Depends},
${python3:Depends},
Provides:
${python3:Provides},
Description: OpenStack Integration Test Suite - Horizon plugin transitional package
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 is a transitional package to horizon-tempest-plugin and can be
safely removed.
|