summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/config.py
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2017-09-15 10:10:56 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2017-09-22 17:16:02 -0400
commitc79b69d1ead95ba93e33ea4e1859119752d42f7f (patch)
treedffda7a83a7c5ea63124b47564ea38577b135677 /buildscripts/resmokelib/config.py
parent12eb869725f4cefd94f3b4a7e1292f82691ad301 (diff)
downloadmongo-c79b69d1ead95ba93e33ea4e1859119752d42f7f.tar.gz
SERVER-31095 Adding an evergreen builder to test the legacy transport layer. Fix so resmoke.py can passthrough the --transportLayer option.
Diffstat (limited to 'buildscripts/resmokelib/config.py')
-rw-r--r--buildscripts/resmokelib/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/config.py b/buildscripts/resmokelib/config.py
index d7d00532ce7..456926adafb 100644
--- a/buildscripts/resmokelib/config.py
+++ b/buildscripts/resmokelib/config.py
@@ -64,6 +64,7 @@ DEFAULTS = {
"storageEngineCacheSizeGB": None,
"tagFile": None,
"taskId": None,
+ "transportLayer": None,
"wiredTigerCollectionConfigString": None,
"wiredTigerEngineConfigString": None,
"wiredTigerIndexConfigString": None
@@ -179,6 +180,9 @@ TAG_FILE = None
# tests.
TASK_ID = None
+# IF set, then mongod/mongos's started by resmoke.py will use the specified transport layer
+TRANSPORT_LAYER = None
+
# If set, then all mongod's started by resmoke.py and by the mongo shell will use the specified
# WiredTiger collection configuration settings.
WT_COLL_CONFIG = None