add test for update delta changes

This commit is contained in:
huweihua 2014-09-25 22:48:53 -04:00
parent d0198f8592
commit e2e8463d64

View File

@ -98,6 +98,19 @@ check:output=~test.file
cmd:xdsh $$TARGET_NODE "hostname"
check:output=~$$TARGET_NODE: $$TARGET_NODE
cmd:xdsh $$GOLDEN_CLIENT "cd / && date > update.flag"
check:rc==0
cmd:imgcapture $$GOLDEN_CLIENT -t sysclone -o goldenclient-osimage-$$GOS-$$MODE -V
check:rc==0
cmd:updatenode $$TARGET_NODE -S
check:rc==0
cmd:xdsh $$TARGET_NODE "ls -l / |grep update.flag"
check:rc==0
check:output=~update.flag
cmd:xdsh $$TARGET_NODE "rm -f /update.flag"
check:rc==0
end