aboutsummaryrefslogtreecommitdiff
path: root/testcases
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20Add network test cases (#246)Emeric Planet4-0/+22
2017-08-29Fix CPU unit tests (#239)Emeric Planet12-10/+101
Support any amount of available cores on testing machine.
2017-04-13Add battery capacity parsing (#216)Emeric Planet6-0/+45
The Linux power supply class defines three entries to provide battery status. One of them wasn't used: POWER_SUPPLY_CAPACITY. https://www.kernel.org/doc/Documentation/power/power_supply_class.txt
2017-03-26Multiple CPU support for cpu_usage (#209)eplanet12-0/+62
This change addresses the issue #199 asking for multiple CPU support. It takes an arbitrary CPU number and outputs its usage using the same arithmetics as for CPU aggregation. It currently doesn't support FreeBSD.
2016-11-19Adding documentation for PR #179 (#182)eplanet2-0/+0
2016-11-16Merge pull request #179 from mihaicmn/feature-threshold-formatMichael Stapelberg11-0/+59
Provide format_above_threshold/format_below_threshold options
2016-11-15Add unit tests for threshold formatMihai Coman11-0/+59
2016-11-14Added test case for run_watcheplanet3-0/+16
The valid test case assumes pid 1 exists, which should always be true on Unix environment.
2016-11-14Added unit test case for path_existseplanet2-0/+15
2016-11-14Added unit test case for CPU temperatureeplanet3-0/+12
2016-11-14Unit testing in Travis (#170)eplanet3-0/+15