aboutsummaryrefslogtreecommitdiff
path: root/templates/config-tc2.py
blob: 3955603b1d8e3ca324c55a1d11cc445854f99581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
reboot_policy = 'never'
instrumentation = [
    'execution_time',
    #'daq',
    #'interrupts',
    #'cpufreq',
    'hwmon',
    #'perf',
    #'streamline',
]

result_processors = [
    'standard',
    'csv',
    'json',
    'sqlite'
]

logging = {
    'file format': '%(asctime)s %(levelname)-8s %(name)s: %(message)s',
    'verbose format': '%(asctime)s %(levelname)-8s %(name)s: %(message)s',
    'colour_enabled': False,
}

device_config =  dict(
    adb_name="$ipaddr",
    working_directory='/data/local/tmp/wa-working',
)