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\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