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.java85 String testModule = getTestModule(); in getTestPath() local
86 if (testModule != null) { in getTestPath()
88 testPath.append(testModule); in getTestPath()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DTestsPoolPoller.java226 ITestSuite testModule = (ITestSuite) test; in handleDeviceNotAvailable() local
227 int attemptNumber = remotePool.getAttemptNumber(testModule); in handleDeviceNotAvailable()
230 remotePool.returnToRemotePool(testModule, attemptNumber + 1); in handleDeviceNotAvailable()