Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: client/site_tests/power_LoadTest/power_LoadTest.py

Issue 6800002: power_Draw/Idle/LoadTest: Support temperature sensing for x86 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Added temp logging during each query Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/power_Idle/power_Idle.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/power_LoadTest/power_LoadTest.py
diff --git a/client/site_tests/power_LoadTest/power_LoadTest.py b/client/site_tests/power_LoadTest/power_LoadTest.py
index 43264ac9091dfb78615f39d0f2f2580173eaf24b..693268dfb4dd2bcf99fc6be810f904aff167f598 100755
--- a/client/site_tests/power_LoadTest/power_LoadTest.py
+++ b/client/site_tests/power_LoadTest/power_LoadTest.py
@@ -234,6 +234,8 @@ class power_LoadTest(cros_ui_test.UITest):
keyvals['minutes_battery_life']
keyvals['w_energy_rate'] = keyvals['wh_energy_used'] * 60 / \
keyvals['minutes_battery_life']
+ keyvals['mc_min_temp'] = self._power_status.min_temp
+ keyvals['mc_max_temp'] = self._power_status.max_temp
self.write_perf_keyval(keyvals)
« no previous file with comments | « client/site_tests/power_Idle/power_Idle.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698