From: Mike Perez Date: Wed, 14 Jan 2015 23:47:26 +0000 (-0800) Subject: Skip LIO target unit tests until mocked X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e35cbfa22b45685c1f9d1bc5e54362d63a8ef944;p=openstack-build%2Fcinder-build.git Skip LIO target unit tests until mocked Unit tests are calling out to cinder-rtstool, which breaks in most environments. We need these calls mocked out properly before being reenabled. Change-Id: Ic25828361d9c30c4e1aa37b630d8ad272a78977b Related-Bug: #1411029 --- diff --git a/cinder/tests/targets/test_lio_driver.py b/cinder/tests/targets/test_lio_driver.py index 3210572ec..e3fd9a4fa 100644 --- a/cinder/tests/targets/test_lio_driver.py +++ b/cinder/tests/targets/test_lio_driver.py @@ -15,11 +15,13 @@ from oslo_concurrency import processutils as putils from cinder import context from cinder import exception +from cinder import test from cinder.tests.targets import test_tgt_driver as test_tgt from cinder import utils from cinder.volume.targets import lio +@test.testtools.skip("SKIP until bug #1411029 is fixed") class TestLioAdmDriver(test_tgt.TestTgtAdmDriver): def setUp(self):