commit | 0a824743b58aab277e7a457841a37998a176b844 | [log] [tgz] |
---|---|---|
author | Sergey Vilgelm <sergey@vilgelm.info> | Thu Oct 11 14:38:16 2018 -0500 |
committer | Sergey Vilgelm <sergey@vilgelm.info> | Fri Nov 30 07:18:39 2018 -0600 |
tree | 10f71dc095dce1702f9c1de1b5703084f0ecf26e | |
parent | fe6ad6b44c032e98e9d6c9d3aebe3c608285e634 [diff] |
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