New issue
Advanced search Search tips

Issue 595098 link

Starred by 1 user

Issue metadata

Status: Verified
Owner: ----
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

veyron-mickey fails longevity_Tracker

Project Member Reported by juanra...@chromium.org, Mar 15 2016

Issue description

CHROMEOS_RELEASE_BOARD=veyron_mickey
GOOGLE_RELEASE=7834.42.0

fails test_that -b ninja chromeos1-row2-rack2-host4 f:.*longevity_Tracker/control.longevity_1"
with the following error message:
---------------------------------------------------------------------------------------
/tmp/test_that_results_a_tCMb/results-1-longevity_Tracker                   [  FAILED  ]
/tmp/test_that_results_a_tCMb/results-1-longevity_Tracker                     ERROR: Command <mosys -k sensor print thermal temp0> failed, rc=38, Command returned non-zero exit status
/tmp/test_that_results_a_tCMb/results-1-longevity_Tracker/longevity_Tracker [  FAILED  ]
/tmp/test_that_results_a_tCMb/results-1-longevity_Tracker/longevity_Tracker   ERROR: Command <mosys -k sensor print thermal temp0> failed, rc=38, Command returned non-zero exit status
---------------------------------------------------------------------------------------

 
log-031516-133935.tar.gz
2.5 MB Download
Components: Tests>Fails
Labels: Test-Performance OS-Chrome
Status: Started (was: Assigned)
Status: Fixed (was: Started)
veryon_mickey device (chromebit) does not support mosys command to get ec temperatures. Thus longevity_Tracker was exiting with error. I fixed the script by substituting the more generic utils.get_current_temperature_max() for the mosys command.
Project Member

Comment 4 by bugdroid1@chromium.org, Mar 17 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/third_party/autotest/+/7067a8f73c9c7db6b37cf039330af1408d2240ad

commit 7067a8f73c9c7db6b37cf039330af1408d2240ad
Author: Scott Cunningham <scunningham@chromium.org>
Date: Wed Mar 16 20:44:41 2016

Use a more generic temperature utility in longevity test.

BUG= chromium:595098 
TEST=test_that <IP> f:.*longevity_Tracker/control.longevity_1

Change-Id: Ic052f47a6b940d7f564f6d54d446638b1f23da8e
Reviewed-on: https://chromium-review.googlesource.com/333101
Commit-Ready: Scott Cunningham <scunningham@chromium.org>
Tested-by: Scott Cunningham <scunningham@chromium.org>
Reviewed-by: Scott Cunningham <scunningham@chromium.org>
Reviewed-by: Krishna Gavini <krishnargv@chromium.org>

[modify] https://crrev.com/7067a8f73c9c7db6b37cf039330af1408d2240ad/client/site_tests/longevity_Tracker/longevity_Tracker.py

Status: Verified (was: Fixed)
Owner: ----

Sign in to add a comment