ironic/ironic/tests/unit/conductor
Julia Kreger d17749249c Record node history and manage events in db
* Adds periodic task to purge node_history entries based upon
  provided configuration.
* Adds recording of node history entries for errors in the
  core conductor code.
* Also changes the rescue abort behavior to remove the notice
  from being recorded as an error, as this is a likely bug in
  behavior for any process or service evaluating the node
  last_error field.
* Makes use of a semi-free form event_type field to help
  provide some additional context into what is going on and
  why. For example if deployments are repeatedly failing,
  then perhaps it is a configuration issue, as opposed to
  a general failure. If a conductor has no resources, then
  the failure, in theory would point back to the conductor
  itself.

Story: 2002980
Task: 42960

Change-Id: Ibfa8ac4878cacd98a43dd4424f6d53021ad91166
2021-09-10 14:47:27 -07: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 Record node history and manage events in db 2021-09-10 14:47:27 -07:00
test_cleaning.py Remove temporary cleaning information on starting cleaning 2021-04-22 14:00:32 +02:00
test_deployments.py Delay rendering configdrive 2021-05-19 15:17:49 +02:00
test_manager.py Record node history and manage events in db 2021-09-10 14:47:27 -07:00
test_notification_utils.py Enforce autospec in test_notification_utils 2020-07-17 07:08:07 +00:00
test_rpcapi.py Add api endpoints for changing boot_mode and secure_boot state 2021-08-23 19:38:58 +02:00
test_steps.py Enable priority overrides to enable/disable steps 2021-08-10 09:45:05 +10:00
test_task_manager.py Lazy-load node details from the DB 2021-03-02 09:09:02 +01:00
test_utils.py Record node history and manage events in db 2021-09-10 14:47:27 -07:00
test_verify.py Record node history and manage events in db 2021-09-10 14:47:27 -07:00