Searched refs:cmd1 (Results 1 – 4 of 4) sorted by relevance
392 String cmd1 = TestCommands.get(testName1); in testShard_Split() local393 if (cmd1 != null) assertEquals(testCmd1, cmd1); in testShard_Split()399 assertEquals(true, cmd1 != null || cmd2 != null || cmd3 != null); in testShard_Split()
181 File cmd1 = createTestScript(dirPath, "cmd1"); in testRunTest() local201 assertTrue(cmd1.exists()); in testRunTest()
555 ClusterCommand cmd1 = new ClusterCommand("command_id1", "task_id1", "test1");556 cmd1.setTargetDeviceSerials(serials);557 cmds.add(cmd1);
8558 cmd1 = "adb -s %s shell settings put global airplane_mode_on 1" % serial_id8560 exe_cmd(cmd1)