summaryrefslogtreecommitdiff
path: root/scripts/qemuimage-tests/scenario/qemux86-64
AgeCommit message (Collapse)AuthorFiles
2011-01-02qemuimagetest: Add basic function check for connmanJiajun Xu3
Add one case for connman sanity test. We check if connmand is running in background after booting and if there is always one connmand process running even connmand is executed by several times. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-02qemuimagetest: Add basic function check for gcc/g++/make command in targetJiajun Xu1
Add one case for compile tools sanity test in target, including gcc/g++/make. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-02qemuimagetest: Add basic function check for rpm commandJiajun Xu3
Add one case for rpm query sanity test. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-02qemuimagetest: Add basic function check for zypper commandJiajun Xu3
Add two cases for zypper sanity test. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-12-07Add sanity test scenarios for -lsb imagesScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-11-14imagetest-qemu: Add sanity test cases for scp/shutdown in targetJiajun Xu3
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>