At Fri, 11 Nov 2011 23:17:21 +0800, chenbaozi at gmail.com wrote: > > 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 Apllied the first one, thanks! Kazutaka > > -- > 1.7.6.4 > > -- > sheepdog mailing list > sheepdog at lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/sheepdog |