File

.busted @ 10676:33c7e4920591

storagemanager: Add tests for map stores
author Matthew Wild <mwild1@gmail.com>
date Wed, 11 Mar 2020 14:36:56 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}