From 545d0e187fc751703fbbbef29fe77f6c9438da3a Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 9 Nov 2021 19:42:57 +0800 Subject: [PATCH] Adds unpackaged files --- openstack-tempest.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openstack-tempest.spec b/openstack-tempest.spec index a8772c3..3859f31 100644 --- a/openstack-tempest.spec +++ b/openstack-tempest.spec @@ -8,7 +8,7 @@ other specific tests useful in validating an OpenStack deployment. Name: openstack-%{project} Version: 21.0.0 -Release: 1 +Release: 2 Summary: OpenStack Integration Test Suite (Tempest) License: ASL 2.0 Url: https://launchpad.net/tempest @@ -164,6 +164,8 @@ PYTHON=%{__python3} stestr --test-path $OS_TEST_PATH run %{_bindir}/check-uuid %{_bindir}/skip-tracker %{_bindir}/subunit-describe-calls +%{_bindir}/tempest-account-generator +%{_bindir}/verify-tempest-config %{_sysconfdir}/%{project}/*sample %{_sysconfdir}/%{project}/*yaml %config(noreplace) %{_sysconfdir}/%{project}/*.conf @@ -185,6 +187,9 @@ PYTHON=%{__python3} stestr --test-path $OS_TEST_PATH run %endif %changelog +* Tue Nov 09 2021 huangtianhua 21.0.0-2 +- Adds unpackaged files + * Tue Nov 09 2021 huangtianhua 21.0.0-1 - Init with 21.0.0 to support OpenStack Train -- Gitee