Felipe Monteiro | c8ec1f6 | 2017-11-15 08:32:56 +0000 | [diff] [blame] | 1 | .. _rbac-validation: |
| 2 | |
| 3 | RBAC Rule Validation Module |
| 4 | =========================== |
| 5 | |
| 6 | Overview |
| 7 | -------- |
| 8 | |
| 9 | Module that implements the decorator which serves as the entry point for |
| 10 | RBAC validation testing. The decorator should be applied to every RBAC test |
| 11 | with the appropriate ``service`` (OpenStack service) and ``rule`` (OpenStack |
| 12 | policy name defined by the ``service``). |
| 13 | |
| 14 | Implementation |
| 15 | -------------- |
| 16 | |
Felipe Monteiro | 47c43cb | 2018-11-05 17:15:30 +0000 | [diff] [blame] | 17 | :py:mod:`RBAC Rule Validation Module <patrole_tempest_plugin.rbac_rule_validation>` |