michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: config = { michael@0: "mochitest_options": [ michael@0: "--console-level=INFO", "%(test_manifest)s", michael@0: "--total-chunks=%(total_chunks)s", "--this-chunk=%(this_chunk)s", michael@0: "--profile=%(gaia_profile)s", "--app=%(application)s", "--desktop", michael@0: "--utility-path=%(utility_path)s", "--certificate-path=%(cert_path)s", michael@0: "--symbols-path=%(symbols_path)s", "--browser-arg=%(browser_arg)s", michael@0: "--quiet" michael@0: ], michael@0: michael@0: "reftest_options": [ michael@0: "--desktop", "--profile=%(gaia_profile)s", "--appname=%(application)s", michael@0: "--browser-arg=%(browser_arg)s", "--symbols-path=%(symbols_path)s", michael@0: "%(test_manifest)s" michael@0: ] michael@0: }