aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/cpufreq (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19selftest: cpufreq: Add support for cpufreq testsViresh Kumar5-0/+567
This patch adds supports for basic cpufreq tests, which can be performed independent of any platform. It does basic tests for now, like - reading all cpufreq files - trying to update them - switching frequencies - switching governors This can be extended to have more specific tests later on. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>