77650d9392a5ec36da61aa6fbf36d206e3f3c2af |
|
29-Oct-2015 |
Simran Basi <sbasi@google.com> |
[ACTS] Autotest wrapper for ACTS. Initial check-in of the Autotest wrapper for ACTS. This can execute basic ACTS tests and report results. BUG=b:24907406 TEST=Create /usr/local/comms, copy the comms repo here and chmod it for all users. Edit the sample_config.json file to match your test station paths. Then run one of: 1) ./test_droid.py ZX1G22JHXN android_ACTS.SampleTest --remote \ android1758-wifi-test-station-2.cros 2) ./test_droid.py ZX1G22JHXN android_ACTS --remote \ android1758-wifi-test-station-2.cros --args \ "config_file=sample_config.txt test_case=SampleTest test_bed=SampleTestBed" Change-Id: I128ad22c4eaf738a2cfb8cb2094e0b1052b3705d Reviewed-on: https://chromium-review.googlesource.com/309911 Commit-Ready: Simran Basi <sbasi@chromium.org> Tested-by: Simran Basi <sbasi@chromium.org> Reviewed-by: Simran Basi <sbasi@chromium.org>
/external/autotest/site_utils/test_runner_utils.py
|
f067d9c7e8dc08426a16edc89d2d33f17646a50f |
|
22-Dec-2015 |
Simran Basi <sbasi@google.com> |
test_droid: Basic remote support. Allows test_droid to run tests against Android devices connected to a remote host. This is useful if the test station is in the lab and unaccesible. BUG=b:26186193 TEST=test_droid.py ZX1G22JHXN android_DummyTest --debug \ --remote android1758-wifi-test-station-2.cros Change-Id: I7f98440540fcf2e81e8715b81591c1d64ac60f7a Reviewed-on: https://chromium-review.googlesource.com/319811 Commit-Ready: Simran Basi <sbasi@chromium.org> Tested-by: Simran Basi <sbasi@chromium.org> Reviewed-by: Dan Shi <dshi@chromium.org>
/external/autotest/site_utils/test_runner_utils.py
|
519624e8c87c5a638199da169c311441e5f7ef53 |
|
07-Dec-2015 |
Christopher Wiley <wiley@google.com> |
Use autotest's generate_test_report in test_that Update generate_test report to conform to style and fix broken imports from chromite/ BUG=b:25929635 TEST=`test_that dummy_Pass` passes. Change-Id: I9a58eb2dbd773a1e3f88fafaacee289c130d29f8 Reviewed-on: https://chromium-review.googlesource.com/316524 Commit-Ready: Christopher Wiley <wiley@chromium.org> Tested-by: Christopher Wiley <wiley@chromium.org> Reviewed-by: Simran Basi <sbasi@chromium.org>
/external/autotest/site_utils/test_runner_utils.py
|
14622bb8249c2200e5258ea6d40b3362229e90a7 |
|
25-Nov-2015 |
Simran Basi <sbasi@google.com> |
[autotest] test_droid V1. This CL introduces test_droid, a script to launch autotest tests against local Android DUTs connected to the host computer via USB. Much of the logic is similar to test_that, so this has all been pulled into a new script test_utils.py Pending work: * Moving of generate_test_report to somewhere it is accesible outside of the chroot. * Add in support for remote adb hosts (i.e. the DUT is connected to a remote computer). * Sequences support. BUG=b:25748759 TEST=./test_droid.py 7d52318 brillo_WhitelistedGtests CQ-DEPEND=CL:315230 Change-Id: Idab3805f7921173fbc706354b322f37244240fa2 Reviewed-on: https://chromium-review.googlesource.com/314870 Commit-Ready: Simran Basi <sbasi@chromium.org> Tested-by: Simran Basi <sbasi@chromium.org> Reviewed-by: Aviv Keshet <akeshet@chromium.org>
/external/autotest/site_utils/test_runner_utils.py
|