1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

config_example: Update comment on available devices

This commit is contained in:
Brendan Jackman 2017-09-05 12:23:37 +01:00
parent ea05022f5f
commit c952b2f0d4

View File

@ -61,7 +61,8 @@ clean_up = False
######################################### Device Settings ##########################################
####################################################################################################
# Specify the device you want to run workload automation on. This must be a #
# string with the ID of the device. At the moment, only 'TC2' is supported. #
# string with the ID of the device. Common options are 'generic_android' and #
# 'generic_linux'. Run ``wa list devices`` to see all available options. #
# #
device = 'generic_android'