1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-28 08:02:37 +01:00

docs/device_setup: Explicitly mention load_default_modules

This is becoming a commonly used parameter in the `device_config` so
explicitly list its functionality.
This commit is contained in:
Marc Bonnici
2019-11-04 16:35:03 +00:00
committed by setrofim
parent dcbc00addd
commit 1f4bae92bf
2 changed files with 13 additions and 5 deletions

View File

@@ -116,7 +116,9 @@ whole will behave. The most common options that that you may want to specify are
to connect to (e.g. ``host`` for an SSH connection or
``device`` to specific an ADB name) as well as configure other
options for the device for example the ``working_directory``
or the list of ``modules`` to be loaded onto the device.
or the list of ``modules`` to be loaded onto the device. (For
more information please see
:ref:`here <android-general-device-setup>`)
:execution_order: Defines the order in which the agenda spec will be executed.
:reboot_policy: Defines when during execution of a run a Device will be rebooted.
:max_retries: The maximum number of times failed jobs will be retried before giving up.