add pytests for 'gpt guid' command in sandbox
authorAlison Chaiken <[email protected]>
Sun, 10 Sep 2017 06:47:13 +0000 (23:47 -0700)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
test/py/tests/test_gpt.py [new file with mode: 0644]