neutron/neutron/tests/unit/agent/l2
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
..
extensions QOS: get rid of warnings for unit tests 2016-02-16 01:26:54 -08:00
__init__.py Qos Agent Extension 2015-07-13 14:48:47 +00:00