diff options
Diffstat (limited to 'buildscripts/smoke_config/auth_shell.yaml')
-rw-r--r-- | buildscripts/smoke_config/auth_shell.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/buildscripts/smoke_config/auth_shell.yaml b/buildscripts/smoke_config/auth_shell.yaml new file mode 100644 index 00000000000..56388ebb555 --- /dev/null +++ b/buildscripts/smoke_config/auth_shell.yaml @@ -0,0 +1,21 @@ +# Options to set for authorization with a mongod host +suite: + exclude_tags: + - ^auth_internal$ + +executor: + fixtures: + shell_globals: + TestData: + auth: true + authMechanism: MONGODB-CR + keyFile: ./jstests/lib/authTestsKey + keyFileData: Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly + testers: + js_test: + shell_options: + authenticationDatabase: local + authenticationMechanism: MONGODB-CR + password: Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly + username: __system + |