Comment 3 for bug 1306153

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

Reviewed: https://review.openstack.org/94620
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=fc7dfcc543d2517746c66927536ef78846f45b26
Submitter: Jenkins
Branch: master

commit fc7dfcc543d2517746c66927536ef78846f45b26
Author: Dmitry Tantsur <email address hidden>
Date: Wed May 21 15:46:05 2014 +0200

    Add some real-world testing on DiskPartitioner

    This patch adds some integration tests for DiskPartitioner by using
    it on a temporary file. As a side effect, this patch adds
    disk_partitioner.list_partitions() helper, which is used by the test,
    but can by used for anything else later.

    The new tests are currently skipped on gate-ironic-python26, as
    there is no `parted` utility there.
    Also these tests do not cover destroy_disk_metadata, as it can't
    be executed on a file.

    Change-Id: I53bf2d207b7d15a0673be6a6786c47500b9eb499
    Closes-Bug: #1306153