keystoneauth1.fixture.exception module¶
- exception keystoneauth1.fixture.exception.FixtureValidationError
Bases:
ExceptionThe 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.
- __annotate_func__ = None
- __annotations_cache__ = {}
- __doc__ = 'The token you created is not legitimate.\n\nThe data contained in the token that was generated is not valid and would\nnot have been returned from a keystone server. You should not do testing\nwith this token.\n'
- __firstlineno__ = 14
- __module__ = 'keystoneauth1.fixture.exception'
- __static_attributes__ = ()
- __weakref__
list of weak references to the object