Searched refs:testlist (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 \ 190 # get test sources from config.testlist 191 if getattr(config, ConfigConst.testlist, ""): 192 for test_source in config.testlist.split(";"): 288 if config.testcase and not config.testlist: 361 getattr(config, ConfigConst.testlist): 417 if config.testcase and not config.testlist: 444 config, "testlist"):
|
H A D | scheduler.py | 540 # read test list from testfile, testlist or task 542 config, ConfigConst.testlist, "") or getattr(
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 272 testlist = "testlist" variable in ConfigConst
|
/test/testfwk/developer_test/src/core/command/ |
H A D | console.py | 469 testlist = "testlist"
variable in ConfigConst
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 159 group.add_argument("-l", "--testlist", 163 dest=ConfigConst.testlist, 913 -l TESTLIST [TESTLIST ...], --testlist TESTLIST [TESTLIST ...]
|
Completed in 6 milliseconds