Use a macro for the stestr invocation

Change-Id: If21f815c516e02339a36099d0c430f10688d10ae
This commit is contained in:
Dirk Müller 2023-02-16 20:46:58 +01:00
parent 1f8a79028c
commit 70c65e3d96
No known key found for this signature in database
95 changed files with 95 additions and 94 deletions

View File

@ -58,7 +58,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst

View File

@ -75,7 +75,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-castellan
%license LICENSE

View File

@ -82,7 +82,7 @@ PBR_VERSION={{ upstream_version }} %sphinx_build -b html doc/source doc/build/ht
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%install
%py3_install

View File

@ -132,7 +132,7 @@ install -p -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/openstack
%openstack_pre_user_group_create freezer freezer /sbin/nologin
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files
%license LICENSE

View File

@ -49,7 +49,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc doc/build/html README.rst

View File

@ -95,7 +95,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
mv %{buildroot}/%{_prefix}/%{_sysconfdir} %{buildroot}/%{_sysconfdir}
%check
PYTHON=python3 PYTHONPATH="." python3 -m stestr.cli run
PYTHON=python3 PYTHONPATH="." %{openstack_stestr_run}
%pre
%openstack_pre_user_group_create glance glance /sbin/nologin

View File

@ -245,7 +245,7 @@ install -p -D -m 644 doc/build/man/ironic-inspector.1 %{buildroot}%{_mandir}/man
%check
export LC_ALL=en_US.UTF-8
python3 -m stestr.cli run
%{openstack_stestr_run}
%pre
%openstack_pre_user_group_create ironic-inspector ironic-inspector /sbin/nologin

View File

@ -53,7 +53,7 @@ governance <https://governance.openstack.org/tc/reference/projects/ironic.html>`
%{py3_build}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%install
%{py3_install}

View File

@ -240,7 +240,7 @@ install -p -D -m 644 doc/build/man/*.1 %{buildroot}%{_mandir}/man1/
%check
export LC_ALL=en_US.UTF-8
python3 -m stestr.cli run
%{openstack_stestr_run}
%pre
%openstack_pre_user_group_create ironic ironic /sbin/nologin

View File

@ -86,7 +86,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
rm -v keystoneauth1/tests/unit/test_hacking_checks.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -95,7 +95,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
rm -v keystonemiddleware/tests/unit/audit/test_logging_notifier.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-keystonemiddleware
%license LICENSE

View File

@ -246,7 +246,7 @@ rm magnum/tests/unit/test_hacking.py
export LC_ALL=en_US.UTF-8
export EDITOR=/bin/true
python3 -m stestr.cli run --concurrency 1
%{openstack_stestr_run} --concurrency 1
%post api
%systemd_post %{name}-api.service

View File

@ -70,7 +70,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-metalsmith
%license LICENSE

View File

@ -54,7 +54,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
# requires gabbi
rm -v microversion_parse/tests/test_middleware.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -57,7 +57,7 @@ This package contains the Python 3.x module.
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-mistral-lib
%license LICENSE

View File

@ -177,7 +177,7 @@ install -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/polkit-1/rules.d/49-mona
%check
find . -type f -name *.pyc -delete
find . -type f -name '*test_service_plugin.py' -delete
python3 -m stestr.cli run
%{openstack_stestr_run}
%files
%dir %attr(-, root, monasca) %{_sysconfdir}/monasca

View File

@ -65,7 +65,7 @@ export LC_ALL=en_US.utf-8
#%if 0%{?suse_version}
%check
export LC_ALL=en_US.utf-8
python3 -m stestr.cli run
%{openstack_stestr_run}
#%endif
%files -n python3-monasca-common

View File

@ -96,7 +96,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/openstack-monasca-persister.logrotate
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%pre
%openstack_pre_user_group_create monasca-persister monasca /sbin/nologin

View File

@ -43,7 +43,7 @@ export LC_ALL=en_US.utf-8
%check
export LC_ALL=en_US.utf-8
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-monasca-statsd
%license LICENSE

View File

@ -103,7 +103,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
# we don't want to depend on hacking
rm -rf neutron_lib/tests/unit/hacking
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -26,6 +26,7 @@ CFLAGS="%{optflags}" %{__python2} %{py_setup} %{?py_setup_args} install -O1 --sk
#
# OpenStack macros
#
%openstack_stestr_run %{__python3} -m stestr.cli run
# the directory where the test files will be installed
%openstack_test_package_dir %{_localstatedir}/lib/%{name}-test

View File

@ -6,7 +6,7 @@
%endif
%endif
Name: openstack-macros
Version: 2021.1.0
Version: 2023.1.0
Release: 0
Summary: OpenStack Packaging - RPM Macros
License: {{ license('Apache-2.0') }}

View File

@ -130,7 +130,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
export OS_LOG_CAPTURE=true
export OS_TEST_TIMEOUT=30
python3 -m stestr.cli run
%{openstack_stestr_run}
%endif
%files -n {{ py2name(py_versions='py3') }}

View File

@ -68,7 +68,7 @@ This package contains the Python 3.x module.
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -42,7 +42,7 @@ sed -i 's#%{_bindir}/env python$#%{_bindir}/python3#g' os_apply_config/tests/tem
install -d -m 755 %{buildroot}%{_libexecdir}/os-apply-config/templates
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files
%license LICENSE

View File

@ -104,7 +104,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
mv %{buildroot}%{_prefix}%{_sysconfdir}/* %{buildroot}/%{_sysconfdir}/
%check
python3 -m stestr.cli run --concurrency=1
%{openstack_stestr_run} --concurrency=1
%files -n python3-os-brick
%license LICENSE

View File

@ -84,7 +84,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%if %{with test}
%check
export PYTHONPATH="%{python3_sitearch}:%{python3_sitelib}:%{buildroot}%{python3_sitelib}"
python3 -m stestr.cli run
%{openstack_stestr_run}
%endif
%files -n {{ py2name(py_versions='py3') }}

View File

@ -67,7 +67,7 @@ install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/os-collect-config.con
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/local-data
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%post
%systemd_post os-collect-config.service

View File

@ -73,7 +73,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst ChangeLog

View File

@ -45,7 +45,7 @@ install -d -m 755 %{buildroot}%{_libexecdir}/os-refresh-config/post-configure.d
# NOTE(jpena): os_refresh_config.py has a wrong shebang, and it is called
# directly by the tests.
sed -i 's/#!\/usr\/bin\/env.*/#!\/usr\/bin\/python3/' os_refresh_config/os_refresh_config.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files
%license LICENSE

