blob: 8152d448df9ee3d0a0997fd7567c9f598d291db2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
general {
output_format = "none"
}
order += "battery all"
battery all {
format = "%percentage"
path = "testcases/019-battery-capacity/%d/uevent"
last_full_capacity = true
}
|