mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
doc/execution_model: Add details about optional setup_rerun
method
This commit is contained in:
parent
185548d13b
commit
e672fbed32
@ -21,6 +21,12 @@ setup
|
|||||||
deployed to the devices, required services or applications are launched,
|
deployed to the devices, required services or applications are launched,
|
||||||
etc. Run time configuration of the device for the workload is also
|
etc. Run time configuration of the device for the workload is also
|
||||||
performed at this time.
|
performed at this time.
|
||||||
|
setup_rerun (apk based workloads only)
|
||||||
|
For some apk based workloads the application is required to be started
|
||||||
|
twice. If the ``requires_rerun`` attribute of the workload is set to
|
||||||
|
``True`` then after the first setup method is called the application
|
||||||
|
will be killed and then restarted. This method can then be used to
|
||||||
|
perform any additional setup required.
|
||||||
run
|
run
|
||||||
This is when the workload actually runs. This is defined as the part of
|
This is when the workload actually runs. This is defined as the part of
|
||||||
the workload that is to be measured. Exactly what happens at this stage
|
the workload that is to be measured. Exactly what happens at this stage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user