aboutsummaryrefslogtreecommitdiff
path: root/templates/config-juno.py
blob: 4aa1e7ae017c2d8533229bf7b586d4f4fcdcead2 (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
reboot_policy = 'never'
instrumentation = [
    'execution_time',
    #'daq',
    'interrupts',
    'cpufreq',
    'juno_energy',
    #'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',
}

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