Comment 30 for bug 1557378

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

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

commit b1d9c3edd87fb9e547c5e374d836b673989747a7
Author: srushti <email address hidden>
Date: Tue Apr 5 13:27:43 2016 +0000

    Fix invalid uuid warnings

    Currently, unit testcases emit FutureWarnings from oslo.versionedobjects
    about invalid uuids as documented here[1].

    This commit changes these tests to use valid uuids so
    that when they are run these warnings are no longer emitted.

    [1] http://docs.openstack.org/developer/oslo.versionedobjects/api/fields.html#oslo_versionedobjects.fields.UUIDField

    Closes-Bug: #1557378
    Change-Id: I21a60e916e183f7c0fc6193d4b7caa88ae3b6d56