ironic/ironic/tests/unit/conductor
Arne Wiebalck 82cab603bb Lazy-load node details from the DB
In order to reduce the load on the database backend, only lazy-load
a node's ports, portgroups, volume_connectors, and volume_targets.
With the power-sync as the main user, this change should reduce the
number of DB operations by two thirds roughly.

Change-Id: Id9a9a53156f7fd866d93569347a81e27c6f0673c
2021-03-02 09:09:02 +01:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
mgr_utils.py Remove locks before RPC bus is started 2020-07-28 08:03:21 -07:00
test_allocations.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_base_manager.py Register all hardware_interfaces together 2021-01-08 15:16:53 +00:00
test_cleaning.py Do not enter maintenance if cleaning fails before running the 1st step 2021-01-08 14:57:07 +01:00
test_deployments.py Fix broken configdrive_use_object_store 2021-02-18 10:25:07 +01:00
test_manager.py Lazy-load node details from the DB 2021-03-02 09:09:02 +01:00
test_notification_utils.py Enforce autospec in test_notification_utils 2020-07-17 07:08:07 +00:00
test_rpcapi.py Merge "Add 'deploy steps' parameter for provisioning API" 2021-02-12 16:01:33 +00:00
test_steps.py Add 'deploy steps' parameter for provisioning API 2021-02-03 11:47:53 -05:00
test_task_manager.py Lazy-load node details from the DB 2021-03-02 09:09:02 +01:00
test_utils.py Merge "Don't mark an agent as alive if rebooted" 2021-02-08 09:24:47 +00:00