Ghandi-Test
This commit is contained in:
parent
08c861d902
commit
105a2d12bd
@ -21,6 +21,7 @@ def basic_test_generator():
|
||||
("test_battery_basic4", "DIS", "17.510", "1h:46m"),
|
||||
("test_battery_basic5", "DIS", "11.453", "4h:52m"),
|
||||
("test_battery_basic6", "CHR", "30.764", "0h:20m"),
|
||||
("test_battery_basic7", "DIS", "27.303", "1h:44m"),
|
||||
]
|
||||
for path, status, consumption, remaining in cases:
|
||||
yield factory(path, "{status}", status)
|
||||
|
15
tests/test_battery_basic7
Normal file
15
tests/test_battery_basic7
Normal file
@ -0,0 +1,15 @@
|
||||
POWER_SUPPLY_NAME=BAT1
|
||||
POWER_SUPPLY_STATUS=Discharging
|
||||
POWER_SUPPLY_PRESENT=1
|
||||
POWER_SUPPLY_TECHNOLOGY=Li-ion
|
||||
POWER_SUPPLY_CYCLE_COUNT=0
|
||||
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=10800000
|
||||
POWER_SUPPLY_VOLTAGE_NOW=11835000
|
||||
POWER_SUPPLY_CURRENT_NOW=2307000
|
||||
POWER_SUPPLY_CHARGE_FULL_DESIGN=4400000
|
||||
POWER_SUPPLY_CHARGE_FULL=4261000
|
||||
POWER_SUPPLY_CHARGE_NOW=4005000
|
||||
POWER_SUPPLY_MODEL_NAME=Li_Ion_4000mA
|
||||
POWER_SUPPLY_MANUFACTURER=LG
|
||||
POWER_SUPPLY_SERIAL_NUMBER=00B5
|
||||
|
Loading…
Reference in New Issue
Block a user