def check_dm_ansible_config_push(self): job_input = FakeJobHandler.get_job_input() self.assertIsNotNone(job_input) DeviceManager.get_instance().logger.debug( "Job Input: %s" % json.dumps(job_input, indent=4)) return job_input
def check_dm_ansible_config_push(self): job_template = FakeJobHandler.get_job_template() job_input = FakeJobHandler.get_job_input() self.assertIsNotNone(job_input) self._logger.debug("Job Template: %s", job_template) self._logger.debug("Job Input: %s", job_input)
def check_dm_ansible_config_push(self): job_input = FakeJobHandler.get_job_input() self.assertIsNotNone(job_input) DeviceManager.get_instance().logger.debug("Job Input: %s" % json.dumps(job_input, indent=4))