# # spec file for package python-manila-tempest-plugin # # Copyright (c) 2019 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 https://bugs.opensuse.org/ # %global sname manila-tempest-plugin %global with_doc 0 %global common_desc \ This package contains Tempest tests to cover the manila project. \ Additionally it provides a plugin to automatically load these tests into Tempest. Name: python-manila-tempest-plugin Version: 0.1.0 Release: 0 Summary: Tempest plugin for the manila project License: Apache-2.0 Group: Development/Languages/Python URL: https://git.openstack.org/cgit/openstack/manila-tempest-plugin Source0: manila-tempest-plugin-0.1.0.tar.gz # https://review.opendev.org/662255 Patch0: 0001-Fix-CIFS-access-for-non-multitenant-setup.patch # https://review.opendev.org/664434 Patch1: 0002-Skip-read-only-test-for-CIFS.patch BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python-pbr BuildRequires: python-setuptools Requires: openstack-tempest Requires: python-ddt Requires: python-dnspython Requires: python-testtools BuildArch: noarch %description %{common_desc} %if 0%{?with_doc} %package doc Summary: Documentation for manila tempest plugin Group: Development/Languages/Python BuildRequires: python-Sphinx BuildRequires: python-oslosphinx %description doc It contains the documentation for the manila tempest tests. %endif %prep %autosetup -p1 -n %{sname}-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}/manila_tempest_tests %{python2_sitelib}/*.egg-info %if 0%{?with_doc} %files doc %doc doc/build/html %license LICENSE %endif %changelog