D | RemoteProvisioningShellCommandTest.java | 75 private static class CommandResult { class in RemoteProvisioningShellCommandTest 80 CommandResult(int code, String out, String err) { in CommandResult() method in RemoteProvisioningShellCommandTest.CommandResult 99 private static CommandResult exec( in exec() 110 return new CommandResult( in exec() 118 CommandResult res = exec(cmd, new String[] {"list"}); in list_zeroInstances() 128 CommandResult res = exec(cmd, new String[] {"list"}); in list_oneInstances() 140 CommandResult res = exec(cmd, new String[] {"list"}); in list_twoInstances() 162 CommandResult res = exec(cmd, new String[] { in csr_hwVersion1_withChallenge() 193 CommandResult res = exec(cmd, new String[] { in csr_hwVersion2_withChallenge() 219 CommandResult res = exec(cmd, new String[] {"csr", "default"}); in csr_hwVersion3_withoutChallenge() [all …]
|