diff options
author | Jiajun Xu <jiajun.xu@intel.com> | 2010-11-10 22:58:52 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:08:22 -0800 |
commit | d64c7ae88ca29def7dd2869acaa0e2ec047bd153 (patch) | |
tree | 21c2114e45481ef195b1c966a58612c5281a962b /meta/classes | |
parent | 2078af333d704fd894a2dedbc19cef5775cdadbb (diff) | |
download | poky-d64c7ae88ca29def7dd2869acaa0e2ec047bd153.tar.gz |
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/imagetest-qemu.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/imagetest-qemu.bbclass b/meta/classes/imagetest-qemu.bbclass index bd4dc9c0bf..07bdf01340 100644 --- a/meta/classes/imagetest-qemu.bbclass +++ b/meta/classes/imagetest-qemu.bbclass | |||
@@ -111,7 +111,7 @@ python do_qemuimagetest() { | |||
111 | os.symlink(resultfile, sresultfile) | 111 | os.symlink(resultfile, sresultfile) |
112 | f = open(sresultfile, "a") | 112 | f = open(sresultfile, "a") |
113 | f.write("\tTest Result for %s\n" % machine) | 113 | f.write("\tTest Result for %s\n" % machine) |
114 | f.write("\tTestcase\tPASS\tFAIL\tNORESULT\n") | 114 | f.write("\t%-15s%-15s%-15s%-15s\n" % ("Testcase", "PASS", "FAIL", "NORESULT")) |
115 | f.close() | 115 | f.close() |
116 | 116 | ||
117 | """generate pre-defined testcase list""" | 117 | """generate pre-defined testcase list""" |