Comment 4 for bug 1203075

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

Reviewed: https://review.openstack.org/38496
Committed: http://github.com/openstack/cinder/commit/72080f9cf538d9d029f953dbe18ac30fbd9f365b
Submitter: Jenkins
Branch: master

commit 72080f9cf538d9d029f953dbe18ac30fbd9f365b
Author: Bill Owen <email address hidden>
Date: Wed Jul 24 09:08:16 2013 -0700

    GPFS stub calls to truncate and dd in unit tests

    gpfs unit tests had calls to truncate, and allowed
    driver call to dd and df. Modify tests to stub these
    out.

    Also remove references to image_path. This was a temp file
    created using truncate that is no longer used.

    Change-Id: I437b56505ba025b256b051dfaf43d8124005f854
    Fixes: bug #1203075