mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
commands/create: Rename workload type names
Remove underscores from `apk_revent` and `apk_uiauto` so the names are consistent with the workload type names.
This commit is contained in:
parent
1832648add
commit
66b40b25e5
@ -227,9 +227,9 @@ create_funcs = {
|
||||
'basic' : create_template_workload,
|
||||
'apk' : create_template_workload,
|
||||
'revent' : create_template_workload,
|
||||
'apk_revent' : create_template_workload,
|
||||
'apkrevent' : create_template_workload,
|
||||
'uiauto' : create_uiautomator_template_workload,
|
||||
'apk_uiauto' : create_uiautomator_template_workload,
|
||||
'apkuiauto' : create_uiautomator_template_workload,
|
||||
}
|
||||
|
||||
# Utility functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user