.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 09 Dec 2019 11:57:10 +0000
changeset 10499 8ea685ec0979
parent 9968 f299d4917dd8
permissions -rw-r--r--
configmanager tests: Split long line

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