qemu-tests README
=================

The qemu-tests RPM contains qemu-iotests that can be used to verify the
functionality of the installed QEMU package.

When installed, the files from this rpm will be arranged in the following
directory structure:

tests-src/
├── README
├── python
│   └── qemu
├── scripts
│   └── qmp
└── tests
    ├── Makefile.include
    └── qemu-iotests

The tests directory contains a subset of the QEMU source test tree. The Python
QEMU modules and QMP scripts are included because qemu-iotests uses them.

QEMU 10 replaced the old avocado_qemu test tree with the functional test
framework. Functional tests are not installed by this RPM.

Before running qemu-iotests, set QEMU_PROG, QEMU_IO_PROG, QEMU_IMG_PROG, and
QEMU_NBD_PROG to the corresponding installed QEMU binaries, or create the
symlinks expected by the test suite.
