]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: gpt: update size of gpt partition
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 6 Dec 2017 17:08:20 +0000 (18:08 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2017 02:33:38 +0000 (21:33 -0500)
commitf03146480df0d45466b89218db1fd49ba39fc791
treebe55e0e87d849e9b4562ad9c18fbb84328bd99fe
parenta1be94b65410c7ebba5e7695478b6623579b410c
test/py: gpt: update size of gpt partition

- avoid disturbing 0MiB partition size (in fact < 1MiB)
- test overlap limit between part1 and part2
- test gpt write with data with modifier 'M' for MiB

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_gpt.py