]> git.ipfire.org Git - people/ms/u-boot.git/commit
add pytests for 'gpt guid' command in sandbox
authorAlison Chaiken <alison@peloton-tech.com>
Sun, 10 Sep 2017 06:47:13 +0000 (23:47 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 15 Sep 2017 01:32:57 +0000 (21:32 -0400)
commita2f422555fc80144aea418c0d8e95341acfe6868
treee70ad75fc422360297e7e6bf3b6002ffea7846c7
parentbf6d76b84ae13b463c0dca556118047e2d046f33
add pytests for 'gpt guid' command in sandbox

Run unit tests for the 'gpt guid' command, making use of the block
device created by test/py/make_test_disk.py.  Remove this device at
the end of the tests.

Signed-off-by: Alison Chaiken <alison@peloton-tech.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_gpt.py [new file with mode: 0644]