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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../../legion/legion.isolate',
8 ],
9 'variables': {
10 'command': [
11 'python',
12 'example_test_controller.py',
13 '--commands_file',
14 '../browser_test_commands_linux.txt',
15 '--prod_dir',
16 '<(PRODUCT_DIR)',
17 '--cfg_file',
18 '../../../remoting/tools/internal/test-account-host-config.json',
19 '--me2me_manifest_file',
20 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
21 '--it2me_manifest_file',
22 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
23 '--user_profile_dir',
24 '/tmp/chromoting_test_profile',
25 ],
26 'files': [
27 'example_test_controller.py',
28 '../../../tools/swarming_client/',
29 ],
30 },
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698