Updated tests/scripts/utils.py

pull/103/head
abhineethreddyk 2020-10-19 20:39:53 -04:00
parent 8c0f6a000d
commit 7e24c6735b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def generate_sensor_file_lists(configs):
exp_str = "tests/data/processed/features/"+segment+"/{pid}/{sensor_key}.csv"
# List of available sensors that can be tested by the testing suite
TESTABLE_SENSORS = ['MESSAGES', 'CALLS', 'SCREEN', 'BATTERY', 'BLUETOOTH', 'WIFI', 'LIGHT', 'APPLICATIONS_FOREGROUND', 'ACTIVITY_RECOGNITION', 'CONVERSATION']
TESTABLE_SENSORS = ['PHONE_MESSAGES', 'PHONE_CALLS', 'PHONE_SCREEN', 'PHONE_BATTERY', 'PHONE_BLUETOOTH', 'PHONE_WIFI_VISIBLE', 'PHONE_WIFI_CONNECTED', 'PHONE_LIGHT', 'PHONE_APPLICATIONS_FOREGROUND', 'PHONE_ACTIVITY_RECOGNITION', 'PHONE_CONVERSATION']
# Build list of sensors to be tested.
sensors = []