RBAC test for "dhcp_agent_scheduler" network policy
Added RBAC network test for listing dhcp agents on a hosting
network, providing coverage for the following Neutron policy action:
* "get_dhcp-agents"
Cleaned up ``test_networks_rbac`` by removing unnecessary assertions
and simplifying overly complicated network creation and deletion.
Change-Id: I3af033678cd19694a06070036fa9bc57c4083702
diff --git a/releasenotes/notes/dhcp-agent-scheduler-test-842fc1df45799def.yaml b/releasenotes/notes/dhcp-agent-scheduler-test-842fc1df45799def.yaml
new file mode 100644
index 0000000..1afe82b
--- /dev/null
+++ b/releasenotes/notes/dhcp-agent-scheduler-test-842fc1df45799def.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Added RBAC network test for listing dhcp agents on a hosting
+ network, providing coverage for the following Neutron policy action:
+ * "get_dhcp-agents"