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