mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
fw/execution: Fix missing parameter
This commit is contained in:
parent
b8301640f7
commit
0c2613c608
@ -404,7 +404,7 @@ class Executor(object):
|
|||||||
attempts = context.cm.run_config.max_retries
|
attempts = context.cm.run_config.max_retries
|
||||||
while attempts:
|
while attempts:
|
||||||
try:
|
try:
|
||||||
self.target_manager.reboot()
|
self.target_manager.reboot(context)
|
||||||
except TargetError as e:
|
except TargetError as e:
|
||||||
if attempts:
|
if attempts:
|
||||||
attempts -= 1
|
attempts -= 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user