diff --git a/neutron-tempest-plugin-1.4.0.tar.gz b/neutron-tempest-plugin-1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..210697148600f9dc1af06448c234870d8bb1e128 Binary files /dev/null and b/neutron-tempest-plugin-1.4.0.tar.gz differ diff --git a/python-neutron-tempest-plugin.spec b/python-neutron-tempest-plugin.spec new file mode 100644 index 0000000000000000000000000000000000000000..127913eea626c237a241bee2f8213c7de951ff12 --- /dev/null +++ b/python-neutron-tempest-plugin.spec @@ -0,0 +1,119 @@ +%global _empty_manifest_terminate_build 0 +Name: python-neutron-tempest-plugin +Version: 1.4.0 +Release: 1 +Summary: Tempest plugin for Neutron Project +License: Apache-2.0 +URL: https://opendev.org/openstack/neutron-tempest-plugin +Source0: https://files.pythonhosted.org/packages/f5/00/49f59086e18d6fd423442da593c503a4e2f4bff78fe5f872f5f49b6a6084/neutron-tempest-plugin-1.4.0.tar.gz +BuildArch: noarch +%description + Neutron Tempest Plugin Tempest plugin for Neutron project.It contains the +tempest plugin for the functional testing of Neutron Project.Free software: +Apache license Documentation: Source: Bugs: Release notes: + +%package -n python3-neutron-tempest-plugin +Summary: Tempest plugin for Neutron Project +Provides: python-neutron-tempest-plugin +# Base build requires +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel +# General requires +BuildRequires: python3-ddt +BuildRequires: python3-debtcollector +BuildRequires: python3-eventlet +BuildRequires: python3-netaddr +BuildRequires: python3-neutron-lib +BuildRequires: python3-nose +BuildRequires: python3-os-ken +BuildRequires: python3-oslo-config +BuildRequires: python3-oslo-log +BuildRequires: python3-oslo-serialization +BuildRequires: python3-oslo-utils +BuildRequires: python3-paramiko +BuildRequires: python3-tempest +BuildRequires: python3-tenacity +BuildRequires: python3-testscenarios +BuildRequires: python3-testtools +# General requires +Requires: python3-ddt +Requires: python3-debtcollector +Requires: python3-eventlet +Requires: python3-netaddr +Requires: python3-neutron-lib +Requires: python3-nose +Requires: python3-os-ken +Requires: python3-oslo-config +Requires: python3-oslo-log +Requires: python3-oslo-serialization +Requires: python3-oslo-utils +Requires: python3-paramiko +Requires: python3-pbr +Requires: python3-tempest +Requires: python3-tenacity +Requires: python3-testscenarios +Requires: python3-testtools +%description -n python3-neutron-tempest-plugin + Neutron Tempest Plugin Tempest plugin for Neutron project.It contains the +tempest plugin for the functional testing of Neutron Project.Free software: +Apache license Documentation: Source: Bugs: Release notes: + +%package help +Summary: Tempest plugin for Neutron Project +Provides: python3-neutron-tempest-plugin-doc +%description help + Neutron Tempest Plugin Tempest plugin for Neutron project.It contains the +tempest plugin for the functional testing of Neutron Project.Free software: +Apache license Documentation: Source: Bugs: Release notes: + +%prep +%autosetup -n neutron-tempest-plugin-%{version} + +%build +%py3_build + +%install +%py3_install + +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%check +%{__python3} setup.py test + +%files -n python3-neutron-tempest-plugin -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Sat Feb 12 2022 OpenStack_SIG - 1.4.0-1 +- Init package python3-neutron-tempest-plugin of version 1.4.0 +