From: Alison Chaiken <ali...@she-devel.com> Simon Glass <s...@chromium.org> asked: > Can you please move this into the Python script so that it is created > automatically and deleted at the end.
In this version, the device creation is moved to a Python function that the pytest framework can invoke, and a description of the function is added to README.sandbox. The test of the 'gpt guid' command now creates the device at the start of the test and removes it again at the end. Alison Chaiken (2): GPT: create block device for sandbox testing add pytests for 'gpt guid' command in sandbox board/sandbox/README.sandbox | 5 +++++ test/py/make_test_disk.py | 19 +++++++++++++++++++ test/py/tests/test_gpt.py | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100755 test/py/make_test_disk.py create mode 100644 test/py/tests/test_gpt.py -- 2.14.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot