Stefan Hajnoczi f345cfd019 qemu-iotests: add iotests Python module
Block layer tests that involve QMP commands rather than qemu-img or
qemu-io are not well-suited for shell scripting.  This patch adds a
Python module which allows tests to be written in Python instead.

The basic API is:

  VM          - class for launching and interacting with a VM
  QMPTestCase - abstract base class for tests that use QMP
  qemu_img()  - wrapper function for invoking qemu-img
  qemu_io()   - wrapper function for invoking qemu-io
  imgfmt      - the image format under test (e.g. qcow2, qed)
  test_dir    - scratch directory path for temporary files
  main()      - entry point for running tests

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2012-02-29 15:48:44 +01:00
2012-02-29 12:48:46 +01:00
2012-02-10 10:48:09 +00:00
2012-02-21 10:21:05 +01:00
2012-02-22 17:23:50 -02:00
2012-02-11 11:03:50 +00:00
2012-02-17 09:58:22 -06:00
2012-02-09 16:17:51 +01:00
2012-02-22 13:29:07 +01:00
2012-02-17 08:33:32 -06:00
2012-02-15 09:39:21 -06:00
2012-02-24 13:36:04 -06:00
2012-02-24 13:36:04 -06:00
2012-02-04 11:49:34 +00:00
2012-02-01 16:24:40 -06:00
2012-02-17 08:33:32 -06:00
2012-02-17 08:33:32 -06:00
2012-02-03 10:41:08 -06:00
2012-02-17 12:41:59 +01:00
2012-02-17 08:33:33 -06:00
2012-02-17 08:33:32 -06:00
2012-02-22 09:02:19 -06:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
A fork of QEMU-Nyx which is better suited for my bachelors thesis
Readme 154 MiB
Languages
C 90.3%
Dylan 2.5%
Python 2.1%
C++ 2%
Shell 1.7%
Other 1.4%