History log of /external/autotest/client/bin/autologin.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dac88ce5c3c7ae44c9811d3d2b9d67f225867c15 26-Oct-2017 Ilja H. Friedel <ihf@chromium.org> tradefed_test: login using script on DUT.

The new code is roughly equivalent to running cheets_StartAndroid,
but avoids packaging the test and copying the binary to the DUT.
This saves about 10s real time on my dev machine.

The impact in the lab is going to be larger. First of all VM CPUs
are about 3x slower than Z840, but also due to the ssh and dns
resolution overhead, see crbug.com/726481. I will verify this once
it lands.

BUG=b:62282232
TEST=time test_that 100.96.57.42 --iteration 10
cheets_CTS_N.7.1_r10.arm.CtsDramTestCases

before after
real 36m8.122s real 34m43.277s
user 5m57.364s user 5m44.196s
sys 2m56.452s sys 2m26.044s

Change-Id: I55734b424f43de48b07680bfe1a0a978ebd2dcfb
Reviewed-on: https://chromium-review.googlesource.com/739002
Commit-Ready: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Po-Hsien Wang <pwang@chromium.org>
Reviewed-by: Kazuhiro Inaba <kinaba@chromium.org>
Reviewed-by: Keith Haddow <haddowk@chromium.org>
/external/autotest/client/bin/autologin.py
6e274c73cfc01a39638293c6f914262776d6256d 17-Nov-2016 Daniel Erat <derat@chromium.org> autotest: Add autologin.py.

Add autologin.py, a client script that can be used to
automatically log in using a test user.

BUG=none
TEST=manual: ran on test image and observed chrome log in

Change-Id: I0a21b22685e961aed96a2ae6bc2e928fb2f16dc1
Reviewed-on: https://chromium-review.googlesource.com/412304
Commit-Ready: Dan Erat <derat@chromium.org>
Tested-by: Dan Erat <derat@chromium.org>
Reviewed-by: Dan Erat <derat@chromium.org>
/external/autotest/client/bin/autologin.py