summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_ese.yml
blob: 71af0b6f742693a740a4f648e4dbb0b54262053f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
  exclude_files:
  # Enable when SERVER-36634 is fixed.
  - jstests/sharding/shard_collection_existing_zones.js

executor:
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          enableEncryption: ''
          encryptionKeyFile: *keyFile
      readMode: commands