History log of /external/autotest/server/cros/faft/config/butterfly.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b43a9a5c0273d51053cd54d12d5c368f2da74d2f 04-May-2015 Tom Wai-Hong Tam <waihong@google.com> faft: Deprecate the broken_warm_reset FAFT config

There are 3 boards using this broken_warm_reset FAFT config to work
around the warm reset problem. Parrot fix is moved to servod, check:
https://chromium-review.googlesource.com/269138

Butterfly and Stout are not supported currently. If we add support of
them, the changes will go the servod, not FAFT.

So it is safe to deprecate the broken_warm_reset FAFT config.

BUG=chrome-os-partner:39744
TEST=None
CQ-DEPEND=CL:269138

Change-Id: Ib48056dccb1506140aba8d16a0a1c05fb0ed1810
Reviewed-on: https://chromium-review.googlesource.com/269139
Reviewed-by: Yusuf Mohsinally <mohsinally@chromium.org>
Commit-Queue: Tom Tam <waihong@google.com>
Tested-by: Tom Tam <waihong@google.com>
/external/autotest/server/cros/faft/config/butterfly.py
5d1522e5231065d4372b2a6c5d752143a5074e9e 10-Jul-2014 Danny Chan <dchan@google.com> File cleanup for presubmit hook.

-Add missing docstring.

BUG=chromium:389247
TEST=None

Change-Id: I844fb2845dfb48f4d9b3d082a4f221319d992d05
Reviewed-on: https://chromium-review.googlesource.com/207246
Reviewed-by: danny chan <dchan@chromium.org>
Reviewed-by: Yusuf Mohsinally <mohsinally@chromium.org>
Commit-Queue: danny chan <dchan@chromium.org>
Tested-by: danny chan <dchan@chromium.org>
/external/autotest/server/cros/faft/config/butterfly.py
a39f97038dfa865c7bfcea2625d516d098207066 16-Aug-2013 Yusuf Mohsinally <mohsinally@google.com> Refactoring config settings for devices in FAFT tests.

Created a new config system for faft tests which allow for a default file of
settings and override file for each board that requires it.

The default and override files contain a class called 'Values', in which
the config attributes are stored. The class allows for inheritence of config
values from to better organize related board settings.

The new config system provides for one 'Config' class which is the main
interface to settings for all tests. It does a cascading search, for the
requested attribute, first checking a platform specific overrides, and then
through the defaults.

Modified FAFTSequence to contain one attribute 'faft_config' which replaces
self.client_attr and self.delay which it made available to tests.

BUG=None
TEST=Manual runs of various tests at desk on link device

Change-Id: I06da7be07364d5d99bdf6b204d628ad849f8d617
Reviewed-on: https://gerrit.chromium.org/gerrit/66006
Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org>
Tested-by: Yusuf Mohsinally <mohsinally@chromium.org>
Tested-by: Yusuf Mohsinally <mohsinally@google.com>
/external/autotest/server/cros/faft/config/butterfly.py