File python-heat-tempest-plugin.spec of Package python-heat-tempest-plugin
#
# spec file for package python3-heat-tempest-plugin
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python3-heat-tempest-plugin
Version: 1.7.1~dev2
Release: 0
Summary: Tempest plugin for the heat project
License: Apache-2.0
Group: Development/Languages/Python
URL: https://git.openstack.org/cgit/openstack/heat-tempest-plugin
Source0: heat-tempest-plugin-master.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-pbr
Requires: openstack-tempest
Requires: python3-cinderclient
Requires: python3-eventlet
Requires: python3-gabbi
Requires: python3-gnocchiclient
Requires: python3-heatclient
Requires: python3-keystoneauth1
Requires: python3-kombu
Requires: python3-neutronclient
Requires: python3-novaclient
Requires: python3-os-collect-config
Requires: python3-oslo.config
Requires: python3-oslo.log
Requires: python3-oslo.messaging
Requires: python3-paramiko
Requires: python3-pbr
Requires: python3-six
Requires: python3-swiftclient
Requires: python3-testscenarios
Requires: python3-testtools
Requires: python3-zaqarclient
BuildArch: noarch
%description
This package contains Tempest tests to cover the heat project.
Additionally it provides a plugin to automatically load these tests into Tempest.
%prep
%autosetup -p1 -n heat-tempest-plugin-1.7.1.dev2
%py_req_cleanup
%build
%{py3_build}
%install
%{py3_install}
%files
%license LICENSE
%doc README.rst
%{python3_sitelib}/heat_tempest_plugin
%{python3_sitelib}/*.egg-info
%changelog