55e4a38297449fcf3dbd693e2e6afe72fa84b519 |
|
30-Sep-2015 |
Ahmed Fakhry <afakhry@google.com> |
[Telemetry] Use browser.platform for SetHTTPServerDirectories and http_server SetHTTPServerDirectories and http_server were moved from Browser to Platform in the CL https://codereview.chromium.org/1364853006. This CL modifies the users of the Browser class to account for that change. BUG=chromium:537655 TEST=Ran the test locally Change-Id: I64dc425fbc6f5ed68993668739433e1d74a455f8 Reviewed-on: https://chromium-review.googlesource.com/303183 Reviewed-by: Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Trybot-Ready: Achuith Bhandarkar <achuith@chromium.org> Tested-by: Achuith Bhandarkar <achuith@chromium.org>
/external/autotest/client/common_lib/cros/interactive_xmlrpc_server.py
|
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/common_lib/cros/interactive_xmlrpc_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/common_lib/cros/interactive_xmlrpc_server.py
|
9fd7f46552205dc17e1d888632658bdf1a97d603 |
|
11-Oct-2013 |
Christopher Wiley <wiley@chromium.org> |
autotest: Add tag to XMLRPC log messages These logs end up in /var/log/messages, and it would be nice to see messages be given a meaningful tag. Since we don't call syslog directly, we need to do this with a Python formatter. BUG=None TEST=tag appears in output for shill xmlrpc server. Change-Id: I6a37d4229f099f4510c81065fc729c391fde4f8c Reviewed-on: https://chromium-review.googlesource.com/172832 Tested-by: Christopher Wiley <wiley@chromium.org> Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Christopher Wiley <wiley@chromium.org>
/external/autotest/client/common_lib/cros/interactive_xmlrpc_server.py
|
aec4edd340e914885cb1fe26e9b8766788009f2f |
|
27-Aug-2013 |
Scott James Remnant <keybuk@chromium.org> |
Bluetooth: implement bluetooth_Sanity_Discovery This test is another example of a Bluetooth test with a separate tester device (stumpy with testbed-ap profile), and is the mirror of bluetooth_Sanity_Discoverable. BUG=chromium:256771 TEST=run_remote_tests Change-Id: I00142fc5183af8466638ef7b1bc64cae4a6c87fb Reviewed-on: https://chromium-review.googlesource.com/67010 Reviewed-by: Scott James Remnant <keybuk@chromium.org> Commit-Queue: Scott James Remnant <keybuk@chromium.org> Tested-by: Scott James Remnant <keybuk@chromium.org>
/external/autotest/client/common_lib/cros/interactive_xmlrpc_server.py
|
da9f43cc5c84691d82b1dd9222fea37234cb9a0a |
|
08-Aug-2013 |
Scott James Remnant <keybuk@chromium.org> |
Bluetooth: implement bluetooth_Sanity_Discoverable This test is the first example of a Bluetooth test with a separate tester device (a stumpy with the testbed-ap profile is the intent). It can be run two ways: 1. as bluetooth_Sanity_Discoverable - in which case the Tester will be used to perform a device discovery and verify that the DUT was detected in the process. 2. as bluetooth_Sanity_Discoverable.manual - in which case only the DUT is used, and instructions presented on screen for use with a third-party Tester (such as the Bluetooth PTS). BUG=chromium:256771 TEST=run_remote_tests Change-Id: I851a05acff3ca3edba32bb2f0cd043d8042d162d Reviewed-on: https://gerrit.chromium.org/gerrit/65074 Commit-Queue: Scott James Remnant <keybuk@chromium.org> Reviewed-by: Scott James Remnant <keybuk@chromium.org> Tested-by: Scott James Remnant <keybuk@chromium.org>
/external/autotest/client/common_lib/cros/interactive_xmlrpc_server.py
|
1c72d7adf4148029baa8846eebe9f7e1a287e10f |
|
30-Jul-2013 |
Scott James Remnant <keybuk@chromium.org> |
Add infrastructure for Interactive tests Inspired by the SemiAuto tests used by the test team, this uses a similar approach but wrapped in an XML-RPC server deployed to the client. BUG=chromium:256771 TEST=server test that uses interactive_client Change-Id: I8420a2a2ed6fc031b97044d6bbcf32e50cbcf4a4 Reviewed-on: https://gerrit.chromium.org/gerrit/63640 Reviewed-by: Simran Basi <sbasi@chromium.org> Commit-Queue: Scott James Remnant <keybuk@chromium.org> Tested-by: Scott James Remnant <keybuk@chromium.org>
/external/autotest/client/common_lib/cros/interactive_xmlrpc_server.py
|