summaryrefslogtreecommitdiff
path: root/testcases
AgeCommit message (Collapse)Author
2017-03-26Multiple CPU support for cpu_usage (#209)eplanet
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)eplanet
2016-11-16Merge pull request #179 from mihaicmn/feature-threshold-formatMichael Stapelberg
Provide format_above_threshold/format_below_threshold options
2016-11-15Add unit tests for threshold formatMihai Coman
2016-11-14Added test case for run_watcheplanet
The valid test case assumes pid 1 exists, which should always be true on Unix environment.
2016-11-14Added unit test case for path_existseplanet
2016-11-14Added unit test case for CPU temperatureeplanet
2016-11-14Unit testing in Travis (#170)eplanet