Home
last modified time | relevance | path

Searched refs:testShard (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/contrib/src/com/android/stability/tests/
DRebootStressTest.java155 RebootStressTest testShard = new RebootStressTest(); in split() local
157 testShard.setRunName(mRunName); in split()
158 testShard.setWaitTime(mWaitTime); in split()
159 testShard.setWipeData(mWipeUserData); in split()
160 testShard.setFastbootWipeDataCmds(mFastbootWipeCmds); in split()
161 testShard.setPollTime(mPollSleepTime); in split()
165 testShard.setIterations(iterationsForShard); in split()
167 shards.add(testShard); in split()
/tools/tradefederation/contrib/src/com/android/ota/tests/
DOtaStabilityTest.java183 OtaStabilityTest testShard = new OtaStabilityTest(); in split() local
185 testShard.setRunName(mRunName); in split()
186 testShard.setWaitInstallTime(mWaitInstallTime); in split()
187 testShard.setWaitRecoveryTime(mWaitRecoveryTime); in split()
191 testShard.setIterations(iterationsForShard); in split()
193 shards.add(testShard); in split()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java235 private List<IRemoteTest> testShard(int shardIndex) throws Exception { in testShard() method in StrictShardHelperTest
262 List<IRemoteTest> res = testShard(0); in testMergeSuite_shard0()
280 List<IRemoteTest> res = testShard(1); in testMergeSuite_shard1()
298 List<IRemoteTest> res = testShard(2); in testMergeSuite_shard2()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java139 for (IRemoteTest testShard : shardableTests) { in shardConfig()
147 shardConfig.setTest(testShard); in shardConfig()