mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 14:44:09 +00: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:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user