]> code.ossystems Code Review - openembedded-core.git/commit
imagetest-qemu: Add sanity test cases for scp/shutdown in target
authorJiajun Xu <jiajun.xu@intel.com>
Wed, 10 Nov 2010 14:58:52 +0000 (22:58 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 15 Nov 2010 05:08:22 +0000 (21:08 -0800)
commitd64c7ae88ca29def7dd2869acaa0e2ec047bd153
tree21c2114e45481ef195b1c966a58612c5281a962b
parent2078af333d704fd894a2dedbc19cef5775cdadbb
imagetest-qemu: Add sanity test cases for scp/shutdown in target

scp test is to check if file copying via network work or not in target.
shutdown test is to check if target can be poweroff with qemu process off.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
18 files changed:
meta/classes/imagetest-qemu.bbclass
scripts/qemuimage-testlib
scripts/qemuimage-tests/sanity/boot
scripts/qemuimage-tests/sanity/dmesg
scripts/qemuimage-tests/sanity/scp [new file with mode: 0755]
scripts/qemuimage-tests/sanity/shutdown [new file with mode: 0755]
scripts/qemuimage-tests/sanity/ssh
scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato
scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk
scripts/qemuimage-tests/scenario/qemumips/poky-image-sato
scripts/qemuimage-tests/scenario/qemumips/poky-image-sdk
scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato
scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk
scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal [new file with mode: 0644]
scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato [new file with mode: 0644]
scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk [new file with mode: 0644]
scripts/qemuimage-tests/scenario/qemux86/poky-image-sato
scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk