Comment 4 for bug 1302211

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/85744
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=576d5a90a7521d56080e14a91d162164c45e3aa4
Submitter: Jenkins
Branch: master

commit 576d5a90a7521d56080e14a91d162164c45e3aa4
Author: Matt Riedemann <email address hidden>
Date: Mon Apr 7 08:44:07 2014 -0700

    Remove redundant tests from Qcow2TestCase

    Qcow2TestCase had exact copies of two tests in the parent
    _ImageTestCase so remove them. I'm assuming the tests originated
    in Qcow2TestCase but later more image types were added and the
    tests were pulled up into the common parent mixin since they
    applied to all types of images, but the redundant tests from
    Qcow2TestCase weren't cleaned up.

    Related-Bug: #1302211

    Change-Id: I031516b555ead5a3769fb62d90e373aac1b6baf1