Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: testing/chromoting/multi_machine_example/example_test_controller.isolate

Issue 1012883002: Adding an example multi-machine test for Chromoting. This example starts a test controller machine … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding the executable bit to the test controller Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/chromoting/multi_machine_example/example_test_controller.isolate
diff --git a/testing/chromoting/multi_machine_example/example_test_controller.isolate b/testing/chromoting/multi_machine_example/example_test_controller.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..957cae4246369915e8e1a79c273fd73c9682f87f
--- /dev/null
+++ b/testing/chromoting/multi_machine_example/example_test_controller.isolate
@@ -0,0 +1,31 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [
+ '../../legion/legion.isolate',
+ ],
+ 'variables': {
+ 'command': [
+ 'python',
+ 'example_test_controller.py',
+ '--commands_file',
+ '../browser_test_commands_linux.txt',
+ '--prod_dir',
+ '<(PRODUCT_DIR)',
+ '--cfg_file',
+ '../../../remoting/tools/internal/test-account-host-config.json',
+ '--me2me_manifest_file',
+ '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
+ '--it2me_manifest_file',
+ '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
+ '--user_profile_dir',
+ '/tmp/chromoting_test_profile',
+ ],
+ 'files': [
+ 'example_test_controller.py',
+ '../../../tools/swarming_client/',
+ ],
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698