ironic/ironic/tests
Julian Edwards ee5d4942a1 Don't retry power status if power action fails
The old code blindly required power status even if the power action
failed. Now, it will retry the power action only when it detects a
retryable failure, and will only poll for power status if the power
action is successful. This patch also moves the logic for handling
waiting for power status into the conductor so that the logic is
standardised between drivers.

Change-Id: Ib48056e05d359848386ac057b58921f40b7bdd60
Co-Authored-By: Sam Betts <sam@code-smash.net>
Related-Bug: #1675529
Closes-Bug: #1692895
2017-06-27 12:10:47 +01:00
..
functional Prepare for functional testing 2015-09-28 21:27:01 +00:00
unit Don't retry power status if power action fails 2017-06-27 12:10:47 +01:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Remove usage of parameter enforce_type 2017-05-05 17:04:55 +08:00