keystone/keystone/tests
Mohammed Naser c70d0c33a5 fix(federation): allow using numerical group names
When using a numerical group name, the current codebase which
relies on ast.literal_eval does not account for the value
being a number.  Therefore, it can be parsed as a number and
fail in further steps since it will not be a list.

This patch adds a test to handle that use case and refactor the
code that leverages ast.literal_eval to be the same everywhere
so that it adds that fix everywhere.

Closes-Bug: #1992186
Change-Id: I665b7e0234650ba07e0d030a2d442d6599d0888a
2022-10-07 17:08:14 +00:00
..
common Add missing translation import to common.auth.py 2018-11-28 14:23:41 +00:00
functional Update keystone functional tests 2018-04-18 21:04:59 +00:00
hacking Update hacking for Python3 2020-04-15 07:17:58 +02:00
protection Use app cred user ID in policy enforcement 2020-11-11 11:01:20 -06:00
unit fix(federation): allow using numerical group names 2022-10-07 17:08:14 +00:00
__init__.py Move existing tests to unit 2015-02-13 15:54:29 -06:00