test_config.py (793B)
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 file, 3 # You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 config = { 6 "options": [ 7 "--prefs-root=%(test_path)s/prefs", 8 "--config=%(test_path)s/wptrunner.ini", 9 "--ca-cert-path=%(test_path)s/tests/tools/certs/cacert.pem", 10 "--host-key-path=%(test_path)s/tests/tools/certs/web-platform.test.key", 11 "--host-cert-path=%(test_path)s/tests/tools/certs/web-platform.test.pem", 12 "--certutil-binary=%(test_install_path)s/bin/certutil", 13 ], 14 "default_actions": [ 15 "clobber", 16 "download-and-extract", 17 "create-virtualenv", 18 "pull", 19 "install", 20 "run-tests", 21 ], 22 }