Ejemplo n.º 1
0
    def run_with_args(self, args):

        return main(args, logger=self.log, session=self.Session,
                          config_file=self.config_file,
                          extra_config_info={'test.tld': '192.168.132-133.*',
                                             'stable.tld': '192.168.134-135.*'})
Ejemplo n.º 2
0
 def run_with_args(self, args):
     self.log.debug('about to run with: %r', args)
     return main(args, logger=self.log)
Ejemplo n.º 3
0
 def run_with_args(self, args):
     self.log.debug('about to run with: %r', args)
     return main(args, logger=self.log)