summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/ftdc_params.js
blob: 08714040fcb0cd35b59eb5069e4408ea1be3671e (plain)
1
2
3
4
5
6
7
8
9
10
// FTDC test cases
//
load('jstests/libs/ftdc.js');

(function() {
    'use strict';
    var admin = db.getSiblingDB("admin");

    verifyCommonFTDCParameters(admin, true);
})();