testing/config/mozharness/android_arm_config.py

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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 "testsdir": "mochitest",
michael@0 10 "options": ["--autorun", "--close-when-done", "--dm_trans=sut",
michael@0 11 "--console-level=INFO", "--app=%(app)s", "--remote-webserver=%(remote_webserver)s",
michael@0 12 "--xre-path=%(xre_path)s", "--utility-path=%(utility_path)s",
michael@0 13 "--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
michael@0 14 "--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
michael@0 15 "--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
michael@0 16 "--quiet",
michael@0 17 # Bug 1064002 - Land once mozharness changes land
michael@0 18 #"--total-chunks=16",
michael@0 19 #"--run-only-tests=android23.json",
michael@0 20 ],
michael@0 21 },
michael@0 22 # Bug 1064002 - Not yet in use
michael@0 23 "mochitest-gl": {
michael@0 24 "run_filename": "runtestsremote.py",
michael@0 25 "testsdir": "mochitest",
michael@0 26 "options": ["--autorun", "--close-when-done", "--dm_trans=sut",
michael@0 27 "--console-level=INFO", "--app=%(app)s", "--remote-webserver=%(remote_webserver)s",
michael@0 28 "--xre-path=%(xre_path)s", "--utility-path=%(utility_path)s",
michael@0 29 "--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
michael@0 30 "--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
michael@0 31 "--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
michael@0 32 "--quiet", "--log-raw=%(raw_log_file)s",
michael@0 33 "--total-chunks=2",
michael@0 34 "--test-manifest=gl.json",
michael@0 35 ],
michael@0 36 },
michael@0 37 # Bug 1064002 - Not yet in use
michael@0 38 "robocop": {
michael@0 39 "run_filename": "runtestsremote.py",
michael@0 40 "testsdir": "mochitest",
michael@0 41 "options": ["--autorun", "--close-when-done", "--dm_trans=sut",
michael@0 42 "--console-level=INFO", "--app=%(app)s", "--remote-webserver=%(remote_webserver)s",
michael@0 43 "--xre-path=%(xre_path)s", "--utility-path=%(utility_path)s",
michael@0 44 "--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
michael@0 45 "--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
michael@0 46 "--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
michael@0 47 "--quiet", "--log-raw=%(raw_log_file)s",
michael@0 48 "--total-chunks=4",
michael@0 49 "--robocop-path=../..",
michael@0 50 "--robocop-ids=fennec_ids.txt",
michael@0 51 "--robocop=robocop.ini",
michael@0 52 ],
michael@0 53 },
michael@0 54 "reftest": {
michael@0 55 "run_filename": "remotereftest.py",
michael@0 56 "testsdir": "reftest",
michael@0 57 "options": [ "--app=%(app)s", "--ignore-window-size",
michael@0 58 "--bootstrap", "--enable-privilege",
michael@0 59 "--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s",
michael@0 60 "--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s",
michael@0 61 "--devicePort=%(device_port)s", "--http-port=%(http_port)s",
michael@0 62 "--ssl-port=%(ssl_port)s", "--httpd-path", "reftest/components",
michael@0 63 "--symbols-path=%(symbols_path)s",
michael@0 64 # Bug 1064002 - Land once mozharness changes land
michael@0 65 #"--total-chunks=16",
michael@0 66 #"tests/layout/reftests/reftest.list",
michael@0 67 ],
michael@0 68 },
michael@0 69 # Bug 1064002 - Not yet in use
michael@0 70 "crashtest": {
michael@0 71 "run_filename": "remotereftest.py",
michael@0 72 "testsdir": "reftest",
michael@0 73 "options": [ "--app=%(app)s", "--ignore-window-size",
michael@0 74 "--bootstrap",
michael@0 75 "--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s",
michael@0 76 "--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s",
michael@0 77 "--devicePort=%(device_port)s", "--http-port=%(http_port)s",
michael@0 78 "--ssl-port=%(ssl_port)s", "--httpd-path", "reftest/components",
michael@0 79 "--symbols-path=%(symbols_path)s",
michael@0 80 "--total-chunks=2",
michael@0 81 "tests/testing/crashtest/crashtests.list",
michael@0 82 ],
michael@0 83 },
michael@0 84 # Bug 1064002 - Not yet in use
michael@0 85 "jsreftest": {
michael@0 86 "run_filename": "remotereftest.py",
michael@0 87 "testsdir": "reftest",
michael@0 88 "options": [ "--app=%(app)s", "--ignore-window-size",
michael@0 89 "--bootstrap",
michael@0 90 "--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s",
michael@0 91 "--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s",
michael@0 92 "--devicePort=%(device_port)s", "--http-port=%(http_port)s",
michael@0 93 "--ssl-port=%(ssl_port)s", "--httpd-path", "reftest/components",
michael@0 94 "--symbols-path=%(symbols_path)s",
michael@0 95 "../jsreftest/tests/jstests.list",
michael@0 96 "--total-chunks=6",
michael@0 97 "--extra-profile-file=jsreftest/tests/user.js",
michael@0 98 ],
michael@0 99 },
michael@0 100 "xpcshell": {
michael@0 101 "run_filename": "remotexpcshelltests.py",
michael@0 102 "testsdir": "xpcshell",
michael@0 103 "options": ["--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
michael@0 104 "--xre-path=%(xre_path)s", "--testing-modules-dir=%(modules_dir)s",
michael@0 105 "--apk=%(installer_path)s", "--no-logfiles",
michael@0 106 "--symbols-path=%(symbols_path)s",
michael@0 107 "--manifest=tests/xpcshell_android.ini",
michael@0 108 # Bug 1064002 - Land once mozharness changes land
michael@0 109 #"--log-raw=%(raw_log_file)s",
michael@0 110 #"--total-chunks=3",
michael@0 111 ],
michael@0 112 },
michael@0 113 }, # end suite_definitions
michael@0 114 }

mercurial