blob: 750a9f17217755ec64f7a3c1e0dee4ff23296604 [file] [log] [blame]
Felipe Monteiroe7e552e2017-05-02 17:04:12 +01001---
2fixes:
3 - |
4 Removed ``rule`` kwarg from ``rbac_rule_validation`` decorator for identity
5 v2 admin tests, because the identity v2 admin API does not do policy
6 enforcement, and instead checks whether the request object has
7 ``context_is_admin``.
8other:
9 - |
10 Updated the class names for identity v2 tests to include the "Admin"
11 substring, to convey the fact that these tests are only intended
12 to test the v2 admin API, not the v2 API.