]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest: add test for debuginfod
authorRoss Burton <ross.burton@arm.com>
Thu, 25 Aug 2022 12:00:40 +0000 (13:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Aug 2022 09:28:26 +0000 (10:28 +0100)
commitd035fd394fd2747ab4b75867af6123f3efb1990f
tree2a9afe8f105b6b2bddeef5996db0f173d162ead2
parent8e1614a906086fb46c5dd7b7f2dffab91194165c
oeqa/selftest: add test for debuginfod

Add a new selftest to exercise the debuginfod support, by starting a
debuginfod on DEPLOY_DIR and verifying that an image can fetch the
symbols for a binary.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/lib/oeqa/selftest/cases/debuginfod.py [new file with mode: 0644]