1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00

Merge pull request #472 from bjackman/config-example-update

config_example: Update comment on available devices
This commit is contained in:
setrofim 2017-09-05 15:33:56 +01:00 committed by GitHub
commit afe3c16908

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'