diff --git a/tests/settings/testing_config.yaml b/tests/settings/testing_config.yaml index 59679d7a..f8042fe3 100644 --- a/tests/settings/testing_config.yaml +++ b/tests/settings/testing_config.yaml @@ -11,7 +11,7 @@ PHONE_VALID_SENSED_BINS: # Communication SMS features config, TYPES and FEATURES keys need to match MESSAGES: - COMPUTE: False + COMPUTE: True DB_TABLE: messages TYPES : [received, sent] FEATURES: @@ -21,7 +21,7 @@ MESSAGES: # Communication call features config, TYPES and FEATURES keys need to match CALLS: - COMPUTE: False + COMPUTE: True DB_TABLE: calls TYPES: [missed, incoming, outgoing] FEATURES: @@ -31,7 +31,7 @@ CALLS: DAY_SEGMENTS: *day_segments SCREEN: - COMPUTE: False + COMPUTE: True DB_TABLE: screen DAY_SEGMENTS: *day_segments REFERENCE_HOUR_FIRST_USE: 0 @@ -39,25 +39,25 @@ SCREEN: EPISODE_TYPES: ["unlock"] BATTERY: - COMPUTE: False + COMPUTE: True DB_TABLE: battery DAY_SEGMENTS: *day_segments FEATURES: ["countdischarge", "sumdurationdischarge", "countcharge", "sumdurationcharge", "avgconsumptionrate", "maxconsumptionrate"] BLUETOOTH: - COMPUTE: False + COMPUTE: True DB_TABLE: bluetooth DAY_SEGMENTS: *day_segments FEATURES: ["countscans", "uniquedevices", "countscansmostuniquedevice"] WIFI: - COMPUTE: False + COMPUTE: True DB_TABLE: wifi DAY_SEGMENTS: *day_segments FEATURES: ["countscans", "uniquedevices", "countscansmostuniquedevice"] LIGHT: - COMPUTE: False + COMPUTE: True DB_TABLE: light DAY_SEGMENTS: *day_segments FEATURES: ["count", "maxlux", "minlux", "avglux", "medianlux", "stdlux"]