summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/core_ese.yml
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2017-05-26 13:59:32 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2017-05-26 13:59:32 -0400
commitb6c1b6b6a9bfe17d3c21d87ee8516e069dadfa3c (patch)
treee05d63a53f72e96cf0456b7bb612eee69b8584ec /buildscripts/resmokeconfig/suites/core_ese.yml
parent90fd8a19000b5f96983f068e6380c1f6bd824b69 (diff)
downloadmongo-b6c1b6b6a9bfe17d3c21d87ee8516e069dadfa3c.tar.gz
SERVER-28302 resmoke.py parser should accept files that don't end in .js
Diffstat (limited to 'buildscripts/resmokeconfig/suites/core_ese.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/core_ese.yml36
1 files changed, 18 insertions, 18 deletions
diff --git a/buildscripts/resmokeconfig/suites/core_ese.yml b/buildscripts/resmokeconfig/suites/core_ese.yml
index 74ab7c9b195..1a851cbbd2c 100644
--- a/buildscripts/resmokeconfig/suites/core_ese.yml
+++ b/buildscripts/resmokeconfig/suites/core_ese.yml
@@ -2,24 +2,24 @@
config_variables:
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2
+test_kind: js_test
+
selector:
- js_test:
- roots:
- - jstests/core/**/*.js
+ 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
+ config:
+ shell_options:
+ readMode: commands
+ hooks:
+ - class: ValidateCollections
+ - class: CleanEveryN
+ n: 20
+ fixture:
+ class: MongoDFixture
+ mongod_options:
+ enableEncryption: ''
+ encryptionKeyFile: *keyFile
+ set_parameters:
+ enableTestCommands: 1