ironic/ironic/tests
Dmitry Tantsur c1a6ae57a4 Remove a pause before cleaning when fast-tracking
When fast track mode is used, ironic still waits for the next heartbeat
before running the first clean step, because prepare_cleaning
unconditionally returns CLEANWAIT for agent drivers. This patch fixes
it by returning None for fast-track.

Agent code then needs to refresh clean steps before proceeding,
otherwise it will assume an empty steps list.

Change-Id: I86225b3e34c63a0124a2a63f8a624dd00a8d38e4
(cherry picked from commit ff7a32bc7f)
2021-04-28 12:23:27 +00:00
..
functional Prepare for functional testing 2015-09-28 21:27:01 +00:00
json_samples Add `network_data` field to ironic node object 2020-05-05 15:57:36 +02:00
unit Remove a pause before cleaning when fast-tracking 2021-04-28 12:23:27 +00:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Add agent_status and agent_status_message params to heartbeat 2021-03-31 14:20:39 -07:00