Searched refs:testfile (Results 1 - 5 of 5) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 75 if not config.testfile and not config.testlist and not config.task and \ 182 if not config.testfile and not config.testlist and not config.testcase \ 197 # get test sources from config.testfile 198 if getattr(config, ConfigConst.testfile, ""): 246 if os.path.isabs(config.testfile): 247 if os.path.exists(config.testfile): 248 return config.testfile 250 raise ParamError(ErrorMessage.Common.Code_0101024.format(config.testfile)) 253 test_file = os.path.join(testcases_dir, config.testfile) 257 raise ParamError(ErrorMessage.Common.Code_0101024.format(config.testfile)) [all...] |
H A D | scheduler.py | 532 config, ConfigConst.testfile, "") == "": 540 # read test list from testfile, testlist or task 541 test_set = getattr(config, ConfigConst.testfile, "") or getattr(
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 273 testfile = "testfile" variable in ConfigConst
|
/test/testfwk/developer_test/src/core/command/ |
H A D | console.py | 219 parser.add_argument("-tf", "--testfile",
222 dest="testfile",
470 testfile = "testfile"
variable in ConfigConst
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 167 group.add_argument("-tf", "--testfile", 171 dest=ConfigConst.testfile, 915 -tf TESTFILE [TESTFILE ...], --testfile TESTFILE [TESTFILE ...]
|
Completed in 6 milliseconds