History log of /external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/platform_SessionManagerBlockDevmodeSetting.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0b08e6170b57f90262726eb7f04e059cb47419c 11-Aug-2015 Hsinyu Chao <hychao@chromium.org> Revert "autotest: move constants to common_lib"

This reverts commit a4ac7a8f67d61f8a616724f9426dbc0fce71ce69.

BUG=chromium:519353

Change-Id: Iec2873ad22b5bb90e46a9e5b323f9626a2c07d9b
Reviewed-on: https://chromium-review.googlesource.com/292347
Reviewed-by: Hsinyu Chao <hychao@chromium.org>
Commit-Queue: Hsinyu Chao <hychao@chromium.org>
Tested-by: Hsinyu Chao <hychao@chromium.org>
Reviewed-by: Sonny Rao <sonnyrao@chromium.org>
Commit-Queue: Sonny Rao <sonnyrao@chromium.org>
Tested-by: Sonny Rao <sonnyrao@chromium.org>
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/platform_SessionManagerBlockDevmodeSetting.py
a4ac7a8f67d61f8a616724f9426dbc0fce71ce69 06-Aug-2015 Eric Caruso <ejcaruso@chromium.org> autotest: move constants to common_lib

This file gets imported from lots of server-side tests and
infrastructure so it shouldn't be hiding in client/cros. This
moves the file and fixes all imports.

BUG=chromium:485834
TEST=run many tests, make sure there are no problems importing
constants

Change-Id: I5c2b2a0bef6ebc998e62f40162a6ec9cc4436480
Reviewed-on: https://chromium-review.googlesource.com/291302
Trybot-Ready: Eric Caruso <ejcaruso@chromium.org>
Commit-Queue: Eric Caruso <ejcaruso@chromium.org>
Tested-by: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: Chris Sosa <sosa@google.com>
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/platform_SessionManagerBlockDevmodeSetting.py
5e8b63d7361f7af35fcff7674a65bf423f05a707 14-Oct-2014 Mattias Nissler <mnissler@chromium.org> Properly re-arm session_manager.SignalListener

Previously, the listener would pick up any stale signals that haven't
been fully consumed. This adds a new reset() function that will
guarantee only signals received *after* reset() will be picked up. Stale
signals get ignored.

BUG=chromium:422948
TEST=This improves test infrastructure, existing tests should remain functional. Ran all tests that use session_manager.SignalListener manually to verify they still work.

Change-Id: Ied8ea744f87d0b9d93b30d7b4761fad38454f83b
Reviewed-on: https://chromium-review.googlesource.com/223083
Tested-by: Mattias Nissler <mnissler@chromium.org>
Reviewed-by: Chris Masone <cmasone@chromium.org>
Commit-Queue: Mattias Nissler <mnissler@chromium.org>
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/platform_SessionManagerBlockDevmodeSetting.py
e50f03eb1d3f664e2b48e566a5f91e237fce6237 27-May-2014 Mattias Nissler <mnissler@chromium.org> Fix and extend platform_SessionManagerBlockDevmodeSetting

Add a check to make sure that the block_devmode flag sticks on devices
that don't have an owner. Add a missing parentheses in the existing
test, not sure where I lost it in the original commit.

BUG=chromium:375772
TEST=Built and ran test test on Lumpy.
CQ-DEPEND=CL:201630

Change-Id: I860658bd866126e5ef8d694644590c7f6646bce0
Reviewed-on: https://chromium-review.googlesource.com/201631
Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org>
Reviewed-by: Chris Masone <cmasone@chromium.org>
Commit-Queue: Mattias Nissler <mnissler@chromium.org>
Tested-by: Mattias Nissler <mnissler@chromium.org>
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/platform_SessionManagerBlockDevmodeSetting.py
adeb1c1d807396ad58c296ae33104bef88e4e387 23-May-2014 Mattias Nissler <mnissler@chromium.org> Add a test to verify block_devmode flag/setting behavior.

This exercises session_manager's logic to update the block_devmode
crossystem flag according to the corresponding value in device
settings.

BUG=chromium:375772
TEST=Ran the test manually on lumpy hardware.
CQ-DEPEND=CL:201022

Change-Id: I385cbddb1e12c6dde449ca014c1318772ad9c1c9
Reviewed-on: https://chromium-review.googlesource.com/201023
Reviewed-by: Chris Masone <cmasone@chromium.org>
Commit-Queue: Mattias Nissler <mnissler@chromium.org>
Tested-by: Mattias Nissler <mnissler@chromium.org>
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/platform_SessionManagerBlockDevmodeSetting.py