patrole/patrole_tempest_plugin
Felipe Monteiro 3c1de67be7 Subnet rbac tests
Add rbac tests for subnet-related network policy actions. This
commit adds coverage for the following policy actions:

    * create_subnet
    * get_subnet
    * update_subnet
    * delete_subnet

Note that policy actions like create_subnet:segment_id and
get_subnet:segment_id have not been included because it is not
clear how to enforce them (same with create_subnet:service_types:
service_types is not even an attribute exposed in the subnet v2.0
documentation).

Change-Id: I982fde3e065cbf966a03754e99dae8c3fe8715b9
2017-06-13 19:51:18 +01:00
..
hacking Add hacking check to enforce no client aliases 2017-05-26 14:34:27 -04:00
services Initial Cookiecutter commit 2017-01-04 15:11:34 -05:00
tests Subnet rbac tests 2017-06-13 19:51:18 +01:00
README.rst Improve patrole core documentation 2017-04-21 00:13:07 +01:00
__init__.py Initial Cookiecutter commit 2017-01-04 15:11:34 -05:00
config.py Creates config options for policy.json paths 2017-04-27 17:55:05 -04:00
plugin.py Fix plugin.py test directory 2017-05-17 15:46:51 +00:00
rbac_exceptions.py Enhance validation decorator with error code 2017-03-20 13:53:11 -04:00
rbac_policy_parser.py Hacking: enable extensions H106, H203 and H904 2017-05-17 15:36:16 +00:00
rbac_rule_validation.py Fix rbac_rule_validation log statement raises TypeError 2017-05-24 17:48:59 +01:00
rbac_utils.py Remove singleton from RbacUtils constructor 2017-05-18 00:40:04 +01:00

README.rst

Tempest Integration of Patrole

This directory contains Tempest tests to cover the Patrole project.