57
57
self._transport_readonly_server = transport_readonly_server
58
58
self._name_suffix = name_suffix
59
59
self.scenarios = self.formats_to_scenarios(formats)
61
61
def formats_to_scenarios(self, formats):
62
62
"""Transform the input formats to a list of scenarios.