testing/config/mozharness/android_arm_config.py

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/config/mozharness/android_arm_config.py	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,114 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +config = {
     1.9 +    "suite_definitions": {
    1.10 +        "mochitest": {
    1.11 +            "run_filename": "runtestsremote.py",
    1.12 +            "testsdir": "mochitest",
    1.13 +            "options": ["--autorun", "--close-when-done", "--dm_trans=sut",
    1.14 +                "--console-level=INFO", "--app=%(app)s", "--remote-webserver=%(remote_webserver)s",
    1.15 +                "--xre-path=%(xre_path)s", "--utility-path=%(utility_path)s",
    1.16 +                "--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
    1.17 +                "--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
    1.18 +                "--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
    1.19 +                "--quiet",
    1.20 +                # Bug 1064002 - Land once mozharness changes land
    1.21 +                #"--total-chunks=16",
    1.22 +                #"--run-only-tests=android23.json",
    1.23 +            ],
    1.24 +        },
    1.25 +        # Bug 1064002 - Not yet in use
    1.26 +        "mochitest-gl": {
    1.27 +            "run_filename": "runtestsremote.py",
    1.28 +            "testsdir": "mochitest",
    1.29 +            "options": ["--autorun", "--close-when-done", "--dm_trans=sut",
    1.30 +                "--console-level=INFO", "--app=%(app)s", "--remote-webserver=%(remote_webserver)s",
    1.31 +                "--xre-path=%(xre_path)s", "--utility-path=%(utility_path)s",
    1.32 +                "--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
    1.33 +                "--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
    1.34 +                "--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
    1.35 +                "--quiet", "--log-raw=%(raw_log_file)s",
    1.36 +                "--total-chunks=2",
    1.37 +                "--test-manifest=gl.json",
    1.38 +            ],
    1.39 +        },
    1.40 +        # Bug 1064002 - Not yet in use
    1.41 +        "robocop": {
    1.42 +            "run_filename": "runtestsremote.py",
    1.43 +            "testsdir": "mochitest",
    1.44 +            "options": ["--autorun", "--close-when-done", "--dm_trans=sut",
    1.45 +                "--console-level=INFO", "--app=%(app)s", "--remote-webserver=%(remote_webserver)s",
    1.46 +                "--xre-path=%(xre_path)s", "--utility-path=%(utility_path)s",
    1.47 +                "--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
    1.48 +                "--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
    1.49 +                "--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
    1.50 +                "--quiet", "--log-raw=%(raw_log_file)s",
    1.51 +                "--total-chunks=4",
    1.52 +                "--robocop-path=../..",
    1.53 +                "--robocop-ids=fennec_ids.txt",
    1.54 +                "--robocop=robocop.ini",
    1.55 +            ],
    1.56 +        },
    1.57 +        "reftest": {
    1.58 +            "run_filename": "remotereftest.py",
    1.59 +            "testsdir": "reftest",
    1.60 +            "options": [ "--app=%(app)s", "--ignore-window-size",
    1.61 +                "--bootstrap", "--enable-privilege",
    1.62 +                "--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s",
    1.63 +                "--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s",
    1.64 +                "--devicePort=%(device_port)s", "--http-port=%(http_port)s",
    1.65 +                "--ssl-port=%(ssl_port)s", "--httpd-path", "reftest/components",
    1.66 +                "--symbols-path=%(symbols_path)s",
    1.67 +                # Bug 1064002 - Land once mozharness changes land
    1.68 +                #"--total-chunks=16",
    1.69 +                #"tests/layout/reftests/reftest.list",
    1.70 +            ],
    1.71 +        },
    1.72 +        # Bug 1064002 - Not yet in use
    1.73 +        "crashtest": {
    1.74 +            "run_filename": "remotereftest.py",
    1.75 +            "testsdir": "reftest",
    1.76 +            "options": [ "--app=%(app)s", "--ignore-window-size",
    1.77 +                "--bootstrap",
    1.78 +                "--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s",
    1.79 +                "--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s",
    1.80 +                "--devicePort=%(device_port)s", "--http-port=%(http_port)s",
    1.81 +                "--ssl-port=%(ssl_port)s", "--httpd-path", "reftest/components",
    1.82 +                "--symbols-path=%(symbols_path)s",
    1.83 +                "--total-chunks=2",
    1.84 +                "tests/testing/crashtest/crashtests.list",
    1.85 +            ],
    1.86 +        },
    1.87 +        # Bug 1064002 - Not yet in use
    1.88 +        "jsreftest": {
    1.89 +            "run_filename": "remotereftest.py",
    1.90 +            "testsdir": "reftest",
    1.91 +            "options": [ "--app=%(app)s", "--ignore-window-size",
    1.92 +                "--bootstrap",
    1.93 +                "--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s",
    1.94 +                "--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s",
    1.95 +                "--devicePort=%(device_port)s", "--http-port=%(http_port)s",
    1.96 +                "--ssl-port=%(ssl_port)s", "--httpd-path", "reftest/components",
    1.97 +                "--symbols-path=%(symbols_path)s",
    1.98 +                "../jsreftest/tests/jstests.list",
    1.99 +                "--total-chunks=6",
   1.100 +                "--extra-profile-file=jsreftest/tests/user.js",
   1.101 +            ],
   1.102 +        },
   1.103 +        "xpcshell": {
   1.104 +            "run_filename": "remotexpcshelltests.py",
   1.105 +            "testsdir": "xpcshell",
   1.106 +            "options": ["--deviceIP=%(device_ip)s", "--devicePort=%(device_port)s",
   1.107 +                "--xre-path=%(xre_path)s", "--testing-modules-dir=%(modules_dir)s",
   1.108 +                "--apk=%(installer_path)s", "--no-logfiles",
   1.109 +                "--symbols-path=%(symbols_path)s",
   1.110 +                "--manifest=tests/xpcshell_android.ini",
   1.111 +                # Bug 1064002 - Land once mozharness changes land
   1.112 +                #"--log-raw=%(raw_log_file)s",
   1.113 +                #"--total-chunks=3",
   1.114 +            ],
   1.115 +        },
   1.116 +    }, # end suite_definitions
   1.117 +}

mercurial