summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/ftdc_params.js
blob: 12c450ed932df7a53c2527ae61322fd2f00bf6d8 (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);
})();