Home | History | Annotate | Download | only in firmware_TouchMTB

Lines Matching refs:conf

26 import test_conf as conf
42 url = os.path.join('file://' + conf.docroot, base_url)
103 _, firmware_version = fw_str.split(conf.fw_prefix)
119 conf.score_colors,
159 if not os.path.isfile(conf.version_filename):
167 print err_msg % conf.version_filename
170 with open(conf.version_filename) as version_file:
217 (conf.device_description_dir, '%s.%s' % (board, device_ext),)
246 firmware_str = conf.fw_prefix + firmware_version
248 fname = conf.filename.sep.join([conf.report_basename,
254 self.report_html_name = self.report_name + conf.html_ext
307 conf.log_root_dir)
334 log_path = os.path.join(conf.log_root_dir, log_dir)
371 print ' log_dir is a log sub-directory in %s' % conf.log_root_dir
374 print ' log_dir is a log sub-directory in %s' % conf.log_root_dir
387 print ' (1) a directory in %s' % conf.log_root_dir
390 conf.log_root_dir
409 (conf.log_root_dir, example_log_dir))
413 (conf.log_root_dir, example_log_dir))
418 print ' # Resume recording the gestures in %s/%s.' % (conf.log_root_dir,
500 log_dir = os.path.join(conf.log_root_dir, arg)