]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Skip intermittent VMDK tests
authorJon Bernard <jobernar@redhat.com>
Thu, 27 Aug 2015 20:03:57 +0000 (16:03 -0400)
committerJon Bernard <jobernar@redhat.com>
Thu, 27 Aug 2015 20:03:57 +0000 (16:03 -0400)
The test 'test_create_backing_from_stream_optimized_file' is failing
intermittently in the gate, which causes delays in the review process of
other patches.  Given the proximity to feature freeze, I think it's
appropriate to temporarily disable these tests until a proper solution
can be found.

Change-Id: I056b64ad09bb4eb921638e2a664eda2c97daa42d
Partial-Bug: #1488690

cinder/tests/unit/test_vmware_vmdk.py

index dcc20c420c331b163c5d84b08baf81b29499c464..f27031fed907cf29d576c8108852c3e7099092b7 100644 (file)
@@ -1656,6 +1656,7 @@ class VMwareEsxVmdkDriverTestCase(test.TestCase):
     @mock.patch.object(VMDK_DRIVER, '_get_storage_profile_id')
     @mock.patch.object(VMDK_DRIVER, 'session')
     @mock.patch.object(VMDK_DRIVER, '_select_ds_for_volume')
+    @test.testtools.skip("SKIP until this test is removed or fixed")
     def test_create_backing_from_stream_optimized_file(
             self, select_ds, session, get_storage_profile_id, get_disk_type,
             vops, file_open, download_data, delete_temp_backing):
@@ -2560,6 +2561,7 @@ class VMwareVcVmdkDriverTestCase(VMwareEsxVmdkDriverTestCase):
     @mock.patch.object(VMDK_DRIVER, '_get_storage_profile_id')
     @mock.patch.object(VMDK_DRIVER, 'session')
     @mock.patch.object(VMDK_DRIVER, '_select_ds_for_volume')
+    @test.testtools.skip("SKIP until this test is removed or fixed")
     def test_create_backing_from_stream_optimized_file(
             self, select_ds, session, get_storage_profile_id, get_disk_type,
             vops, file_open, download_data, delete_temp_backing):