update case

This commit is contained in:
litingt 2015-02-02 19:40:49 -08:00
parent d3b6905d0d
commit bb001497b0

View File

@ -36,7 +36,7 @@ check:rc==0
cmd:addkit /opt/xcat/share/xcat/tools/autotest/testcase/addkitcomp/mykits/mykits-1.0-1.tar.bz2
check:rc==0
check:output=~Kit mykits-1.0-1 was successfully added
cmd:mkdef testimage -u profile=compute provmethod=install osarch=ppc64el
cmd:mkdef testimage -u profile=compute provmethod=install osarch=__GETNODEATTR($$CN,arch)__
check:rc==0
cmd:kitcompname=`lskit mykits-1.0-1 |grep kitcompname|awk -F= '{print $2}'`;addkitcomp -i testimage $kitcompname
check:rc==0
@ -66,7 +66,7 @@ check:rc==0
cmd:addkit /opt/xcat/share/xcat/tools/autotest/testcase/addkitcomp/mykits/mykits-1.0-1.tar.bz2
check:rc==0
check:output=~Kit mykits-1.0-1 was successfully added
cmd:mkdef testimage -u profile=compute provmethod=install osarch=ppc64el
cmd:mkdef testimage -u profile=compute provmethod=install osarch=__GETNODEATTR($$CN,arch)__
check:rc==0
cmd:kitcompname=`lskit mykits-1.0-1 |grep kitcompname|awk -F= '{print $2}'`;addkitcomp -f -i testimage $kitcompname
check:rc==0
@ -95,7 +95,7 @@ check:rc==0
cmd:addkit /opt/xcat/share/xcat/tools/autotest/testcase/addkitcomp/$$KITDATA/*.tar.bz2
check:rc==0
check:output=~successfully added
cmd:mkdef testimage -u profile=compute provmethod=install osarch=ppc64el
cmd:mkdef testimage -u profile=compute provmethod=install osarch=__GETNODEATTR($$CN,arch)__
check:rc==0
cmd:addkitcomp -i testimage -a ubuntukit-compute-2
check:rc==0