History log of /external/autotest/server/site_tests/display_NoEdid/display_NoEdid.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
07f2a109ded98120c7d0c1fe3b32c600d2a71c85 04-May-2015 Hung-ying Tyan <tyanh@chromium.org> Chameleon: log get_external_resolution() result as repr

The commit 031a087 changed the default return value of
get_external_resolution() from (0, 0) and (-1, -1) to None.
Several tests log the return value as tuple. It causes exceptions
being raised. This commit logs it in repr instead.

BUG=chromium:469108, chromium:482864
TEST=Run the tests to make sure the tests run.

Change-Id: Iaaa4b651a2a76664c14b979088bd93bf067f02c3
Reviewed-on: https://chromium-review.googlesource.com/268942
Tested-by: Hung-ying Tyan <tyanh@chromium.org>
Reviewed-by: Yuli Huang <yuli@chromium.org>
Commit-Queue: Hung-ying Tyan <tyanh@chromium.org>
/external/autotest/server/site_tests/display_NoEdid/display_NoEdid.py
a5e90d95a96acb3464e229337878b3301a45f490 27-Jan-2015 Tom Wai-Hong Tam <waihong@chromium.org> Chameleon: Make sure CrOS detect the proper display

After applying a new EDID (replug), should make sure CrOS detect
the proper display before doing any other action.

BUG=chrome-os-partner:34304
TEST=Ran the affected tests on Big and Jerry

Change-Id: I74acccdefc3c090e350124afc7e87b44d25021c6
Reviewed-on: https://chromium-review.googlesource.com/244565
Tested-by: Wai-Hong Tam <waihong@chromium.org>
Reviewed-by: Hung-ying Tyan <tyanh@chromium.org>
Commit-Queue: Wai-Hong Tam <waihong@chromium.org>
/external/autotest/server/site_tests/display_NoEdid/display_NoEdid.py
886550ca902cf71ecbfe093d0077c4c3ac71270c 23-Dec-2014 Tom Wai-Hong Tam <waihong@chromium.org> Chameleon: Check display present and add more resolutions on display_NoEdid

Most of the failures are CrOS failed to detect the display. Add a
check to make the failure clear. Also add more resolutions for the
standard mode.

BUG=chromium:443418
TEST=Ran display_NoEdid on Pit, Snow (1024x720 case), and Falco (failed case).

Change-Id: I1cd8e40b4f22f0d78d317f96b59cf979c7b2af28
Reviewed-on: https://chromium-review.googlesource.com/237246
Tested-by: Wai-Hong Tam <waihong@chromium.org>
Reviewed-by: Hung-ying Tyan <tyanh@chromium.org>
Commit-Queue: Wai-Hong Tam <waihong@chromium.org>
/external/autotest/server/site_tests/display_NoEdid/display_NoEdid.py
480ee5d6dacd52f814749e3afd89857f192ba5f4 18-Dec-2014 Tom Wai-Hong Tam <waihong@chromium.org> Chameleon: Implement the display_NoEdid test

This new test display_NoEdid remotely controls Chameleon to not
response an EDID request. It then tests if DUT switches to a standard
mode as no EDID found.

BUG=chromium:443418
TEST=Ran display_NoEdid on Pit, Parrot, and Link.

Change-Id: Ic59827019f29f6eccad2fb11b1e133f8e95c0849
Reviewed-on: https://chromium-review.googlesource.com/236465
Reviewed-by: Kalin Stoyanov <kalin@chromium.org>
Tested-by: Wai-Hong Tam <waihong@chromium.org>
Commit-Queue: Wai-Hong Tam <waihong@chromium.org>
/external/autotest/server/site_tests/display_NoEdid/display_NoEdid.py