Add testcase for #304

This commit is contained in:
David96 2018-09-03 20:51:48 +02:00
parent 6a5e5b8ac4
commit 02be7c6fdf
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
POWER_SUPPLY_STATUS=Not charging

View File

@ -0,0 +1 @@
BAT

View File

@ -0,0 +1,10 @@
general {
output_format = "none"
}
order += "battery all"
battery all {
format = "%status"
path = "testcases/023-battery-not-charging/BAT%d_uevent"
}