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/sanity/boot | |
| 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/sanity/boot')
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/boot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/qemuimage-tests/sanity/boot b/scripts/qemuimage-tests/sanity/boot index 57b204b170..5014e8a5ac 100755 --- a/scripts/qemuimage-tests/sanity/boot +++ b/scripts/qemuimage-tests/sanity/boot | |||
| @@ -12,10 +12,9 @@ | |||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=120 | 14 | TIMEOUT=120 |
| 15 | QEMU_IPADDR="192.168.7.2" | ||
| 16 | 15 | ||
| 17 | # Start qemu and check its network | 16 | # Start qemu and check its network |
| 18 | Test_Create_Qemu ${QEMU_IPADDR} ${TIMEOUT} | 17 | Test_Create_Qemu ${TIMEOUT} |
| 19 | 18 | ||
| 20 | if [ $? -eq 0 ]; then | 19 | if [ $? -eq 0 ]; then |
| 21 | Test_Info "Boot Test PASS" | 20 | Test_Info "Boot Test PASS" |
