Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/binary/
DExecutableTargetTestTest.java392 String cmd1 = TestCommands.get(testName1); in testShard_Split() local
393 if (cmd1 != null) assertEquals(testCmd1, cmd1); in testShard_Split()
399 assertEquals(true, cmd1 != null || cmd2 != null || cmd3 != null); in testShard_Split()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostGTestTest.java181 File cmd1 = createTestScript(dirPath, "cmd1"); in testRunTest() local
201 assertTrue(cmd1.exists()); in testRunTest()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java555 ClusterCommand cmd1 = new ClusterCommand("command_id1", "task_id1", "test1");
556 cmd1.setTargetDeviceSerials(serials);
557 cmds.add(cmd1);
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py8558 cmd1 = "adb -s %s shell settings put global airplane_mode_on 1" % serial_id
8560 exe_cmd(cmd1)