1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

configuration/core: Add missing description to doc string

This commit is contained in:
Marc Bonnici 2018-02-13 15:01:40 +00:00 committed by setrofim
parent b33defbfea
commit d7f28da71e

View File

@ -728,6 +728,10 @@ class RunConfiguration(Configuration):
This defines when during execution of a run the Device will be
rebooted. The possible values are:
``"as_needed"``
The device will only be rebooted if the need arises (e.g. if it
becomes unresponsive.
``"never"``
The device will never be rebooted.