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: {}
