summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/master_slave_auth.yml
blob: 6ce42adbe9a8b97b9d02785a58b06278c692a883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Section that is ignored by resmoke.py.
config_variables:
- &keyFile jstests/libs/authTestsKey
- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly

selector:
  js_test:
    roots:
    - jstests/master_slave/*.js
    exclude_files:
    # Skip any tests that run with auth explicitly.
    - jstests/master_slave/*[aA]uth*.js
    # Skip until SERVER-25618 is resolved.
    - jstests/master_slave/block1.js

executor:
  js_test:
    config:
      shell_options:
        global_vars:
          TestData:
            auth: true
            authMechanism: SCRAM-SHA-1
            keyFile: *keyFile
            keyFileData: *keyFileData
        nodb: ''
        readMode: commands