Comment 61 for bug 1253497

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

Reviewed: https://review.openstack.org/76449
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=32165415619b275272365c533bf3add14ec3f07c
Submitter: Jenkins
Branch: master

commit 32165415619b275272365c533bf3add14ec3f07c
Author: ChangBo Guo(gcb) <email address hidden>
Date: Wed Feb 26 14:25:15 2014 +0800

    Refactor UUID test

    Oslo is removing uuidutils during the icehouse cycle. We had removed
    uuidutils.generate_uuid() in https://review.openstack.org/#/c/60643/
    It seems the UUID test was not executed, for example, there is no method
    called generate_uuid() in common/utils, the Jekins still passed. This
    patch move the testcase and remove the test method for generate_uuid.

    Change-Id: If4f508129f0b44d63fe77ed1251c0e0737e7e897
    Partial-Bug: #1253497