History log of /external/autotest/server/hosts/adb_label.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8aabb1c53214d4ae7332412aae179fa1985fbdd8 02-Nov-2016 Kevin Cheng <kevcheng@chromium.org> [autotest] Update adb label LoopbackDongleLabel to be more robust.

If the file the label was checking for was non-existent, the exist
method would raise an exception. That's no good, set it to
ignore_status=True.

BUG=chromium:655805
TEST=printed labels on a device that failed before and after change and
saw failure go away.

Change-Id: Id5a6efa0e58ead431302e59311862396a65a0374
Reviewed-on: https://chromium-review.googlesource.com/406937
Commit-Ready: Kevin Cheng <kevcheng@chromium.org>
Tested-by: Kevin Cheng <kevcheng@chromium.org>
Reviewed-by: Simran Basi <sbasi@chromium.org>
/external/autotest/server/hosts/adb_label.py
86d87249735ea5ebc34325b1ca9f90a79bad712b 05-May-2016 Kevin Cheng <kevcheng@chromium.org> [autotest] Remove the OS from the ADB board label.

BUG=None
TEST=print_host_label.py showed the os was gone from the board label.

Change-Id: I6b1c1d1e6067e591b1de78d5e09c587599f4528f
Reviewed-on: https://chromium-review.googlesource.com/342483
Commit-Ready: Kevin Cheng <kevcheng@chromium.org>
Tested-by: Kevin Cheng <kevcheng@chromium.org>
Reviewed-by: Simran Basi <sbasi@chromium.org>
/external/autotest/server/hosts/adb_label.py
be3af705b62360b1f6dc0b0ee317e13e68a8701c 08-Apr-2016 Christopher Wiley <wiley@google.com> Add camera-hal label on AdbHost

This label lets us run tests for camera only on hardware that supports
it.

BUG=b:27644188
TEST=This test now raises a TestNA when run against dragonboard via
test_that.

Change-Id: I9d39b0e7fcc84e67be633d24b940a14fb47cd5ed
Reviewed-on: https://chromium-review.googlesource.com/337983
Commit-Ready: Christopher Wiley <wiley@chromium.org>
Tested-by: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Christopher Wiley <wiley@chromium.org>
/external/autotest/server/hosts/adb_label.py
b731da7cf2120c4a269e93ac06bc9d2f466ed23d 07-Apr-2016 Ralph Nathan <ralphnathan@google.com> brillo: Add audio loopback-dongle label.

Add a label for boards with a loopback dongle connected.

BUG:b/27952980
Change-Id: I3f457408ee5b542ca6ff1236f2406b64859ade5b
Reviewed-on: https://chromium-review.googlesource.com/337572
Commit-Ready: Ralph Nathan <ralphnathan@chromium.org>
Tested-by: Ralph Nathan <ralphnathan@chromium.org>
Reviewed-by: Kevin Cheng <kevcheng@chromium.org>
/external/autotest/server/hosts/adb_label.py
c6a645adaf6f134d9457cf8b5d3408d66bfbb1ef 18-Dec-2015 Kevin Cheng <kevcheng@chromium.org> [autotest] Create new Base Label class.

This is to create the scaffolding for the base label scheme and to move
ADBHost and TestBed over since they only have one label for now. A
separate cl will move CrosHost over since there are many more labels
there.

Also add in the os label for ADBHost.

BUG=chromium:571085
TEST=Ensure adbhost and testbed create the same labels as before in
addition to the os label and unittests

Change-Id: Ief3961d05be030f81fe7cb8c9846f04c4e92b8e5
Reviewed-on: https://chromium-review.googlesource.com/319483
Commit-Ready: Kevin Cheng <kevcheng@chromium.org>
Tested-by: Kevin Cheng <kevcheng@chromium.org>
Reviewed-by: Kevin Cheng <kevcheng@chromium.org>
/external/autotest/server/hosts/adb_label.py