diff options
author | Jiajun Xu <jiajun.xu@intel.com> | 2010-10-30 01:03:22 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-10 21:09:22 +0800 |
commit | 12a861359a3413ded52174c814e8653c56caee17 (patch) | |
tree | 305a53f25d58def6e2793e7f6fcdd1a7387f0287 /scripts/qemuimage-tests/scenario/qemux86 | |
parent | 53b775b49645ce6bcac48def8671bf5f751c730b (diff) | |
download | poky-12a861359a3413ded52174c814e8653c56caee17.tar.gz |
imagetest-qemu: Add test case for dmesg check in target
Add a test case for error log check with command dmesg in target. The
case introduces a new folder in target, "/opt/test", which holds test
scripts running in target.
Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
Diffstat (limited to 'scripts/qemuimage-tests/scenario/qemux86')
-rw-r--r-- | scripts/qemuimage-tests/scenario/qemux86/poky-image-sato | 1 | ||||
-rw-r--r-- | scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato b/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato index 95a091b741..f6e7cb1604 100644 --- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato +++ b/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato | |||
@@ -1,2 +1,3 @@ | |||
1 | sanity boot | 1 | sanity boot |
2 | sanity ssh | 2 | sanity ssh |
3 | sanity dmesg | ||
diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk index 95a091b741..f6e7cb1604 100644 --- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk +++ b/scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk | |||
@@ -1,2 +1,3 @@ | |||
1 | sanity boot | 1 | sanity boot |
2 | sanity ssh | 2 | sanity ssh |
3 | sanity dmesg | ||