summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/failpoints_auth.yml
blob: 15070560a2cccb7b7d4a6346b95ca20bf3fdf3cc (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
# Section that is ignored by resmoke.py.
config_variables:
- &keyFile jstests/libs/authTestsKey
- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly

test_kind: js_test

selector:
  roots:
  - jstests/fail_point/*.js
  exclude_files:
  # Skip any tests that run with auth explicitly.
  - jstests/fail_point/*[aA]uth*.js

# Failpoint tests start their own mongod's.
executor:
  config:
    shell_options:
      global_vars:
        TestData:
          auth: true
          authMechanism: SCRAM-SHA-256
          keyFile: *keyFile
          keyFileData: *keyFileData
          roleGraphInvalidationIsFatal: true
      nodb: ''