ironic/ironic/tests/unit/api/controllers/v1
Julia Kreger f9eb7abe82 Secure RBAC - Efficent node santiziation
An investigation of performance issues in Ironic revealed that the
policy checking was performing extra un-needed work which performed
excess computational overhead when parsing the result data.

In this specific case, the Secure RBAC work added some additional
policy checks around individual the fields.

Change-Id: I77b6e0e6c721f2ff1f8b9f511acde97fcdb21a39
Story: 2008885
Task: 42432
(cherry picked from commit 6cd6457479)
2021-06-01 19:22:59 +00:00
..
__init__.py Put tests in correct location for ironic/api/controllers/v1/ 2017-08-04 06:36:57 -07:00
test_allocation.py Follow-up to RBAC allocation changes 2021-03-18 12:55:29 -07:00
test_chassis.py Enforce autospec in test_chassis 2021-02-17 11:56:17 +01:00
test_collection.py Utility functions for REST API JSON handling 2020-11-16 10:49:42 +13:00
test_conductor.py Merge "Use unittest.mock instead of mock" 2020-06-22 16:57:36 +00:00
test_deploy_template.py Convert deploy_templates endpoint to plain JSON 2020-11-16 10:49:56 +13:00
test_driver.py Enforce autospec in test_driver 2021-02-23 10:55:18 +01:00
test_event.py Implement system scoped RBAC for the event APIs 2021-02-23 11:58:39 -08:00
test_node.py Secure RBAC - Efficent node santiziation 2021-06-01 19:22:59 +00:00
test_notification_utils.py Enforce autospec in test_notification_utils module 2021-02-19 13:16:29 +00:00
test_port.py Remove extra/vif_port_id 2021-03-22 12:04:18 -07:00
test_portgroup.py Remove extra/vif_port_id 2021-03-22 12:04:18 -07:00
test_ramdisk.py Add agent_status and agent_status_message params to heartbeat 2021-03-31 14:20:39 -07:00
test_root.py Convert v1 controller to plain, return JSON 2020-07-30 07:37:31 +12:00
test_utils.py Allocation support for project scoped RBAC 2021-03-12 08:37:51 -08:00
test_versions.py Use unittest.mock instead of mock 2020-06-11 14:15:41 +02:00
test_volume.py Fix pep8 2020-05-12 15:37:38 +02:00
test_volume_connector.py Enforce autospec in test_volume_connector 2021-03-04 16:06:31 +01:00
test_volume_target.py Enforce autospec in test_volume_target 2021-03-03 18:24:29 +01:00