Home
last modified time | relevance | path

Searched refs:testFilePath (Results 1 – 3 of 3) sorted by relevance

/test/xts/tools/lite/reliability/
DNativePressTest.py23 testFilePath = "D:\\test\\testcase\\" variable
35 …exec_cmd(hdcPath + " file send " + testFilePath + test_fileset + " /data/local/tmp/" + test_filese…
Dreadme.md71 testFilePath = "d:\\test\\" #测试用例存放路径
/test/xts/acts/request/crossplatform/RequestTest_ets/src/main/ets/test/
DRequestUpload.test.ets35 let testFilePath = '';
44 testFilePath = globalThis.abilityContext.cacheDir + '/test.txt';
45 console.log('testFilePath: ' + testFilePath)
46 prepareFile(testFilePath, '123');