4f40ddef26
The option's help says that the option is ignored when fast track is on, but in reality it only happens with the legacy inspection. The clean-up logic diverges between the two inspection implementation, so change the new implementation to reuse the old clean-up code. Add a few missing unit tests. Change-Id: I2e84aa285b5673bcc911d35439ba80a739460f59
10 lines
390 B
YAML
10 lines
390 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The configuration option ``[inspector]power_off`` is now actually ignored
|
|
for nodes with fast track enabled, as documented in its help.
|
|
- |
|
|
Fixes the built-in in-band inspection implementation to power off the
|
|
node after aborting inspection on user's request, unless the node is
|
|
in the fast track mode or ``[inspector]power_off`` is set to ``False``.
|