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
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):