summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/auth_audit.yml
blob: 58c7ba5e4af6b4f9398a624328b22bf9fc1b8879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
selector:
  js_test:
    roots:
    - jstests/auth/*.js

# Auth tests start their own mongod's.
executor:
  js_test:
    config:
      shell_options:
        nodb: ''
        readMode: commands
        global_vars:
          TestData:
            auditDestination: 'console'