no message

main
이범준 3 months ago
parent f55cd6edd6
commit bcc8bb8a39

@ -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);

Loading…
Cancel
Save