Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py68 if not config.testfile and not config.testlist and not config.task and \
173 if not config.testfile and not config.testlist and not config.testcase \
189 if getattr(config, ConfigConst.testfile, ""):
232 if os.path.isabs(config.testfile):
233 if os.path.exists(config.testfile):
234 return config.testfile
236 raise ParamError("test file '%s' not exists" % config.testfile,
240 test_file = os.path.join(testcases_dir, config.testfile)
244 raise ParamError("test file '%s' not exists" % config.testfile)
Dscheduler.py912 config, ConfigConst.testfile, "") == "":
921 test_set = getattr(config, ConfigConst.testfile, "") or getattr(
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py247 testfile = "testfile" variable in ConfigConst
/test/testfwk/xdevice/docs/
DCommand_Run.md26 指定测试套文件。长选项表示为"run --testfile"。
/test/testfwk/developer_test/src/core/command/
Dconsole.py486 testfile = "testfile" variable in ConfigConst
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py162 dest=ConfigConst.testfile,