File

.busted @ 11075:d8fad2b48b05

util.error: Add unique 'instance_id' to error objects
author Matthew Wild <mwild1@gmail.com>
date Fri, 25 Sep 2020 12:18:18 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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