Searched refs:GTestConst (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/developer_test/src/core/driver/ |
D | drivers.py | 119 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)
|
D | lite_driver.py | 65 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/ |
D | constants.py | 231 class GTestConst(object): class
|
/test/testfwk/xdevice/src/xdevice/ |
D | __init__.py | 59 from _core.constants import GTestConst
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers_lite.py | 48 from xdevice import GTestConst 427 command, GTestConst.exec_para_filter, test.test_name, 438 command, GTestConst.exec_para_filter, test.test_name),
|