cinder/cinder/tests
Tom Barron 9bbe9c440f Fix invalid uuid warnings in backup unit tests
Currently, 'tox -epy27 -- --regex cinder.tests.unit.backup' and
'tox -epy27 -- --regex cinder.tests.unit.test_backup' emit
188 FutureWarnings from oslo.versionedobjects aout 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

Change-Id: I356a38791de06164ec634c463713df9000268194
2016-03-03 19:04:00 -05:00
..
functional Move integrated tests to 'functional' directory 2016-02-09 23:28:27 +02:00
unit Fix invalid uuid warnings in backup unit tests 2016-03-03 19:04:00 -05:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fixtures.py Copy StandardLogging fixture from Nova 2016-02-29 17:46:31 -05:00