From: CHEN Baozi <chenbaozi.pt at taobao.com> I rewrote the testcases in python refered to the qemu-iotests scripts. Besides, the patch fixed missing "self." in Class VirtualMachine member variable references. CHEN Baozi (2): tests: add test_io method to support qemu-io test. tests: add qemu-io testcases. tests/qemu_io_testcases.py | 159 ++++++++++++++++++++++++++++++++++++++++++++ tests/sheepdog_test.py | 28 +++++++- tests/test_qemu_io.py | 84 +++++++++++++++++++++++ 3 files changed, 269 insertions(+), 2 deletions(-) create mode 100644 tests/qemu_io_testcases.py create mode 100644 tests/test_qemu_io.py -- 1.7.6.4 |