aboutsummaryrefslogtreecommitdiff
path: root/remote_test.py
diff options
context:
space:
mode:
authorcmtice <cmtice@google.com>2015-05-19 16:19:25 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-22 00:07:36 +0000
commitd96e457132abf36c05936121e59acbab819ecd8e (patch)
tree8f507301ad0437cfadaafaf22ae94e50a4f63cbe /remote_test.py
parent54db5386573e81f36192d5cf0c843158ebafb356 (diff)
downloadtoolchain-utils-d96e457132abf36c05936121e59acbab819ecd8e.tar.gz
Remove run_remote_tests references.
run_remote_tests.sh is about to be removed from ChromeOS. This CL removes all references to run_remote_tests from toolchain-utils. It also updates unittests to make sure they work with recent changes. BUG=crbug:498778 TEST=Verifed results_cache_unittest (and all the other unittests) works with changes. Change-Id: Ic9413bf77a1679e1267b81b182fa7f64da2629b5 Reviewed-on: https://chrome-internal-review.googlesource.com/216884 Reviewed-by: David Sharp <dhsharp@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'remote_test.py')
-rwxr-xr-xremote_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_test.py b/remote_test.py
index 37ac2b7f..f3ff3fc0 100755
--- a/remote_test.py
+++ b/remote_test.py
@@ -2,7 +2,7 @@
#
# Copyright 2010 Google Inc. All Rights Reserved.
-"""Script to wrap run_remote_tests.sh script.
+"""Script to wrap test_that script.
This script can login to the chromeos machine using the test private key.
"""