commit | b18f98b28b9f6e70e603f12b71fac44f6b4ac280 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Mon May 01 19:22:50 2017 +0100 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Thu May 11 00:01:30 2017 +0000 |
tree | eb4ca4b655bbb1c694ba4f927d42409fab3bdc48 | |
parent | ea997a718bc5678317943825f0de1aa1a25af976 [diff] |
Add RBAC tests for v3 auth policy actions Implements RBAC tests for v3 auth-related policy actions contained in [0]. But since the Tempest identity v3 client currently only has an endpoint for list_auth_projects [1], this patch only adds an RBAC test for identity:get_auth_projects. Once the other endpoints (show_auth_catalog and list_auth_domains) are added to the Tempest client, then the remaining tests can be added in a follow-up patch. [0] https://github.com/openstack/keystone/blob/master/keystone/common/policies/auth.py [1] https://github.com/openstack/tempest/blob/master/tempest/lib/services/identity/v3/identity_client.py Change-Id: I002acfe760aeaab6d4618d366a2da522c6a27695 Partial-Bug: #1687317