blob: a75db9572a26ca96879a43993f4adca09fcff8cd [file] [log] [blame]
Felipe Monteirodd02c622017-05-29 02:29:38 +01001---
2features:
3 - |
4 Add additional port-related RBAC tests to ``test_ports_rbac`` in the
5 network module, providing coverage for the following policy actions:
6 * create_port:device_owner
7 * create_port:port_security_enabled
8 * create_port:binding:profile
9 * update_port:device_owner
10fixes:
11 - |
12 Add ``test.requires_ext`` above tests that require the ``binding``
13 extension.