keystone/keystone/tests/unit/catalog
Gage Hugo 2be615ea93 Fix multiple uuid warnings with pycadf
There are multiple pycadf warnings about invalid uuids when
running keystone tests:

To ensure interoperability, identifiersshould be a valid uuid.
  warnings.warn('Invalid uuid. To ensure interoperability, identifiers'

This changes multiple fixtures within default_fixtures to use valid
uuids for their 'id' values. Also changed load_fixtures to build
the fixtures based on the default_fixtures' 'name' value, rather
than 'id'. Replaced many instances of invalid hard-coded ids to use
random uuids, default_fixture ids, or 'default'.

Co-Authored-By: Tin Lam <tinlam@gmail.com>

Change-Id: Ic4fff30c306561b71288712480f073aba1fccbde
Closes-Bug: #1659053
Depends-On: I58bba04c21c2d24fd37850c9ecc6fac99deb3fc4
2017-02-08 21:16:43 -06:00
..
__init__.py Updates keystone.catalog.core.format_url tests 2014-06-16 16:39:08 +00:00
test_backends.py Fix multiple uuid warnings with pycadf 2017-02-08 21:16:43 -06:00
test_core.py Replace tenant with project for keystone catalog 2016-10-16 11:20:12 +08:00