History log of /external/autotest/client/common_lib/cros/enrollment.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0309dc99e4f2ffae6211c80e4e46a62579807486 03-Feb-2017 Achuith Bhandarkar <achuith@chromium.org> autotest: Replace WaitForJavaScriptExpression with WaitForJavaScriptCondition.

BUG=chromium:682812
TEST=trybot

Change-Id: I8a71fe24c04f31d401a1925251c5d221accb4d46
Reviewed-on: https://chromium-review.googlesource.com/436528
Commit-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Jacob Dufault <jdufault@chromium.org>
/external/autotest/client/common_lib/cros/enrollment.py
eb5db992b43406802e561e7940866185eb996073 24-Jan-2017 Achuith Bhandarkar <achuith@chromium.org> autotest: Use explicit timeout keyword in JavaScript calls.

BUG=chromium:682812
TEST=trybots

Change-Id: I1ae37ef0625d29d299878698b9cda8468eb430bd
Reviewed-on: https://chromium-review.googlesource.com/431959
Commit-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Jacob Dufault <jdufault@chromium.org>
/external/autotest/client/common_lib/cros/enrollment.py
20b4120c820669a54938719a4231c23cd3242d46 14-Jun-2016 harpreet <harpreet@google.com> Add kiosk enterprise enrollment test.

Test to enrollment the device in kiosk mode. This test relies on kiosk
app attributes including name and extension id which are provided via
the server side control file as well as login credentials for each
different kiosk app. These credentials are stored in
credentials.<app_name> file next to the enterprise_KioskEnrollment.py.
By default if no kiosk app attributes are provide, the device will
enroll using the default credentials in credentials.chromesign.

BUG=None
TEST=Locally

Change-Id: Ic0b2df9f95ff3467618f79f728425e0993c49d8a
Reviewed-on: https://chromium-review.googlesource.com/352245
Commit-Ready: Harpreet Grewal <harpreet@chromium.org>
Tested-by: Harpreet Grewal <harpreet@chromium.org>
Reviewed-by: Kalin Stoyanov <kalin@chromium.org>
/external/autotest/client/common_lib/cros/enrollment.py
88a2babadec91f44481af7a6be90d89b0dcdf0e3 10-Jul-2015 Achuith Bhandarkar <achuith@chromium.org> Fixes for enterprise_RemoraRequisition.

BUG=chromium:495847
TEST=enterprise_RemoraRequisition

Change-Id: I26adc9bd1f37e8289ed724ded068f29123a5eca6
Reviewed-on: https://chromium-review.googlesource.com/285652
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Trybot-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: David Abrahams <resetswitch@chromium.org>
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
/external/autotest/client/common_lib/cros/enrollment.py
16ee977e54886312024bb3c6f109ed1109754506 24-Jan-2015 Achuith Bhandarkar <achuith@chromium.org> Add devtools_http.DevToolsClientConnectionError to did_browser_crash.

Use did_browser_crash everywhere since telemetry exceptions seem to be growing.

BUG=chromium:450278
TEST=manual

Change-Id: I5b18a9c30880a2a1b89333af88d181beeb1596a5
Reviewed-on: https://chromium-review.googlesource.com/243398
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Dan Shi <dshi@chromium.org>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
/external/autotest/client/common_lib/cros/enrollment.py
0d47c9a41c3b555f2226f1daa0b32b89058eb6bd 03-Dec-2014 Achuith Bhandarkar <achuith@chromium.org> TabCrashException renamed to DevtoolsTargetCrashException.

BUG=chromium:423954
TEST=enterprise_RemoraRequisition

Change-Id: Ie7a3e66e046e3cb7b1ec05a7429e2807d7e3b520
Reviewed-on: https://chromium-review.googlesource.com/232811
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Kalin Stoyanov <kalin@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
/external/autotest/client/common_lib/cros/enrollment.py
4301e9410a5873b450ae935ad55c44a41781103c 15-Nov-2014 Achuith Bhandarkar <achuith@chromium.org> autotest-chrome: Update path to cros_interface

BUG=chromium:433519
TEST=enterprise_RemoraRequisition

Change-Id: I002c92b231bcd50b6d1406cf4e631be71990e7f2
Reviewed-on: https://chromium-review.googlesource.com/229930
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Kalin Stoyanov <kalin@chromium.org>
/external/autotest/client/common_lib/cros/enrollment.py
6cb16168061928cda805d1093ac52763cb0f28e5 05-Jun-2014 Achuith Bhandarkar <achuith@chromium.org> enterprise_RemoraRequisitionServer.

Clearing the tpm and rebooting is handled by the server-side test.
Saving the tpm password is handled by the client test.
Also added utility methods to remotely access TPM status,
fetch the TPM password, clear the TPM, remove state from the DUT,
reboot the machine.

BUG=chromium:342884
TEST=manual

Change-Id: Ib56dd3352b429b1a131d260eecf6d970c90a8ef8
Reviewed-on: https://chromium-review.googlesource.com/202637
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
/external/autotest/client/common_lib/cros/enrollment.py
06b98e260ffbabbd07a8169bcff1316707cb4279 13-May-2014 Achuith Bhandarkar <achuith@chromium.org> Support for Remora enrollment.

* Methods for enterprise enrollment of Remora devices.
* Methods to save TPM password and clear TPM.
* utility function to read credentials from a file.
* sample test that exercises enrollment.

BUG=chromium:342884
TEST=enterprise_RemoraRequisition

Change-Id: Ie872e9ba0702474d9f605c5520577cf4e0ad21d2
Reviewed-on: https://chromium-review.googlesource.com/199560
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Mattias Nissler <mnissler@chromium.org>
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
/external/autotest/client/common_lib/cros/enrollment.py