mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01:00
revent fixes
- do not attempt to replay setup if a setup recording has not been provided (perviously, setup was mandatory). - update the apk initialization to the correct method inside the record command.
This commit is contained in:
@@ -178,7 +178,7 @@ class RecordCommand(Command):
|
||||
|
||||
self.logger.info('Deploying {}'.format(args.workload))
|
||||
workload = pluginloader.get_workload(args.workload, self.target)
|
||||
workload.apk.init_resources(context.resolver)
|
||||
workload.apk.initialize(context)
|
||||
workload.apk.setup(context)
|
||||
sleep(workload.loading_time)
|
||||
|
||||
|
Reference in New Issue
Block a user