]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: cmd: part: add UUID lookup tests
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Thu, 30 Apr 2026 08:06:06 +0000 (10:06 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 12 May 2026 13:52:01 +0000 (15:52 +0200)
commit2dc71c48bf14aa22f24824dcd94550cc5277f402
treefdeee2f32375fc8e25588e00742aba3a6efe2b5c
parent703f8c313dd948e28868d964f798bad34ecc1572
test: cmd: part: add UUID lookup tests

Extend the 'part' command unit tests to include partition lookup via
UUID.

This ensures that the 'number', 'start', and 'size' subcommands
consistently handle UUIDs as partition identifiers, maintaining
parity with the name-based lookup functionality.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/cmd/part.c