summaryrefslogtreecommitdiff
path: root/buildscripts/smoke_config/with_server.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/smoke_config/with_server.yaml')
-rw-r--r--buildscripts/smoke_config/with_server.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/buildscripts/smoke_config/with_server.yaml b/buildscripts/smoke_config/with_server.yaml
new file mode 100644
index 00000000000..4ea65b57f55
--- /dev/null
+++ b/buildscripts/smoke_config/with_server.yaml
@@ -0,0 +1,15 @@
+executor:
+ fixtures:
+
+ # Single MongoD running in background
+ mongodb_server:
+ fixture_class: smoke.SingleMongoDFixture
+ mongod_options:
+ nopreallocj: ''
+
+ # Global shell context
+ shell_globals:
+ fixture_class: smoke.GlobalShellFixture
+
+ testers:
+ js_test: {}