Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py131 if getattr(config, ConfigConst.testdict, "") == "":
133 testdict = config.testdict
135 for test_type_key, files in testdict.items():
H A Dscheduler.py530 # read test list from testdict
531 if getattr(config, ConfigConst.testdict, "") != "" and getattr(
533 uid = unique_id("Scheduler", "testdict")
534 root = Descriptor(uuid=uid, name="testdict",
535 source=TestSetSource(config.testdict),
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py275 testdict = "testdict" variable in ConfigConst
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py472 testdict = "testdict" variable in ConfigConst
H A Drun.py362 options.testdict = test_dict

Completed in 6 milliseconds