blob: e9c38958b25bad2142c60c16a978e46b3be9ed66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
selector:
js_test:
roots:
- jstests/ssl/*.js
exclude_files:
# SERVER-19113
- jstests/ssl/ssl_crl.js
# ssl tests start their own mongod's.
executor:
js_test:
config:
shell_options:
nodb: ''
ssl: ''
sslAllowInvalidCertificates: ''
sslCAFile: jstests/libs/ca.pem
sslPEMKeyFile: jstests/libs/client.pem
|