Comment 4 for bug 1411029

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/147352
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=94d9c9c8e5df18589d233f4a713f2f2059bdf92d
Submitter: Jenkins
Branch: master

commit 94d9c9c8e5df18589d233f4a713f2f2059bdf92d
Author: Mitsuhiro Tanino <email address hidden>
Date: Wed Jan 14 19:59:54 2015 -0500

    Add mock for cinder-rtstool call in tests.targets.test_lio_driver

    Unit tests in tests.targets.test_lio_driver are calling out to
    cinder-rtstool.
    change-id Ic25828361d9c30c4e1aa37b630d8ad272a78977b skips this
    unit test to avoid failure of tests.
    This patch reverts this change and adds mock for calling of
    cinder-rtstool to reenable the unit tests.

    Change-Id: I11dc07f692b5ba07484595c980f82bbdd2140d24
    Closes-Bug: #1411029