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