Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | config = { |
michael@0 | 6 | "suite_definitions": { |
michael@0 | 7 | "mochitest": { |
michael@0 | 8 | "run_filename": "runtestsremote.py", |
michael@0 | 9 | "options": ["--autorun", "--close-when-done", "--dm_trans=sut", |
michael@0 | 10 | "--console-level=INFO", "--app=%(app)s", "--remote-webserver=%(remote_webserver)s", |
michael@0 | 11 | "--xre-path=%(xre_path)s", "--utility-path=%(utility_path)s", |
michael@0 | 12 | "--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s", |
michael@0 | 13 | "--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s", |
michael@0 | 14 | "--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s", |
michael@0 | 15 | "--quiet" |
michael@0 | 16 | ], |
michael@0 | 17 | }, |
michael@0 | 18 | "reftest": { |
michael@0 | 19 | "run_filename": "remotereftest.py", |
michael@0 | 20 | "options": [ "--app=%(app)s", "--ignore-window-size", |
michael@0 | 21 | "--bootstrap", "--enable-privilege", |
michael@0 | 22 | "--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s", |
michael@0 | 23 | "--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s", |
michael@0 | 24 | "--devicePort=%(device_port)s", "--http-port=%(http_port)s", |
michael@0 | 25 | "--ssl-port=%(ssl_port)s", "--httpd-path", "reftest/components", |
michael@0 | 26 | "--symbols-path=%(symbols_path)s", |
michael@0 | 27 | ], |
michael@0 | 28 | }, |
michael@0 | 29 | "xpcshell": { |
michael@0 | 30 | "run_filename": "remotexpcshelltests.py", |
michael@0 | 31 | "options": ["--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s", |
michael@0 | 32 | "--xre-path=%(xre_path)s", "--testing-modules-dir=%(modules_dir)s", |
michael@0 | 33 | "--apk=%(installer_path)s", "--no-logfiles", |
michael@0 | 34 | "--symbols-path=%(symbols_path)s", |
michael@0 | 35 | ], |
michael@0 | 36 | }, |
michael@0 | 37 | }, # end suite_definitions |
michael@0 | 38 | } |