diff options
author | alabid <alabidan@gmail.com> | 2014-12-29 00:01:02 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2014-12-31 10:11:12 -0500 |
commit | c8c43855e1d3158385a68df12919d2ea97f45ecd (patch) | |
tree | f4850c832ee2f3e0fcb42f92bca1922aa09e48f5 /buildscripts | |
parent | 2c3dea56d483ed0dca1413a69ef429f1429a7cad (diff) | |
download | mongo-c8c43855e1d3158385a68df12919d2ea97f45ecd.tar.gz |
SERVER-16695 Move FSM tests into new test suites
Closes #893
Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/smoke.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index 8ff352ea26f..703587b344d 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -897,6 +897,7 @@ suiteGlobalConfig = {"js": ("core/*.js", True), "noPassthroughWithMongod": ("noPassthroughWithMongod/*.js", True), "noPassthrough": ("noPassthrough/*.js", False), "parallel": ("parallel/*.js", True), + "concurrency": ("concurrency/*.js", True), "clone": ("clone/*.js", False), "repl": ("repl/*.js", False), "replSets": ("replsets/*.js", False), @@ -984,6 +985,7 @@ def expand_suites(suites,expandUseDB=True): 'noPassthrough', 'clone', 'parallel', + 'concurrency', 'repl', 'auth', 'sharding', |