diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-01-29 23:18:39 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-01-29 23:18:39 -0500 |
commit | bda359e9a1679ad42c5590fa9d9a86ce8c33ff86 (patch) | |
tree | 7d7adf7f01a869f7e60a3c32d92604ba6ebde43b | |
parent | a6d7b21ccdf3c798550637fd195793b054d739ce (diff) | |
download | mongo-bda359e9a1679ad42c5590fa9d9a86ce8c33ff86.tar.gz |
dummy smokeAuth
-rw-r--r-- | SConstruct | 1 | ||||
-rw-r--r-- | jstests/auth/dummy.js | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index ef61646f1e9..a79048d9b55 100644 --- a/SConstruct +++ b/SConstruct @@ -1105,6 +1105,7 @@ if not onlyServer and not noshell: addSmoketest( "smokeClone", [ "mongo", "mongod" ], [ jsDirTestSpec( "clone" ) ] ) addSmoketest( "smokeRepl", [ "mongo", "mongod", "mongobridge" ], [ jsDirTestSpec( "repl" ) ] ) addSmoketest( "smokeDisk", [ add_exe( "mongo" ), add_exe( "mongod" ) ], [ jsDirTestSpec( "disk" ) ] ) + addSmoketest( "smokeAuth", [ add_exe( "mongo" ), add_exe( "mongod" ) ], [ jsDirTestSpec( "auth" ) ] ) addSmoketest( "smokeSharding", [ "mongo", "mongod", "mongos" ], [ jsDirTestSpec( "sharding" ) ] ) addSmoketest( "smokeJsPerf", [ "mongo" ], runShellTest ) addSmoketest( "smokeQuota", [ "mongo" ], runShellTest ) diff --git a/jstests/auth/dummy.js b/jstests/auth/dummy.js new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/jstests/auth/dummy.js |