Re: [Qemu-devel] [RFC PATCH 02/26] sdcard: add a Python qtest

2017-12-14 Thread Paolo Bonzini
On 14/12/2017 00:20, Philippe Mathieu-Daudé wrote: > Use Python to write high-level SD commands. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/Makefile.include | 2 + > tests/sdcard_tests.py | 172 > + > 2 files

[Qemu-devel] [RFC PATCH 02/26] sdcard: add a Python qtest

2017-12-13 Thread Philippe Mathieu-Daudé
Use Python to write high-level SD commands. Signed-off-by: Philippe Mathieu-Daudé --- tests/Makefile.include | 2 + tests/sdcard_tests.py | 172 + 2 files changed, 174 insertions(+) create mode 100755 tests/sdcard_tests.py