Home
last modified time | relevance | path

Searched refs:GTestConst (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/developer_test/src/core/driver/
Ddrivers.py119 class GTestConst(object): class
789 test_para = "%s=%s" % (GTestConst.exec_para_filter, testcase)
792 test_para = "%s=%s" % (GTestConst.exec_para_level, level_para)
1065 test_para = "%s=%s" % (GTestConst.exec_acts_para_filter, testcase)
1068 test_para = "%s=%s" % (GTestConst.exec_acts_para_level, level_para)
1087 test_hats_para = "%s=%s" % (GTestConst.exec_para_filter, testcase)
1090 test_hats_para = "%s=%s" % (GTestConst.exec_para_level, level_para)
Dlite_driver.py65 class GTestConst(object): class
207 test_para = "%s=%s" % (GTestConst.exec_para_filter, testcase)
210 test_para = "%s=%s" % (GTestConst.exec_para_level, level_para)
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py231 class GTestConst(object): class
/test/testfwk/xdevice/src/xdevice/
D__init__.py59 from _core.constants import GTestConst
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers_lite.py48 from xdevice import GTestConst
427 command, GTestConst.exec_para_filter, test.test_name,
438 command, GTestConst.exec_para_filter, test.test_name),