blob: 460c08c84f153a7d0cc4286db9fa95db363c6546 [file] [log] [blame]
Felipe Monteiroc8ec1f62017-11-15 08:32:56 +00001.. _rbac-validation:
2
3RBAC Rule Validation Module
4===========================
5
6Overview
7--------
8
9Module that implements the decorator which serves as the entry point for
10RBAC validation testing. The decorator should be applied to every RBAC test
11with the appropriate ``service`` (OpenStack service) and ``rule`` (OpenStack
12policy name defined by the ``service``).
13
14Implementation
15--------------
16
Felipe Monteiro47c43cb2018-11-05 17:15:30 +000017:py:mod:`RBAC Rule Validation Module <patrole_tempest_plugin.rbac_rule_validation>`