New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 676068 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Chameleon: Support the board type "REFERENCE"

Project Member Reported by waihong@chromium.org, Dec 20 2016

Issue description

Many Chameleon tests don't run on ChromeBoxes and ChromeBits by checking the board type, like:

    if test_mirrored and not host.get_board_type() == 'CHROMEBOOK':
        raise error.TestNAError('DUT is not Chromebook. Test Skipped')

For early development phase, the board name is defined as "REFERENCE", not "CHROMEBOOK". This case we still want to run the tests.

We may change the condition to:

    if test_mirrored and host.get_board_type() in ['CHROMEBOX', 'CHROMEBIT']:
        ...
 
Project Member

Comment 1 by sheriffbot@chromium.org, Feb 16 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".

Sign in to add a comment