From 6f6b77dda5c889fd70839400c81d949e28d6b8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Fri, 10 Dec 2021 08:59:43 +0000 Subject: [PATCH] Disable unstable unit test --- openstack-glance.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openstack-glance.spec b/openstack-glance.spec index 519a1ce..1fb4860 100644 --- a/openstack-glance.spec +++ b/openstack-glance.spec @@ -1,6 +1,6 @@ Name: openstack-glance Version: 19.0.4 -Release: 3 +Release: 4 Summary: OpenStack Image Service (Glance) License: ASL 2.0 URL: https://docs.openstack.org/glance @@ -318,7 +318,7 @@ mv %{buildroot}%{_prefix}%{_sysconfdir}/glance/metadefs/* %{buildroot}%{_sysconf rm -rf %{buildroot}%{_prefix}%{_sysconfdir}/glance %check -stestr run --black-regex 'glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vdi' +stestr run --black-regex '(glance.tests.unit.common.test_format_inspector.TestFormatInspectors.test_vdi|glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_live_time)' %pre common %openstack_pre_user_group_create glance glance /sbin/nologin @@ -408,6 +408,9 @@ stestr run --black-regex 'glance.tests.unit.common.test_format_inspector.TestFor %{python3_sitelib}/glance/tests %changelog +* Fri Dec 10 2021 wangxiyuan - 19.0.4-4 +- Disable unstable unit test + * Thu Nov 25 2021 lijiawei - 19.0.4-3 - Update the spec structure