Home
last modified time | relevance | path

Searched refs:testlist (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py75 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 Dscheduler.py540 # read test list from testfile, testlist or task
542 config, ConfigConst.testlist, "") or getattr(
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py272 testlist = "testlist" variable in ConfigConst
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py469 testlist = "testlist" variable in ConfigConst
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py159 group.add_argument("-l", "--testlist",
163 dest=ConfigConst.testlist,
913 -l TESTLIST [TESTLIST ...], --testlist TESTLIST [TESTLIST ...]

Completed in 6 milliseconds