testing/config/mozharness/android_x86_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.

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

mercurial