# Section that is ignored by resmoke.py. config_variables: - &keyFile jstests/libs/authTestsKey - &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly test_kind: js_test selector: roots: - jstests/aggregation/**/*.js exclude_files: - jstests/aggregation/extras/*.js - jstests/aggregation/data/*.js # Skip any tests that run with auth explicitly. - jstests/aggregation/*[aA]uth*.js executor: config: shell_options: global_vars: TestData: auth: true authMechanism: SCRAM-SHA-1 keyFile: *keyFile keyFileData: *keyFileData eval: jsTest.authenticate(db.getMongo()) authenticationDatabase: local authenticationMechanism: SCRAM-SHA-1 password: *keyFileData username: __system readMode: commands hooks: - class: CleanEveryN n: 20 fixture: class: MongoDFixture mongod_options: auth: '' keyFile: *keyFile set_parameters: enableTestCommands: 1 enableLocalhostAuthBypass: false