summaryrefslogtreecommitdiffstats
path: root/scripts/qemuimage-tests/sanity/dmesg
diff options
context:
space:
mode:
authorJiajun Xu <jiajun.xu@intel.com>2010-11-10 22:58:52 +0800
committerSaul Wold <sgw@linux.intel.com>2010-11-14 21:08:22 -0800
commitd64c7ae88ca29def7dd2869acaa0e2ec047bd153 (patch)
tree21c2114e45481ef195b1c966a58612c5281a962b /scripts/qemuimage-tests/sanity/dmesg
parent2078af333d704fd894a2dedbc19cef5775cdadbb (diff)
downloadpoky-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 'scripts/qemuimage-tests/sanity/dmesg')
-rwxr-xr-xscripts/qemuimage-tests/sanity/dmesg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-tests/sanity/dmesg b/scripts/qemuimage-tests/sanity/dmesg
index c384659b6c..36813dcd43 100755
--- a/scripts/qemuimage-tests/sanity/dmesg
+++ b/scripts/qemuimage-tests/sanity/dmesg
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2# Dmesg Check Test Case for Sanity Test 2# Dmesg Check Test Case for Sanity Test
3# The case boot up the Qemu target with `runqemu qemux86`. 3# The case boot up the Qemu target with `poky-qemu qemuxxx`.
4# Then check if there is any error log in dmesg. 4# Then check if there is any error log in dmesg.
5# 5#
6# Author: Jiajun Xu <jiajun.xu@intel.com> 6# Author: Jiajun Xu <jiajun.xu@intel.com>