blob: 7d9475c940647dabcea1bb6ea1e9554e4b015317 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
test_kind: js_test
selector:
roots:
- jstests/ssl_x509/*.js
# ssl tests start their own mongod's.
executor:
config:
shell_options:
nodb: ''
ssl: ''
sslAllowInvalidCertificates: ''
sslCAFile: jstests/libs/ca.pem
# We use server.pem so that shell can auth as __system.
sslPEMKeyFile: jstests/libs/server.pem
global_vars:
TestData:
setParameters:
logComponentVerbosity: "{network:2}"
setParametersMongos:
logComponentVerbosity: "{network:2}"
|