test/py: gpt: add test for the gpt partition type GUID identifier
authorEnric Balletbo i Serra <eballetb@redhat.com>
Tue, 10 Jan 2023 16:19:35 +0000 (17:19 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 18 Jan 2023 18:11:13 +0000 (13:11 -0500)
commit601d1bfe9e313938e24a83f64d2d45aa62a16abd
tree8eeb7f7a90a45553a15f295701d90f4a736fe8b3
parent22e7f1d108410cc81a0ec5a6481338e4d6e9586e
test/py: gpt: add test for the gpt partition type GUID identifier

Add sandbox test for the gpt partition type command, the test uses the
persistent data test_gpt_disk_image.bin to check that the first
partition type GUID that identifies the type of the partition has the
"Linux filesystem data" type ( 0FC63DAF-8483-4772-8E79-3D69D8477DE4 ).

Signed-off-by: Enric Balletbo i Serra <eballetbo@redhat.com>
test/py/tests/test_gpt.py