.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 02 Dec 2022 20:27:32 +0000
changeset 12798 249b01adc54a
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.hashring: tests: don't randomize order - they are written in a sequential style

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