From 770768404a58a4ef8790e19f9c3a122cf5622e82 Mon Sep 17 00:00:00 2001 From: caomengmeng Date: Tue, 6 Dec 2016 03:57:30 -0500 Subject: [PATCH] complete --- xCAT-test/autotest/testcase/runcmdinstaller/cases0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-test/autotest/testcase/runcmdinstaller/cases0 b/xCAT-test/autotest/testcase/runcmdinstaller/cases0 index 2051218f1..9505023c1 100644 --- a/xCAT-test/autotest/testcase/runcmdinstaller/cases0 +++ b/xCAT-test/autotest/testcase/runcmdinstaller/cases0 @@ -14,9 +14,9 @@ cmd:if [[ "__GETNODEATTR($$CN,arch)__" =~ "ppc64" ]]; then rnetboot $$CN;elif [[ check:rc==0 cmd:a=0;while ! `lsdef -l $$CN|grep status|grep installing >/dev/null`; do sleep 20;((a++));if [ $a -gt 30 ];then break;fi done cmd:lsdef -l $$CN | grep status -cmd:runcmdinstaller $$CN "ls -al /tmp" +cmd:runcmdinstaller $$CN "ls /" check:rc==0 -check:output=~yum +check:output=~tmp cmd:chtab key=xcatdebugmode site.value="0" end start:get_xcat_postscripts_loginfo