mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
26 lines
533 B
YAML
26 lines
533 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/core/*.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
readMode: commands
|
|
hooks:
|
|
- class: ValidateCollections
|
|
- class: CleanEveryN
|
|
n: 20
|
|
fixture:
|
|
class: MongoDFixture
|
|
mongod_options:
|
|
enableEncryption: ''
|
|
encryptionKeyFile: *keyFile
|
|
set_parameters:
|
|
enableTestCommands: 1
|