2015-07-13 17:00:02 +02:00
|
|
|
# Section that is ignored by resmoke.py.
|
|
|
|
config_variables:
|
2015-07-24 22:36:44 +02:00
|
|
|
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2
|
2015-07-13 17:00:02 +02:00
|
|
|
|
|
|
|
selector:
|
|
|
|
js_test:
|
|
|
|
roots:
|
|
|
|
- jstests/sharding/*.js
|
2015-09-24 00:05:25 +02:00
|
|
|
exclude_files:
|
2016-06-06 09:44:38 +02:00
|
|
|
# TODO: Enable when SERVER-22672 is complete
|
|
|
|
- jstests/sharding/printShardingStatus.js
|
2015-07-13 17:00:02 +02:00
|
|
|
|
|
|
|
executor:
|
|
|
|
js_test:
|
|
|
|
config:
|
|
|
|
shell_options:
|
|
|
|
nodb: ''
|
|
|
|
global_vars:
|
|
|
|
TestData:
|
|
|
|
enableEncryption: ''
|
|
|
|
encryptionKeyFile: *keyFile
|
2015-09-28 15:51:50 +02:00
|
|
|
readMode: commands
|