|
|
|
|
@ -177,7 +177,7 @@ public class TestController {
|
|
|
|
|
private Map<String,Object> touchAndWait(String touchSys, String commandSeq) throws Exception {
|
|
|
|
|
Map<String,Object> commandResult = new HashMap<String,Object>();
|
|
|
|
|
|
|
|
|
|
this.shellCmd("/gpta/source-app/cfs/relay/ssh_ssh_touch.sh " + touchSys);
|
|
|
|
|
this.shellCmd("/gpta/source-app/cfs/relay_jar/ssh_ssh_touch.sh " + touchSys);
|
|
|
|
|
|
|
|
|
|
int FIRST_SLEEP = 2000;
|
|
|
|
|
Thread.sleep(FIRST_SLEEP);
|
|
|
|
|
|