diff options
Diffstat (limited to 'buildscripts/resmokeconfig/suites/json_schema.yml')
-rw-r--r-- | buildscripts/resmokeconfig/suites/json_schema.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/json_schema.yml b/buildscripts/resmokeconfig/suites/json_schema.yml new file mode 100644 index 00000000000..d18cd5bc315 --- /dev/null +++ b/buildscripts/resmokeconfig/suites/json_schema.yml @@ -0,0 +1,23 @@ +test_kind: json_schema_test + +selector: + roots: + - src/third_party/JSON-Schema-Test-Suite/tests/draft4/**/*.json + include_files: + - src/third_party/JSON-Schema-Test-Suite/tests/draft4/maximum.json + - src/third_party/JSON-Schema-Test-Suite/tests/draft4/minimum.json + +executor: + config: + shell_options: + readMode: commands + hooks: + - class: ValidateCollections + - class: CleanEveryN + n: 20 + fixture: + class: MongoDFixture + mongod_options: + bind_ip_all: '' + set_parameters: + enableTestCommands: 1 |