From: Thomas Goirand Date: Fri, 15 Jul 2016 15:00:09 +0000 (+0000) Subject: Blacklist VolumeMigrationTestCase.test_retype_volume_driver_success. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0ea2538df952049f4683c5962e92c938411cfa51;p=openstack-build%2Fcinder-build.git Blacklist VolumeMigrationTestCase.test_retype_volume_driver_success. Rewritten-From: 9fcb40250012a41b83c080454beaf9e2918cbe1a --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 942037198..7075e241b 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -4,6 +4,7 @@ cinder (2:9.0.0~b2-1) experimental; urgency=medium * Fixed (build-)depends for this release. * Rebased remove-zfssa-from-opts.py.patch. * Updated Danish translation of the debconf templates (Closes: #830641). + * Blacklist VolumeMigrationTestCase.test_retype_volume_driver_success. -- Thomas Goirand Fri, 15 Jul 2016 16:35:01 +0200 diff --git a/xenial/debian/rules b/xenial/debian/rules index 977b43211..6d7a12e03 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -14,7 +14,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) rm -rf .testrepository ; \ testr-python$$PYMAJOR init ; \ TEMP_REZ=`mktemp -t` ; \ - PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'cinder\.tests\.unit\.(?!(.*test_volume\.VolumeTestCase\.test_create_delete_volume.*|.*test_volume\.ConsistencyGroupTestCase\.test_create_delete_cgsnapshot.*))' | tee $$TEMP_REZ | subunit2pyunit ; \ + PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'cinder\.tests\.unit\.(?!(.*test_volume\.VolumeTestCase\.test_create_delete_volume.*|.*test_volume\.ConsistencyGroupTestCase\.test_create_delete_cgsnapshot.*|.*test_volume\.VolumeMigrationTestCase\.test_retype_volume_driver_success.*))' | tee $$TEMP_REZ | subunit2pyunit ; \ cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \ rm -f $$TEMP_REZ ; \ testr-python$$PYMAJOR slowest ; \