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)
commit9cea4797aebcf952c95b503fc7aa6f1d422552bc
tree34cb5bb729f23ef332a0b9436841b8df0038c131
parent71d3e7949c652b87c33193ccbed36b9887c5b5c2
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]