Fix invalid uuid warnings in api testcases
Currently, unit testcases of api 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. Made changes to project_id in fakes.py to use valid project_id which removes warnings related to invalid uuids in testcases. Also made changes to project_id in JSON headers to use valid uuids in functional testcases same as that in unit testcases. [1] http://docs.openstack.org/developer/oslo.versionedobjects/api/fields.html#oslo_versionedobjects.fields.UUIDField Partial-Bug: #1557378 Change-Id: I5f69a2c3dc4d0279aed11750e6758b624debb64f
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"netmask": "255.255.255.248",
|
||||
"netmask_v6": null,
|
||||
"priority": null,
|
||||
"project_id": "1234",
|
||||
"project_id": "6133f8b603924f45bc0c9e21f6df12fa",
|
||||
"rxtx_base": null,
|
||||
"share_address": false,
|
||||
"updated_at": "2011-08-16T09:26:13.048257",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"netmask": "255.255.255.248",
|
||||
"netmask_v6": null,
|
||||
"priority": null,
|
||||
"project_id": "1234",
|
||||
"project_id": "6133f8b603924f45bc0c9e21f6df12fa",
|
||||
"rxtx_base": null,
|
||||
"share_address": false,
|
||||
"updated_at": "2011-08-16T09:26:13.048257",
|
||||
|
||||
Reference in New Issue
Block a user