File python-heat-tempest-plugin.spec of Package python-heat-tempest-plugin

#
# spec file for package python-heat-tempest-plugin
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#


%global sname heat_tempest_plugin
%global with_doc 0
%global common_desc \
This package contains Tempest tests to cover the heat project. \
Additionally it provides a plugin to automatically load these tests into Tempest.
Name:           python-heat-tempest-plugin
Version:        0.1.0
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-0.1.0.tar.gz
# https://review.openstack.org/#/c/530460/
Patch1:         0001-Add-endpoint_type-config-option.patch
BuildRequires:  openstack-macros
BuildRequires:  python-devel
BuildRequires:  python-pbr >= 2.0.0
BuildRequires:  python-setuptools >= 16.0
Requires:       openstack-tempest
Requires:       python-cinderclient
Requires:       python-eventlet >= 0.18.2
Requires:       python-gabbi >= 1.35.0
Requires:       python-gnocchiclient >= 2.7.0
Requires:       python-heatclient
Requires:       python-keystoneauth1 >= 3.1.0
Requires:       python-kombu >= 4.0.0
Requires:       python-neutronclient
Requires:       python-novaclient
Requires:       python-oslo.config >= 4.0.0
Requires:       python-oslo.log >= 3.22.0
Requires:       python-oslo.messaging >= 5.24.2
Requires:       python-paramiko >= 2.0
Requires:       python-pbr >= 2.0.0
Requires:       python-six >= 1.9.0
Requires:       python-swiftclient
Requires:       python-testscenarios >= 0.4
Requires:       python-testtools >= 1.4.0
Requires:       python-zaqarclient
BuildArch:      noarch

%description
%{common_desc}

%if 0%{?with_doc}
%package doc
Summary:        Documentation for heat tempest plugin
Group:          Development/Languages/Python
BuildRequires:  python-Sphinx
BuildRequires:  python-oslosphinx >= 4.7.0

%description doc
It contains the documentation for the heat tempest tests.
%endif

%prep
%autosetup -p 1 -n heat-tempest-plugin-0.1.0

# Let's handle dependencies ourseleves
%py_req_cleanup
# Remove bundled egg-info
rm -rf %{module}.egg-info

%build
%{py2_build}

# Generate Docs
%if 0%{?with_doc}
%{__python2} setup.py build_sphinx
# remove the sphinx build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%endif

%install
%{py2_install}

%files
%license LICENSE
%doc README.rst
%{python2_sitelib}/heat_tempest_plugin
%{python2_sitelib}/*.egg-info

%if 0%{?with_doc}
%files doc
%doc doc/build/html
%license LICENSE
%endif

%changelog
openSUSE Build Service is sponsored by