mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
21 lines
423 B
YAML
21 lines
423 B
YAML
# Section that is ignored by resmoke.py.
|
|
config_variables:
|
|
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2
|
|
|
|
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/sharding/*.js
|
|
exclude_files:
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
nodb: ''
|
|
global_vars:
|
|
TestData:
|
|
enableEncryption: ''
|
|
encryptionKeyFile: *keyFile
|
|
readMode: commands
|