commit | cb39296dbe6840e8ba18d539b560ac93dbaf8573 | [log] [tgz] |
---|---|---|
author | Alison Chaiken <alison@peloton-tech.com> | Sat Sep 09 23:54:51 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 14 21:32:59 2017 -0400 |
tree | 7e9f0b9aadc81ef112da3bbfb7d7d9796e659339 | |
parent | 1b11fb01862afcf83f501fe1ede3bee758d40f6f [diff] |
add pytests for 'gpt rename' and 'gpt swap' Add unit tests for the 'gpt rename' and 'gpt swap' commands that rely on the block device created by test/py/make_test_disk.py. Add CONFIG_CMD_GPT_RENAME to the sandbox_defconfig. Remove the testdisk.raw test device at the end of the tests. Signed-off-by: Alison Chaiken <alison@peloton-tech.com> Reviewed-by: Simon Glass <sjg@chromium.org>