Exemplo n.º 1
0
    def init_config(self):
        Tester.init_config(self)

        if self.extra_config is not None:
            debug("Setting extra configuration options:\n{}".format(
                pprint.pformat(dict(self.extra_config), indent=4)))
            self.cluster.set_configuration_options(
                values=dict(self.extra_config))
    def init_config(self):
        Tester.init_config(self)

        if self.extra_config is not None:
            debug("Setting extra configuration options:\n{}".format(
                pprint.pformat(dict(self.extra_config), indent=4))
            )
            self.cluster.set_configuration_options(
                values=dict(self.extra_config)
            )