Lines Matching refs:format
45 format(case_path))
70 """Parse user provided test list into internal format for test_runner.
75 self.log.debug("prepare xml path:{}".format(xml_path))
79 self.log.debug("prepare config:{}".format(
85 "{} not exists, please check.".format(xml_path))
96 self.log.error("system '{}' is not support".format(sys_type))
99 raise TestPrepareError(ErrorMessage.Common.Code_0201012.format(item))
112 raise TestPrepareError(ErrorMessage.Common.Code_0201013.format(name))
138 self.log.debug("in prepare {}".format(func))
148 self.log.debug("prepare path:{}".format(prepare_path))
156 msg = "{} or {}".format(py_path, py_path + "d")
157 raise TestPrepareError(ErrorMessage.Common.Code_0201014.format(msg))
158 self.log.info("import prepare script:{}".format(cls))
162 "Success to import {}.".format(test_cls_name))
187 error_msg = "run prepare error! {}".format(e)
192 self.log.debug("exit prepare {}".format(func))