keystoneauth1.fixture.exception module¶
-
exception
keystoneauth1.fixture.exception.
FixtureValidationError
Bases:
Exception
The token you created is not legitimate.
The data contained in the token that was generated is not valid and would not have been returned from a keystone server. You should not do testing with this token.
-
__annotations__
= {}
-
__doc__
= 'The token you created is not legitimate.\n\n The data contained in the token that was generated is not valid and would\n not have been returned from a keystone server. You should not do testing\n with this token.\n '
-
__module__
= 'keystoneauth1.fixture.exception'
-
__weakref__
list of weak references to the object (if defined)
-