]> git.baikalelectronics.ru Git - uboot.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)
commitbb4760608110627d44b78bdcd7df470ac7172950
treee70ad75fc422360297e7e6bf3b6002ffea7846c7
parent4eb196356c045ffae0176fb601938a0a14b2ae00
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]