Home
last modified time | relevance | path

Searched hist:"9725543843 d23bd6ba3a37b90bbbb8c1303e39ea" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py9725543843d23bd6ba3a37b90bbbb8c1303e39ea Thu Feb 11 18:46:12 UTC 2016 Stephen Warren <swarren@nvidia.com> test/py: put "Starting U-Boot" into separate log section

The initial boot of U-Boot happens within the context of the first test
that needs to access the U-Boot console when there is no existing
connection. This keeps all activity nestled within test execution, which
fits well into the pytest model. However, this mingles the U-Boot startup
logs with the execution of some test(s), which hides find the boundary
between the two.

To solve this, wrap the "Starting U-Boot" logic into a separate log
section. If the user wishes, they can simply collapse this log section
when viewing the HTML log, to concentrate purely on the test's own
interaction.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>