History log of /external/autotest/client/common_lib/cros/common.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5a40ef1ce0eb56d4f503e9db6dd45bdefe4e24d3 05-Feb-2013 Christopher Wiley <wiley@chromium.org> autotest: Fix client/common_lib/cros/common.py

Fix behavior where including this file caused scripts to have write
imports like:

from autotest_lib.common_lib.common_lib.cros import ...

which is clearly broken.

TEST=My in progress script including common can now import things
BUG=None.

Change-Id: I80e81c84e5b8b71ab76547b550ee942be3f75f57
Reviewed-on: https://gerrit.chromium.org/gerrit/42580
Tested-by: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Alex Miller <milleral@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
/external/autotest/client/common_lib/cros/common.py
9e30bb204a993933f5a8875498abb84b7e227e0a 01-Jan-2013 Alex Miller <milleral@chromium.org> [autotest] Change os.path.join use in common.py to be portable.

All uses of |os.path.join("x", "../..")| have been changed into
|os.path.join("x", "..", "..")|.

TEST=syntax check all common.py files, trybot passes HWTest
BUG=None

Change-Id: Ic05a2e375352eab4447ae5b180da750ccbc1b914
Reviewed-on: https://gerrit.chromium.org/gerrit/40312
Tested-by: Alex Miller <milleral@chromium.org>
Commit-Queue: Scott Zawalski <scottz@chromium.org>
Reviewed-by: Scott Zawalski <scottz@chromium.org>
Commit-Queue: Alex Miller <milleral@chromium.org>
/external/autotest/client/common_lib/cros/common.py
538b704621d22836e8e627b43f6df76408be3843 04-Dec-2010 Eric Li <ericli@google.com> This is the first CL to refactor autotest to move all cros related modules into a cros dir.

Change-Id: Ib729f30aea39f9fa6ba6519b5baec6babea1f01d

BUG=7326
TEST=run server/autoserv --image= with both client and server sleeptest.

Review URL: http://codereview.chromium.org/5626007
/external/autotest/client/common_lib/cros/common.py