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

selector:
  roots:
  - jstests/client_encrypt/*.js

executor:
  config:
    shell_options:
      nodb: ''
      readMode: commands
      ssl: ''
      tlsAllowInvalidHostnames: ''
      tlsAllowInvalidCertificates: ''
      tlsCAFile: jstests/libs/ca.pem
      tlsCertificateKeyFile: jstests/libs/client.pem
  hooks:
  - class: CleanEveryN
    n: 20