blob: 123149288e2791a787fcab3f26c5d4a4486cc895 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
- jstests/sharding/change_streams/*.js
- jstests/sharding/query/*.js
exclude_with_any_tags:
- does_not_support_encrypted_storage_engine
executor:
archive:
tests:
- jstests/sharding/*reshard*.js
config:
shell_options:
nodb: ''
global_vars:
TestData:
enableEncryption: ''
encryptionKeyFile: *keyFile
|