mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
wa/commands: Fix typo in create templates
This commit is contained in:
parent
0a88c32502
commit
f343f3a7ec
@ -17,7 +17,7 @@ class ${class_name}(ApkWorkload):
|
|||||||
|
|
||||||
def __init__(self, target, **kwargs):
|
def __init__(self, target, **kwargs):
|
||||||
super(${class_name}, self).__init__(target, **kwargs)
|
super(${class_name}, self).__init__(target, **kwargs)
|
||||||
# Define any additional attiributes required for the workload
|
# Define any additional attributes required for the workload
|
||||||
|
|
||||||
def init_resources(self, context):
|
def init_resources(self, context):
|
||||||
super(${class_name}, self).init_resources(context)
|
super(${class_name}, self).init_resources(context)
|
||||||
|
@ -17,7 +17,7 @@ class ${class_name}(ApkReventWorkload):
|
|||||||
|
|
||||||
def __init__(self, target, **kwargs):
|
def __init__(self, target, **kwargs):
|
||||||
super(${class_name}, self).__init__(target, **kwargs)
|
super(${class_name}, self).__init__(target, **kwargs)
|
||||||
# Define any additional attiributes required for the workload
|
# Define any additional attributes required for the workload
|
||||||
|
|
||||||
def init_resources(self, context):
|
def init_resources(self, context):
|
||||||
super(${class_name}, self).init_resources(context)
|
super(${class_name}, self).init_resources(context)
|
||||||
|
@ -17,7 +17,7 @@ class ${class_name}(ApkUiautoWorkload):
|
|||||||
|
|
||||||
def __init__(self, target, **kwargs):
|
def __init__(self, target, **kwargs):
|
||||||
super(${class_name}, self).__init__(target, **kwargs)
|
super(${class_name}, self).__init__(target, **kwargs)
|
||||||
# Define any additional attiributes required for the workload
|
# Define any additional attributes required for the workload
|
||||||
|
|
||||||
def init_resources(self, context):
|
def init_resources(self, context):
|
||||||
super(${class_name}, self).init_resources(context)
|
super(${class_name}, self).init_resources(context)
|
||||||
|
@ -15,7 +15,7 @@ class ${class_name}(Workload):
|
|||||||
|
|
||||||
def __init__(self, target, **kwargs):
|
def __init__(self, target, **kwargs):
|
||||||
super(${class_name}, self).__init__(target, **kwargs)
|
super(${class_name}, self).__init__(target, **kwargs)
|
||||||
# Define any additional attiributes required for the workload
|
# Define any additional attributes required for the workload
|
||||||
|
|
||||||
def init_resources(self, context):
|
def init_resources(self, context):
|
||||||
super(${class_name}, self).init_resources(context)
|
super(${class_name}, self).init_resources(context)
|
||||||
|
@ -15,7 +15,7 @@ class ${class_name}(ReventWorkload):
|
|||||||
|
|
||||||
def __init__(self, target, **kwargs):
|
def __init__(self, target, **kwargs):
|
||||||
super(${class_name}, self).__init__(target, **kwargs)
|
super(${class_name}, self).__init__(target, **kwargs)
|
||||||
# Define any additional attiributes required for the workload
|
# Define any additional attributes required for the workload
|
||||||
|
|
||||||
def init_resources(self, context):
|
def init_resources(self, context):
|
||||||
super(${class_name}, self).init_resources(context)
|
super(${class_name}, self).init_resources(context)
|
||||||
|
@ -17,7 +17,7 @@ class ${class_name}(UiautoWorkload):
|
|||||||
|
|
||||||
def __init__(self, target, **kwargs):
|
def __init__(self, target, **kwargs):
|
||||||
super(${class_name}, self).__init__(target, **kwargs)
|
super(${class_name}, self).__init__(target, **kwargs)
|
||||||
# Define any additional attiributes required for the workload
|
# Define any additional attributes required for the workload
|
||||||
|
|
||||||
def init_resources(self, context):
|
def init_resources(self, context):
|
||||||
super(${class_name}, self).init_resources(context)
|
super(${class_name}, self).init_resources(context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user