summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_ese_gcm.yml
blob: 23e5a9b091df67f1c211c8a20a751970f7877b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Section that is ignored by resmoke.py.
config_variables:
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2

test_kind: js_test

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

executor:
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          enableEncryption: ''
          encryptionKeyFile: *keyFile
          encryptionCipherMode: 'AES256-GCM'
      readMode: commands