View File

@ -82,7 +82,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst ChangeLog

View File

@ -77,7 +77,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
export OS_TEST_PATH=os_service_types/tests
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -65,7 +65,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst ChangeLog

View File

@ -90,7 +90,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
export OS_TEST_PATH="os_vif/tests/unit"
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-os-vif
%license LICENSE

View File

@ -76,7 +76,7 @@ rm -rf doc/build/man/.{doctrees,buildinfo}
install -p -D -m 644 doc/build/man/os-win.1 %{buildroot}/%{_mandir}/man1/os-win.1
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst ChangeLog

View File

@ -77,7 +77,7 @@ PBR_VERSION=%{version} PYTHONPATH=. %sphinx_build -a -E -d doc/build/doctrees -b
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -71,7 +71,7 @@ PBR_VERSION={{ upstream_version }} %sphinx_build -b html doc/source doc/build/ht
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -75,7 +75,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -91,7 +91,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
# Requires oslo.log which we can't depend on for build cycle reasons
rm -v oslo_config/tests/test_cfg.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -65,7 +65,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%if %{with test}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%endif
%files -n {{ py2name(py_versions='py3') }}

View File

@ -93,7 +93,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -58,7 +58,7 @@ PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -64,7 +64,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -77,7 +77,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -105,7 +105,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
# fail without it
rm -rf oslo_messaging/tests/functional
# 3 cyrus tests fail on rdo with time out
python3 -m stestr.cli run --black-regex '^oslo_messaging.tests.(functional|drivers.test_amqp_driver.TestCyrusAuthentication.test_authentication_(ok|ignore_default_realm|default_realm))'
%{openstack_stestr_run} --black-regex '^oslo_messaging.tests.(functional|drivers.test_amqp_driver.TestCyrusAuthentication.test_authentication_(ok|ignore_default_realm|default_realm))'
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -65,7 +65,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
export PYTHONPATH=`pwd`
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -87,7 +87,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%py3_install
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -75,7 +75,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -68,7 +68,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -65,7 +65,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
export PYTHONPATH=.
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -64,7 +64,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -91,7 +91,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -73,7 +73,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
export PYTHONPATH=`pwd`
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -77,7 +77,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
# tests fail with python 3.8
rm -v oslo_utils/tests/test_reflection.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -82,7 +82,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%py3_install
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -92,7 +92,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
# don't want to depend on hacking for package building
rm oslo_vmware/tests/test_hacking.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst

View File

@ -51,7 +51,7 @@ This package contains the Python 3.x module.
%py3_install
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -87,7 +87,7 @@ PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
python3 -m stestr.cli run --black-regex '(^osprofiler.tests.unit.drivers.test_jaeger.JaegerTestCase.*$)'
%{openstack_stestr_run} --black-regex '(^osprofiler.tests.unit.drivers.test_jaeger.JaegerTestCase.*$)'
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -65,7 +65,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%if 0%{?with_tests}
%check
OS_TEST_PATH=./ovsdbapp/tests/unit PYTHONPATH=. python3 -m stestr.cli run
OS_TEST_PATH=./ovsdbapp/tests/unit PYTHONPATH=. %{openstack_stestr_run}
%endif
%files -n {{ py2name(py_versions='py3') }}

View File

@ -72,7 +72,7 @@ mkdir -p %{buildroot}/%{_sysconfdir}
mv %{buildroot}%{_prefix}%{_sysconfdir}/{{ pypi_name }} %{buildroot}/%{_sysconfdir}/
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst

View File

@ -67,7 +67,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.md ChangeLog

View File

@ -61,7 +61,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -85,7 +85,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run \
%{openstack_stestr_run} \
--black-regex 'barbicanclient.tests.test_barbican.WhenTestingBarbicanCLI.test_should_show_usage_with_help_flag'
%files -n python3-barbicanclient

