keystone/keystone/token/persistence
Victor Stinner 97eec19126 Port test_v2 unit test to Python 3
* test_v2.py: don't encode token identifier to ASCII on Python 3, it
  must be a text string on Python 3.
* Token: don't encode token_id nor user_id to UTF-8 on Python 3, they
  must be text strings on Python 3.
* ProjectScopedPayload.disassemble(): decode project identifier from
  UTF-8 on Python 3 to get a text string.
* Replace json.loads() with oslo_serialization.jsonutils.loads() to
  accept utf8-encoded byte string.
* tests-py3-blacklist.txt: remove test_v2 to run the test.

Change-Id: I59b80c655c9834ec4fd0af625eb514c3dec262ab
bp: python3
2016-05-17 00:27:17 +00:00
..
backends Port test_v2 unit test to Python 3 2016-05-17 00:27:17 +00:00
__init__.py Make __all__ immutable 2015-09-30 21:54:50 +00:00
core.py Fix D400 PEP257 2016-04-21 15:25:34 +00:00