]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: gpt: copy persistent file
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 18 Oct 2017 13:11:03 +0000 (15:11 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 23 Oct 2017 21:27:05 +0000 (17:27 -0400)
commitda4c4bbd6106620de0d53b4db2e04eb4b56ceabf
treede1a4ebaf5f5e7af055eac7382f3f99191f8bb60
parent6087be2ba60af08b586237337b2a3ed7fd4f2d21
test/py: gpt: copy persistent file

copy the persistent gpt binary file as it can be modified during the test
that avoid issue if the test fail: the test always restart with clean file

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