History log of /external/autotest/client/site_tests/power_CPUFreq/power_CPUFreq.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3956655d260d169128da60006e69297db42d2a29 06-May-2015 Todd Broch <tbroch@chromium.org> power_CPUFreq: Address intel_pstate failures.

The intel_pstate cpufreq driver doesn't support userspace governor. As
its a known exception the test shouldn't fail for devices that employ
it.

BUG=chrome-os-partner:39775
TEST=run test on samus w/ intel_pstate driver and it raises
error.TestNAError exception. Run w/o and it still passes.

Change-Id: I77e8ec87b9bf9d33e7d975c6a3682edb65229a73
Reviewed-on: https://chromium-review.googlesource.com/269745
Commit-Queue: Todd Broch <tbroch@chromium.org>
Tested-by: Todd Broch <tbroch@chromium.org>
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: Sameer Nanda <snanda@chromium.org>
/external/autotest/client/site_tests/power_CPUFreq/power_CPUFreq.py
70824ac1a0fea6e7aab53b15cdbe30c45960dfd4 30-May-2013 Penny Chiu <pchiu@nvidia.com> power_CPUFreq: Add NVIDIA CPUQuiet function check

Add NVIDIA CPUQuiet function check. If the function is enabled,
disable it before running test and restore the setting after
running test.

BUG=chrome-os-partner:19385
TEST=Ran test and it was passed

Change-Id: I6c1917ce71dc288f22dd81b0b56f7c2b1909ad63
Signed-off-by: Penny Chiu <pchiu@nvidia.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/57095
Reviewed-by: Bernie Thompson <bhthompson@chromium.org>
Reviewed-by: Todd Broch <tbroch@chromium.org>
/external/autotest/client/site_tests/power_CPUFreq/power_CPUFreq.py
f8ed8a26b09ff82fc5e3a806f2865d63f84b3622 25-Feb-2011 Simon Que <sque@chromium.org> power_CPUFreq option to set one frequency for all cpus

power_CPUFreq autotest was failing on ARM because it was attempting to
set the CPU core frequencies independently, and ARM apparently does not
support that. This patch gives the test a second chance: it sets the
frequency for all cores at the same time.

BUG=chromium-os:12455
TEST=Run power_CPUFreq on both ARM and x86, should pass.

Change-Id: Ie9d281d70115fa9d00a114f9f80c88d54a56e9da
Signed-off-by: Simon Que <sque@chromium.org>

Review URL: http://codereview.chromium.org/6575021
/external/autotest/client/site_tests/power_CPUFreq/power_CPUFreq.py
c21a372ca10358c41e840700c89be6f20505bda4 12-Feb-2010 Sameer Nanda <snanda@chromium.org> CPU frequency test.

Review URL: http://codereview.chromium.org/603034
/external/autotest/client/site_tests/power_CPUFreq/power_CPUFreq.py