diff --git a/wlauto/workloads/glbcorp/__init__.py b/wlauto/workloads/glbcorp/__init__.py index 6e0f3840..0a85848e 100644 --- a/wlauto/workloads/glbcorp/__init__.py +++ b/wlauto/workloads/glbcorp/__init__.py @@ -108,7 +108,7 @@ class GlbCorp(ApkWorkload): self.monitor = GlbRunMonitor(self.device) self.monitor.start() - def start_activity(self): + def launch_package(self): # Unlike with most other APK workloads, we're invoking the use case # directly by starting the activity with appropriate parameters on the # command line during execution, so we dont' need to start activity