Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestRunner.java197 String[] testModule = {pyModule}; in doRunTest() local
200 cmd = ArrayUtil.buildArray(baseOpts, mUnitTestOpts.split(" "), testModule); in doRunTest()
202 cmd = ArrayUtil.buildArray(baseOpts, testModule); in doRunTest()
DGTest.java163 String testModule = getTestModule(); in getTestPath() local
164 if (testModule != null) { in getTestPath()
166 testPath.append(testModule); in getTestPath()
DGoogleBenchmarkTest.java343 for (String testModule : mTestModules) { in run()
344 String testPath = getTestPath(mDeviceTestPath, testModule); in run()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryTest.java94 String testModule = getTestModule(); in getTestPath() local
95 if (testModule != null) { in getTestPath()
97 testPath.append(testModule); in getTestPath()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DTestsPoolPoller.java222 ITestSuite testModule = (ITestSuite) test; in handleDeviceNotAvailable() local
223 int attemptNumber = remotePool.getAttemptNumber(testModule); in handleDeviceNotAvailable()
226 remotePool.returnToRemotePool(testModule, attemptNumber + 1); in handleDeviceNotAvailable()