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/cros/dns_server.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/cros/dns_server.py
|
0b76ab3a3b565f0738347167897a0bf4336fb5d2 |
|
07-Nov-2012 |
Paul Stewart <pstew@chromium.org> |
autotest: dns_server: Send more specific exception error If the backup file goes missing, this might be due to the shill process restarting while the test runs. We should raise an exception that represents the true reason for the test failure. BUG=chromium-os:35984 TEST=Run desktopui_DocViewing test; remove resolv.conf.bak while test is running. Note that the crash error message mentions this specific condition. Change-Id: I075e8decb419cbff0b8c3ba9a8d590dd9c26cced Reviewed-on: https://gerrit.chromium.org/gerrit/37545 Reviewed-by: Chris Masone <cmasone@chromium.org> Commit-Ready: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org>
/external/autotest/client/cros/dns_server.py
|
440b4a856c75e6f947c6433f42545f865ce647c1 |
|
26-Jun-2012 |
Chris Masone <cmasone@chromium.org> |
[autotest] Remove portal-check-disabling from CrosUITest base class We have long-since fixed the bug that we were disabling flimflam captive-portal-checking to work around, so take out the workaround. BUG=None TEST=smoke suite Change-Id: I3d99d8d6434c4a440514facebee3f0a719bc4d44 Reviewed-on: https://gerrit.chromium.org/gerrit/25571 Tested-by: Chris Masone <cmasone@chromium.org> Reviewed-by: Bartosz Fabianowski <bartfab@chromium.org> Commit-Ready: Chris Masone <cmasone@chromium.org>
/external/autotest/client/cros/dns_server.py
|
6fe8dee8050d20d16b2721e57d3c69408b9a39bc |
|
21-Jun-2012 |
Bartosz Fabianowski <bartfab@chromium.org> |
Extend local auth server to support OAuth login flow The local auth server currently supports legacy ClientLogin only. This CL adds support for the new OAuth-based Service login. This will allow the local auth server to be used in PyAuto tests that require OAuth so that policy can be fetched. BUG=chromium-os:32036 TEST=Login against local auth server without --skip-oauth-login works TEST=remote_tests.sh suite:smoke succeeds Change-Id: I89f1154be7f7c52a941726fed8cd010a0ef399c9 Reviewed-on: https://gerrit.chromium.org/gerrit/24501 Reviewed-by: Bartosz Fabianowski <bartfab@chromium.org> Tested-by: Bartosz Fabianowski <bartfab@chromium.org> Commit-Ready: Bartosz Fabianowski <bartfab@chromium.org>
/external/autotest/client/cros/dns_server.py
|
b6d2993fb77f771a886c41ace0850773f5498bed |
|
11-Apr-2012 |
barfab@chromium.org <bartfab@chromium.org> |
Fix includes, unbreaking PyAuto functional and improving style * Ensure "common" is imported whenever "autotest_lib.client" is used. * Remove unnecessary "autotest_lib.client.cros" prefix from includes. * Remove hashbang lines from files that cannot be run from the command line anyway. * Improve autotest style guide conformance: -> Reorder includes into groups and alphabetically within these. -> Lump together includes in each group. BUG=chromium-os:29150 TEST=desktopui_PyAutoFunctionalTests.CHROMEOS_POLICY TEST=desktopui_PyAutoFunctionalTests.FULL, suite:bvt Change-Id: I87479ed729bca38888e4bcf250cf7997406387e5 Reviewed-on: https://gerrit.chromium.org/gerrit/19886 Commit-Ready: Bartosz Fabianowski <bartfab@chromium.org> Reviewed-by: Bartosz Fabianowski <bartfab@chromium.org> Tested-by: Bartosz Fabianowski <bartfab@chromium.org>
/external/autotest/client/cros/dns_server.py
|
e0d3913253bea31670d0a57f6740c0d5bcc2fcfd |
|
30-Jul-2011 |
Chris Masone <cmasone@chromium.org> |
Make dns server work correctly with specified IP Make portal check work over HTTP BUG=None TEST=manual; write a test that creates a DNS server instance that sets local DNS to point back to the device's live eth0 interface, use ping to verify appropriate resolution. Change-Id: I218900c7dff80ad2d39a33cbf98c4022bebeeb6e Reviewed-on: http://gerrit.chromium.org/gerrit/5071 Tested-by: Chris Masone <cmasone@chromium.org> Reviewed-by: Chris Masone <cmasone@chromium.org>
/external/autotest/client/cros/dns_server.py
|
f7b8192287cc65919f61ea0d9330d141725f0739 |
|
04-Mar-2011 |
Eric Li <ericli@chromium.org> |
Fix import of some autotest cros modules, make them callable outside of autotest runtime. Change-Id: Ibd2e309e02490ed9c580c046663e287911f2bc75 BUG=None TEST=run_remote_test bvt Review URL: http://codereview.chromium.org/6626031
/external/autotest/client/cros/dns_server.py
|
cb6a91adb049e9d5fe42a9adc4e570a988203e65 |
|
09-Dec-2010 |
Eric Li <ericli@google.com> |
Move site_ui_test, site_auth_server and site_dns_server into client/cros. And fall back import site_utils into import utils, since there need to directly import site_utils at all. import site_utils is taken care inside utils. Change-Id: I4bb989c0fb636efd57ae1af185fd8e6fa6067463 BUG=7236 TEST=bvt and regression tests. Review URL: http://codereview.chromium.org/5649004
/external/autotest/client/cros/dns_server.py
|