From b5c29e15f4be8da3e69ff676c2cd433564b70227 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 Apr 2014 10:45:49 -0700 Subject: dev-manual: Moved list of qemu-specific run information Fixes [YOCTO #5554] The list of items that described what happens when you run tests is really specific to qemu. Consequently, it is better located in the section describing how to enable and get set up for those tests. (From yocto-docs rev: 1f0606f1c5c03c873a295819adcfb6fb51c196bd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 71 +++++++++++----------- 1 file changed, 35 insertions(+), 36 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index dc61170fbf..b0cdc8342e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5712,6 +5712,41 @@ by runqemu. + + + Once you start running the tests, the following happens: + + A copy of the root filesystem is written + to ${WORKDIR}/testimage. + + The image is booted under QEMU using the + standard runqemu script. + + A default timeout of 500 seconds occurs + to allow for the boot process to reach the login prompt. + You can change the timeout period by setting + TEST_QEMUBOOT_TIMEOUT + in the local.conf file. + + Once the boot process is reached and the + login prompt appears, the tests run. + The full boot log is written to + ${WORKDIR}/testimage/qemu_boot_log. + + Each test module loads in the order found + in TEST_SUITES. + You can find the full output of the commands run over + SSH in + ${WORKDIR}/testimgage/ssh_target_log. + + If no failures occur, the task running the + tests ends successfully. + You can find the output from the + unittest in the task log at + ${WORKDIR}/temp/log.do_testimage. + + +
@@ -5795,42 +5830,6 @@ - - Regardless of how you run the tests, once they start, the - following happens: - - A copy of the root filesystem is written - to ${WORKDIR}/testimage. - - The image is booted under QEMU using the - standard runqemu script. - - A default timeout of 500 seconds occurs - to allow for the boot process to reach the login prompt. - You can change the timeout period by setting - TEST_QEMUBOOT_TIMEOUT - in the local.conf file. - - Once the boot process is reached and the - login prompt appears, the tests run. - The full boot log is written to - ${WORKDIR}/testimage/qemu_boot_log. - - Each test module loads in the order found - in TEST_SUITES. - You can find the full output of the commands run over - SSH in - ${WORKDIR}/testimgage/ssh_target_log. - - If no failures occur, the task running the - tests ends successfully. - You can find the output from the - unittest in the task log at - ${WORKDIR}/temp/log.do_testimage. - - - - All test files reside in meta/lib/oeqa/runtime in the -- cgit v1.2.3-54-g00ecf