check pprofile attribute of testnode after executing chvm -p in cases chvm_p

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8847 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ellen56 2011-02-14 06:34:33 +00:00
parent 3a9e4f512f
commit b2fea39e62

View File

@ -21,6 +21,8 @@ check:rc==0
check:output=~Success
cmd:lsvm -a testnode
check:output=~__GETNODEATTR($$CN, pprofile)__
cmd:lsdef -t node -l testnode -i pprofile
check:output=~__GETNODEATTR($$CN, pprofile)__
cmd:rmvm testnode
cmd:rm -f /tmp/autotest.profile
end