]> git.baikalelectronics.ru Git - uboot.git/commit
trace: Add a test
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:16:00 +0000 (14:16 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:35 +0000 (12:22 -0500)
commit4c0c83c907099012916affc5a146e9eb62b6742b
tree34cb5bb729f23ef332a0b9436841b8df0038c131
parent8562befb49b6d6825d52d6101331b27297d99768
trace: Add a test

Add a test which runs sandbox, collects a trace and makes sure it can
be processed by trace-cmd. This should ensure that this feature continues
to work as U-Boot and trace-cmd evolve.

Signed-off-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml
.gitlab-ci.yml
test/py/tests/test_trace.py [new file with mode: 0644]