2015-05-08 20:20:43 +02:00
|
|
|
# Section that is ignored by resmoke.py.
|
|
|
|
config_variables:
|
|
|
|
- &keyFile jstests/libs/authTestsKey
|
|
|
|
- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly
|
|
|
|
|
|
|
|
selector:
|
|
|
|
js_test:
|
|
|
|
roots:
|
|
|
|
- jstests/repl/*.js
|
|
|
|
exclude_files:
|
|
|
|
# Skip any tests that run with auth explicitly.
|
|
|
|
- jstests/repl/*[aA]uth*.js
|
|
|
|
|
|
|
|
executor:
|
|
|
|
js_test:
|
|
|
|
config:
|
|
|
|
shell_options:
|
|
|
|
global_vars:
|
|
|
|
TestData:
|
|
|
|
auth: true
|
|
|
|
authMechanism: SCRAM-SHA-1
|
|
|
|
keyFile: *keyFile
|
|
|
|
keyFileData: *keyFileData
|
|
|
|
nodb: ''
|
2015-07-28 22:54:58 +02:00
|
|
|
readMode: commands
|