History log of /external/autotest/client/cros/cellular/common.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e9a64b29a07d8f72b5dfe9bcc882f33e16b70779 10-May-2013 Byron Kubert <byronk@chromium.org> Fixed common.py to use correct path

Change-Id: I3624ec18284a74848826da732336364724e6bb3f
Reviewed-on: https://gerrit.chromium.org/gerrit/55584
Reviewed-by: Alex Miller <milleral@chromium.org>
Tested-by: Byron Kubert <byronk@chromium.org>
Commit-Queue: Byron Kubert <byronk@chromium.org>
/external/autotest/client/cros/cellular/common.py
b341239ef136bea7884b0d44e70879cd7d8a3d21 25-Mar-2013 Byron Kubert <byronk@chromium.org> Added unit tests to cellular 8960 driver.

Also fixed random hangs, added better logging, and now have
95% test coverage on the targeted files.

BUG=chromium:226484
TEST=Run the new _test_noautorun.py file. They should pass.

Change-Id: I9fd4082c6d7147b7b870512bc08450cb6e693657
Reviewed-on: https://gerrit.chromium.org/gerrit/46833
Reviewed-by: Ben Chan <benchan@chromium.org>
Commit-Queue: Byron Kubert <byronk@chromium.org>
Tested-by: Byron Kubert <byronk@chromium.org>
/external/autotest/client/cros/cellular/common.py
a2cf586e1877473c118d65de0916696d8a4b6434 07-Mar-2013 Byron Kubert <byronk@chromium.org> autotest cellular: fixed imports by adding common.py file

This line in base_station_8960.py:
from autotest_lib.client.bin import utils

This should not have worked without previously importing common. This may
have worked because file previously imported had already done this.
Adding this file here removes this element of luck.

BUG=chromium-os:39590
TEST=python base_station_8960_test.py
Change-Id: Iba50333e95043152082810c6ca6c14aed7283a2e
Reviewed-on: https://gerrit.chromium.org/gerrit/44772
Reviewed-by: Alex Miller <milleral@chromium.org>
Commit-Queue: Byron Kubert <byronk@chromium.org>
Tested-by: Byron Kubert <byronk@chromium.org>
/external/autotest/client/cros/cellular/common.py