Go to file
2021-11-25 21:29:35 +00:00
.fmf
plans
tests
.gitignore
95-kvm-memlock.conf
99-qemu-guest-agent.rules
0001-block-introduce-max_hw_iov-for-use-in-scsi-generic.patch Fix iovec limits with scsi-generic 2021-11-25 21:29:35 +00:00
0001-nbd-server-Add-selinux-label-option.patch Add support for qemu-nbd --selinux-relabel option (RHBZ#1984938) 2021-11-22 15:07:08 +00:00
0001-qemu-sockets-fix-unix-socket-path-copy-again.patch Fix qemu crash with vnc + libvirt virDomainOpenConsole 2021-10-06 12:16:27 -04:00
0001-qxl-fix-pre-save-logic.patch Fix snapshot creation with qxl graphics 2021-11-08 10:18:35 -08:00
0001-target-i386-add-missing-bits-to-CR4_RESERVED_MASK.patch
0001-tcg-arm-Reduce-vector-alignment-requirement-for-NEON.patch Alternate fix for assertion on armv7hl (RHBZ#1999878) 2021-09-12 20:45:17 +01:00
0001-tests-tcg-Fix-PVH-test-with-binutils-2.36.patch Fix tcg PVH test with binutils 2.36+ 2021-10-08 16:17:17 -04:00
bridge.conf
gating.yaml
kvm-s390x.conf
kvm-x86.conf
kvm.conf
qemu-ga.sysconfig
qemu-guest-agent.service
qemu.spec Fix iovec limits with scsi-generic 2021-11-25 21:29:35 +00:00
README.tests
sources
vhost.conf

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

The qemu-kvm-tests rpm contains tests that can be used to verify the
functionality of the installed qemu-kvm package

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

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

The tests/ directory within the tests-src/ directory is setup to remain a copy
of a subset of the tests/ directory from the QEMU source tree

The avocado_qemu tests and qemu-iotests, along with files required for the
execution of the avocado_qemu tests (scripts/qemu.py and scripts/qmp/) will be
installed in a new location - /usr/lib64/qemu-kvm/tests-src/

avocado_qemu tests:
The avocado_qemu tests can be executed by running the following avocado command:
avocado run -p qemu_bin=/usr/libexec/qemu-kvm /usr/lib64/qemu-kvm/tests/acceptance/
Avocado needs to be installed separately using either pip or from source as
Avocado is not being packaged for RHEL-8.

qemu-iotests:
symlinks to corresponding binaries need to be created for QEMU_PROG,
QEMU_IO_PROG, QEMU_IMG_PROG, and QEMU_NBD_PROG before the iotests can be
executed.

The primary purpose of this package is to make these tests available to be
executed as gating tests for the virt module in the RHEL-8 OSCI environment.