patrole/patrole_tempest_plugin
Sergey Vilgelm 0a824743b5
Rbac tests for Neutron list actions
Add RBAC tests for
    * list_routers [0]
    * list_subnetpools [1]
    * list_networks [2]
    * list_ports [3]
    * list_trunks [4]
    * list_address_scopes [5]
    * list_floatingips [6]
    * list_rbac_policies [8]
    * list_metering_labels [10]
    * list_metering_label_rules [11]
    * list_qos_policies [12]
    * list_dscp_marking_rules [13]
    * list_agents [14]
    * list_segments [15]

Update RBAC tests to use validate_list function for:
    * list_subnets [7]
    * list_security_groups [9]

[0] https://developer.openstack.org/api-ref/network/v2/index.html#list-routers
[1] https://developer.openstack.org/api-ref/network/v2/index.html#list-subnet-pools
[2] https://developer.openstack.org/api-ref/network/v2/index.html#list-networks
[3] https://developer.openstack.org/api-ref/network/v2/index.html#list-ports
[4] https://developer.openstack.org/api-ref/network/v2/index.html#list-trunks
[5] https://developer.openstack.org/api-ref/network/v2/index.html#list-address-scopes
[6] https://developer.openstack.org/api-ref/network/v2/index.html#list-floating-ips
[7] https://developer.openstack.org/api-ref/network/v2/index.html#list-subnets
[8] https://developer.openstack.org/api-ref/network/v2/index.html#list-rbac-policies
[9] https://developer.openstack.org/api-ref/network/v2/index.html#list-security-groups
[10] https://developer.openstack.org/api-ref/network/v2/index.html#list-metering-labels
[11] https://developer.openstack.org/api-ref/network/v2/index.html#list-metering-label-rules
[12] https://developer.openstack.org/api-ref/network/v2/index.html#list-qos-policies
[13] https://developer.openstack.org/api-ref/network/v2/index.html#list-dscp-marking-rules-for-qos-policy
[14] https://developer.openstack.org/api-ref/network/v2/index.html#list-all-agents
[15] https://developer.openstack.org/api-ref/network/v2/index.html#list-segments

Change-Id: I0dae01a3271efe6d3469718976c471416279e337
2018-11-30 07:18:39 -06:00
..
hacking refactor: Rename PluginRbacTest => ExtRbacTest 2018-11-07 04:13:25 +00:00
tests Rbac tests for Neutron list actions 2018-11-30 07:18:39 -06:00
__init__.py Initial Cookiecutter commit 2017-01-04 15:11:34 -05:00
config.py Add missing ws seperator between words 2018-11-19 14:38:28 +08:00
plugin.py feature flag: Policy feature enabled config group 2018-05-19 16:24:33 +01:00
policy_authority.py Multi role RBAC validation 2018-10-31 20:45:13 +00:00
rbac_authority.py Move RbacAuthority class into separate module 2018-05-31 19:07:15 -04:00
rbac_exceptions.py Helper for validating RBAC list actions 2018-11-14 12:58:52 -06:00
rbac_rule_validation.py refactor: Break up RbacMalformedException into discrete exceptions 2018-11-07 16:23:51 -05:00
rbac_utils.py Helper for validating RBAC list actions 2018-11-14 12:58:52 -06:00
requirements_authority.py requirements authority: Use better exception/return code 2018-11-14 01:16:00 +00:00
version.py Add a page for release 0.1.0 to release notes 2017-06-02 18:44:56 +00:00