View File

@ -85,7 +85,7 @@ install -p -D -m 644 tools/cinder.bash_completion %{buildroot}%{_sysconfdir}/bas
%check
rm cinderclient/tests/unit/test_shell.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -90,7 +90,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-cloudkittyclient
%doc README.rst

View File

@ -69,7 +69,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%py3_install
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-designateclient
%license LICENSE

View File

@ -71,7 +71,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-freezerclient
%doc README.rst

View File

@ -87,7 +87,7 @@ rm -rf doc/build/man/.{doctrees,buildinfo}
install -p -D -m 644 doc/build/man/glance.1 %{buildroot}%{_mandir}/man1/glance.1
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -98,7 +98,7 @@ install -p -D -m 644 doc/build/man/heat.1 %{buildroot}%{_mandir}/man1/heat.1
install -p -D -m 644 tools/heat.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/heat.bash_completion
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-heatclient
%license LICENSE

View File

@ -89,7 +89,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-ironicclient
%license LICENSE

View File

@ -75,7 +75,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%doc README.rst

View File

@ -94,7 +94,7 @@ install -p -D -m 644 doc/build/man/python-magnumclient.1 %{buildroot}%{_mandir}/
install -p -D -m 644 tools/magnum.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/magnum.bash_completion
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-magnumclient
%license LICENSE

View File

@ -84,7 +84,7 @@ install -p -D -m 644 tools/manila.bash_completion %{buildroot}%{_sysconfdir}/bas
rm -f manilaclient/tests/unit/test_shell.py
rm -f manilaclient/tests/unit/test_functional_utils.py
rm -rf manilaclient/tests/functional
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-manilaclient
%doc README.rst

View File

@ -79,7 +79,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
install -p -D -m 644 doc/build/man/python-masakariclient.1 %{buildroot}%{_mandir}/man1/python-masakariclient.1
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-masakariclient
%license LICENSE

View File

@ -76,7 +76,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-mistralclient
%license LICENSE

View File

@ -66,7 +66,7 @@ The Monasca Client was written using the OpenStack Heat Python client as a frame
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-monascaclient
%doc README.rst

View File

@ -91,7 +91,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-neutronclient
%license LICENSE

View File

@ -85,7 +85,7 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
%check
export OS_TEST_PATH=novaclient/tests/unit
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-novaclient
%license LICENSE

View File

@ -72,7 +72,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
# we don't want hacking
rm -f octaviaclient/tests/unit/test_hacking.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-octaviaclient
%doc README.rst

View File

@ -107,7 +107,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
install -p -D -m 644 doc/build/man/openstack.1 %{buildroot}%{_mandir}/man1/openstack.1
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-openstackclient
%doc README.rst

View File

@ -74,7 +74,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
# we don't want to depend on hacking/flake8/pep8
rm -v saharaclient/tests/unit/test_hacking.py
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-saharaclient
%license LICENSE

View File

@ -87,7 +87,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-senlinclient
%license LICENSE

View File

@ -60,7 +60,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -82,7 +82,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-troveclient
%doc README.rst

View File

@ -73,7 +73,7 @@ install -p -D -m 644 tools/vitrage.bash_completion %{buildroot}%{_sysconfdir}/ba
rm %{buildroot}%{_datadir}/vitrage.bash_completion
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-vitrageclient
%doc README.rst

View File

@ -77,7 +77,7 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
%check
export TEST_PATH=./watcherclient/tests/unit
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-watcherclient
%doc README.rst

View File

@ -76,7 +76,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%py3_install
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-zaqarclient
%doc README.rst ChangeLog examples

View File

@ -82,7 +82,7 @@ export OS_TEST_PATH=./zunclient/tests/unit/
rm -f zunclient/tests/unit/test_shell.py
rm -f zunclient/tests/unit/test_functional_utils.py
rm -rf zunclient/tests/functional
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-zunclient
%doc README.rst

View File

@ -64,7 +64,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -63,7 +63,7 @@ sed -i '/^hacking.*/d' test-requirements.txt
%check
rm -rf .git
git init .
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -81,7 +81,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%check
export OS_TEST_PATH=./stackviz/tests
export PYTHONPATH=.
python3 -m stestr.cli run
%{openstack_stestr_run}
%endif

View File

@ -61,7 +61,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%{py3_install}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-sushy
%license LICENSE

View File

@ -95,7 +95,7 @@ PBR_VERSION={{ upstream_version }} %sphinx_build -b html doc/source doc/build/ht
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-taskflow
%doc README.rst

View File

@ -107,7 +107,7 @@ install -p -D -m 644 roles/fetch-validations/defaults/main.yaml \
%{buildroot}%{_datadir}/ansible/roles/fetch-validations/defaults/
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n {{ py2name(py_versions='py3') }}
%license LICENSE

View File

@ -85,7 +85,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%fdupes %{buildroot}%{python3_sitelib}
%check
python3 -m stestr.cli run
%{openstack_stestr_run}
%files -n python3-vmware-nsxlib
%license LICENSE