neutron/neutron/tests/unit/objects
Gary Kotton 217a2adee0 QOS: get rid of warnings for unit tests
The QOS tests would have tons of warnings that real UUID's need to
be used. This patch fixes that.

We will not see any more:

    .../oslo_versionedobjects/fields.py:325: FutureWarning:
    fake_rule_id is an invalid UUID. Using UUIDFields with
    invalid UUIDs is no longer supported, and will be removed
    in a future release. Please update your code to input valid
    UUIDs or accept ValueErrors for invalid UUIDs.
    See http://docs.openstack.org/developer/oslo.versionedobjects/api/fields.html#oslo_versionedobjects.fields.UUIDField
    for further details "for further details" % value, FutureWarning)

TrivialFix

Change-Id: Iee36c7d1cd11b6a38ab67883f91dcb3bdb4d4344
2016-02-16 01:26:54 -08:00
..
qos Move helper methods to create resorces to test_base 2016-01-21 19:23:14 +00:00
__init__.py objects.base: avoid db access if object does not have changes 2015-07-03 02:02:17 +03:00
test_base.py QOS: get rid of warnings for unit tests 2016-02-16 01:26:54 -08:00
test_common_types.py OVO common enum class for IPv6 modes. 2016-02-09 10:31:10 +01:00
test_objects.py Add test for Neutron object versions 2016-01-06 10:34:03 +00:00