File

.busted @ 10260:d6b9cacfef76

Prepare required data folder for integration tests
author Maxime “pep” Buquet <pep@bouah.net>
date Thu, 12 Sep 2019 15:17:12 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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