New issue
Advanced search Search tips

Issue 882778 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 17
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Autotest cheets_VellamoTest failed

Project Member Reported by vovoy@chromium.org, Sep 11

Issue description

Test health monitor:
https://cros-goldeneye.corp.google.com/chromeos/healthmonitoring/testDetails?testName=cheets_VellamoTest

Root cause:
In cheets_VellamoTest.py, the following line always returns true:
if arc.get_sdk_version() >= 28:

It's because arc.get_sdk_version() returns a string, and '25' >= 28 evaluates to true in python.

It should use arc.get_android_sdk_version() instead.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Sep 14

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chromeos/autotest-cheets/+/006a6b0d13e825171adee1c453b47b2c2bfb0808

commit 006a6b0d13e825171adee1c453b47b2c2bfb0808
Author: Kuo-Hsin Yang <vovoy@chromium.org>
Date: Fri Sep 14 01:58:47 2018

Status: Fixed (was: Started)
Most boards (except scarlet) are green on:
https://cros-goldeneye.corp.google.com/chromeos/healthmonitoring/testDetails?testName=cheets_VellamoTest

Sign in to add a comment