Home
last modified time | relevance | path

Searched refs:task_file (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/executor/
Drequest.py98 task_file = config.task + self.TASK_CONFIG_SUFFIX
99 task_dir = self._get_task_dir(task_file)
100 self._load_task(task_dir, task_file)
111 def _get_task_dir(self, task_file): argument
115 if not os.path.exists(os.path.join(exec_task_dir, task_file)):
119 "file to '%s'" % (task_file, exec_task_dir),
124 if not os.path.exists(os.path.join(top_task_dir, task_file)):
127 task_file, exec_task_dir, top_task_dir),
135 task_file = os.path.join(task_dir, file_name)
136 if not os.path.exists(task_file):
[all …]