summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/ssl.yml
blob: caaf406d4f949e08a8b9a9564102be826119a2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
test_kind: js_test

selector:
  roots:
  - jstests/ssl/*.js
  exclude_files:

# 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