From 09a16fa5cf2f02f0c9a6ac30cb58a9b1ca8c9a54 Mon Sep 17 00:00:00 2001 From: Weihua Hu Date: Wed, 10 Oct 2018 15:37:52 +0800 Subject: [PATCH] refine xdsh_t case to fix issue #5687 (#5689) --- xCAT-test/autotest/testcase/xdsh/cases0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/xdsh/cases0 b/xCAT-test/autotest/testcase/xdsh/cases0 index b891da7ec..bab5e3f52 100644 --- a/xCAT-test/autotest/testcase/xdsh/cases0 +++ b/xCAT-test/autotest/testcase/xdsh/cases0 @@ -96,7 +96,7 @@ start:xdsh_t label:cn_os_ready,parallel_cmds cmd:date +%s > /tmp/start.txt check:rc==0 -cmd:xdsh $$CN -t 5 "ssh 1.1.1.1" +cmd:xdsh $$CN -t 5 "sleep 10" check:rc!=0 check:output=~Error: (\[.*?\]: )?Caught SIGINT - terminating the child processes. cmd:date +%s > /tmp/end.txt