Lines Matching refs:config
54 # test driver config
55 config = None
68 def __check_config__(self, config=None):
76 # set self.config
77 self.config = request.config
78 # get source, json config and kits
81 LOG.debug("Test config file path: %s" % source)
92 kits = get_kit_instances(json_config, request.config.resource_path,
93 request.config.testcases_path)
96 self.result = os.path.join(request.config.report_path, "result", "%s.xml" % test_name)
138 self.config.resource_path, self.config.testcases_path])
160 configs["testargs"] = self.config.testargs or {}
161 configs["testcases_path"] = self.config.testcases_path or ""
164 configs["report_path"] = request.config.report_path
182 request.config.report_path, self.result, self.error_message,
190 request.config.report_path, self.result,
195 folder_name = "task_%s_%s" % (self.config.tmp_id,
198 folder_name = "task_%s_report" % self.config.tmp_id
200 tmp_sub_folder = os.path.join(self.config.tmp_folder, folder_name)
217 sys.ecotest_resource_path = request.config.resource_path