gaulthiergain-tools/testfiles/test_mongodb.json

11 lines
348 B
JSON
Raw Normal View History

2020-09-16 09:14:26 +02:00
{
"typeTest": "exec",
"timeMsCommand": 4000,
"listCommands": [
"mongo -eval \"db.hostInfo()\"",
"mongo test_db -eval \"printjson(db.getCollectionNames())\"",
"mongo test_db -eval \"db.help()\"",
"mongo < queries_mongo1.js",
"mongo \"mongodb://myUserAdmin:abc123@localhost/test?authSource=admin\" < queries_mongo2.js"
]
}