summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/multiversion_auth.yml
blob: 9c39f86816813e35be647982d610ba78f70116a2 (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
28
29
30
31
32
33
34
# Section that is ignored by resmoke.py.
config_variables:
- &keyFile jstests/libs/authTestsKey
- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly

selector:
  js_test:
    roots:
    - jstests/multiVersion/*.js
    exclude_files:
    # Multi storageEngine tests
    - jstests/multiVersion/mixed_storage_version_replication.js
    - jstests/multiVersion/transitioning_to_and_from_WT.js
    # TODO: SERVER-21578
    - jstests/multiVersion/balancer_multiVersion_detect.js
    # TODO: SERVER-28104
    - jstests/multiVersion/minor_version_tags_new_old_new.js

# Multiversion tests start their own mongod's.
executor:
  js_test:
    config:
      shell_options:
        global_vars:
          TestData:
            auth: true
            authMechanism: SCRAM-SHA-1
            keyFile: *keyFile
            keyFileData: *keyFileData
        authenticationDatabase: local
        authenticationMechanism: SCRAM-SHA-1
        password: *keyFileData
        username: __system
        nodb: ''