summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-07-07 19:56:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-08 02:57:00 +0000
commitbe6455d62b5cf727af13c9d81ecc2c3dcaf6b679 (patch)
treebec987f4129d273207e120c723d7c689b3ce1705 /testing
parent982ff386358ee9743139b9cb3dbe177b0f2cfdc0 (diff)
downloadchromium_src-be6455d62b5cf727af13c9d81ecc2c3dcaf6b679.zip
chromium_src-be6455d62b5cf727af13c9d81ecc2c3dcaf6b679.tar.gz
chromium_src-be6455d62b5cf727af13c9d81ecc2c3dcaf6b679.tar.bz2
Updating App Remoting Test Driver isolate params to help debugging.
I'm adjusting the verbosity and adding the show-host-availability flag to make debugging easier if the test fails. I've also added the release-hosts flag so that each test run will occur against a fresh host. BUG= Review URL: https://codereview.chromium.org/1224893003 Cr-Commit-Position: refs/heads/master@{#337756}
Diffstat (limited to 'testing')
-rw-r--r--testing/chromoting/app_remoting_integration_tests.isolate4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/chromoting/app_remoting_integration_tests.isolate b/testing/chromoting/app_remoting_integration_tests.isolate
index 5df6eb2..bc0d824 100644
--- a/testing/chromoting/app_remoting_integration_tests.isolate
+++ b/testing/chromoting/app_remoting_integration_tests.isolate
@@ -12,7 +12,9 @@
'--username=appremotingtestdriver_chromium_01@lgtestuser.com',
'--environment=staging',
'--refresh-token-file=../../remoting/tools/internal/refresh_tokens.json',
- '--verbosity=2',
+ '--show-host-availability',
+ '--release-hosts-after-tests',
+ '--verbosity=1',
],
'files': [
'../xvfb.py',