From 972e7605d3db995f834bc0e8d79b7a7fcfa80a48 Mon Sep 17 00:00:00 2001 From: "litingt@cn.ibm.com" Date: Fri, 3 Mar 2017 01:34:09 -0500 Subject: [PATCH] work around bug 2586 --- xCAT-test/autotest/testcase/installation/SN_setup_case | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-test/autotest/testcase/installation/SN_setup_case b/xCAT-test/autotest/testcase/installation/SN_setup_case index 1873a0efd..03b800f30 100644 --- a/xCAT-test/autotest/testcase/installation/SN_setup_case +++ b/xCAT-test/autotest/testcase/installation/SN_setup_case @@ -71,6 +71,9 @@ check:output=~booted cmd:xdsh $$SN date check:rc==0 check:output=~\d\d:\d\d:\d\d +#after bug 2586 is fixed, following 2 lines should be removed. +cmd:if [[ "__GETNODEATTR($$SN,os)__" =~ "sles" ]];then xdsh $$SN service xcatd restart; fi +check:rc==0 cmd:xdsh $$SN "ps -ef |grep xcatd" check:rc==0 check:output=~xcatd: