1
0
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:
Marc Bonnici 2018-02-12 17:38:28 +00:00 committed by setrofim
parent 1832648add
commit 66b40b25e5

View File

@ -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