Searched refs:testsuit_path (Results 1 – 3 of 3) sorted by relevance
/test/testfwk/developer_test/aw/python/distributed/common/ |
D | common.py | 27 def get_result_dir(testsuit_path): argument 30 filedir, _ = os.path.split(testsuit_path)
|
/test/testfwk/developer_test/src/core/driver/ |
D | drivers.py | 130 def get_result_savepath(testsuit_path, result_rootpath): argument 132 filedir, _ = os.path.split(testsuit_path) 272 def __init__(self, testsuit_path, config): argument 273 self.testsuite_path = testsuit_path 277 if testsuit_path.endswith(".hap"):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers.py | 94 def get_result_savepath(testsuit_path, result_rootpath): argument 96 filedir, _ = os.path.split(testsuit_path) 147 def __init__(self, testsuit_path, result_rootpath, device, argument 149 self.testsuite_path = testsuit_path
|