!3 【轻量级 PR】:Remove test part

From: @xiyuanwang
Reviewed-by: @huangtianhua
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2021-11-12 06:11:33 +00:00 committed by Gitee
commit 6fa674dc6f

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-neutron-tempest-plugin Name: python-neutron-tempest-plugin
Version: 0.6.0 Version: 0.6.0
Release: 1 Release: 2
Summary: Tempest plugin for Neutron Project Summary: Tempest plugin for Neutron Project
License: Apache-2.0 License: Apache-2.0
URL: https://opendev.org/openstack/neutron-tempest-plugin URL: https://opendev.org/openstack/neutron-tempest-plugin
@ -96,9 +96,6 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
%files -n python3-neutron-tempest-plugin -f filelist.lst %files -n python3-neutron-tempest-plugin -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
@ -106,6 +103,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Nov 11 2021 OpenStack_SIG <openstack@openeuler.org> - 0.6.0-2
- Remove test part
* Fri Oct 29 2021 OpenStack_SIG <openstack@openeuler.org> - 0.6.0-1 * Fri Oct 29 2021 OpenStack_SIG <openstack@openeuler.org> - 0.6.0-1
- Init package python3-neutron-tempest-plugin of version 0.6.0 - Init package python3-neutron-tempest-plugin of version 0.6.0