mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +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:
@@ -388,8 +388,9 @@ class ReventGUI(object):
|
||||
|
||||
def setup(self):
|
||||
self._check_revent_files()
|
||||
self.revent_recorder.replay(self.on_target_setup_revent,
|
||||
timeout=self.setup_timeout)
|
||||
if self.revent_setup_file:
|
||||
self.revent_recorder.replay(self.on_target_setup_revent,
|
||||
timeout=self.setup_timeout)
|
||||
|
||||
def run(self):
|
||||
msg = 'Replaying {}'
|
||||
|
Reference in New Issue
Block a user