gecko-dev/testing/web-platform/tests/config.default.json
Geoffrey Sneddon d2e0f952fb Bug 1446463 [wpt PR 10078] - Get rid of last web-platform.test, make host_ip always present, a=testonly
Automatic update from web-platform-testsMake host_ip always exist in the normalised config

--
Get rid of redundant host/certificate_domain definitions

--
Get rid of hardcoded web-platform.test in wpt/run.py

--
Rename host -> browser_host and host_ip -> server_host

wpt-commits: 66076b4a8a27fd6754f9a2155c17d607e4fad33f, 785ef2f057ca2b329a5604f234ce05209a1d8a75, be69acde3db9baca84efa29f087f7c6594e49925, f281dadb2890000c1afa222d071a4eb6c80d6963
wpt-pr: 10078
wpt-commits: 66076b4a8a27fd6754f9a2155c17d607e4fad33f, 785ef2f057ca2b329a5604f234ce05209a1d8a75, be69acde3db9baca84efa29f087f7c6594e49925, f281dadb2890000c1afa222d071a4eb6c80d6963
wpt-pr: 10078
2018-04-15 08:33:44 +01:00

28 lines
767 B
JSON

{"browser_host": "web-platform.test",
"doc_root": null,
"ws_doc_root": null,
"server_host": null,
"ports":{"http":[8000, "auto"],
"https":[8443],
"ws":["auto"],
"wss":["auto"]},
"check_subdomains": true,
"log_level":"debug",
"bind_address": true,
"ssl": {"type": "pregenerated",
"encrypt_after_connect": false,
"openssl": {
"openssl_binary": "openssl",
"base_path": "_certs",
"force_regenerate": false,
"base_conf_path": null
},
"pregenerated": {
"host_key_path": "tools/certs/web-platform.test.key",
"host_cert_path": "tools/certs/web-platform.test.pem"
},
"none": {}
},
"aliases": []
}