QEMU is a FAST! processor emulator
Go to file
Yanan Fu 26bb5fd826 update the product_versions in gating.yaml to rhel-10
Resolves: RHEL-32184

Signed-off-by: Yanan Fu <yfu@redhat.com>
2024-04-09 14:58:40 +08:00
.gitignore Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0004-Initial-redhat-build.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0005-Enable-disable-devices-for-RHEL.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0006-Machine-type-related-general-changes.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0007-Add-aarch64-machine-types.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0008-Add-ppc64-machine-types.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0009-Add-s390x-machine-types.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0010-Add-x86_64-machine-types.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0011-Enable-make-check.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0012-vfio-cap-number-of-devices-that-can-be-assigned.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0013-Add-support-statement-to-help-output.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0014-Use-qemu-kvm-in-documentation-instead-of-qemu-system.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0015-qcow2-Deprecation-warning-when-opening-v2-images-rw.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
0016-Introduce-RHEL-9.4.0-qemu-kvm-machine-type-for-aarch.patch Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
95-kvm-memlock.conf Initial 3.0.0 rebase 2018-10-14 14:48:54 -03:00
99-qemu-guest-agent.rules Initial 3.0.0 rebase 2018-10-14 14:48:54 -03:00
README.tests Rebaes to QEMU 8.1 2023-08-29 14:37:47 +02:00
bridge.conf Initial 3.0.0 rebase 2018-10-14 14:48:54 -03:00
gating.yaml update the product_versions in gating.yaml to rhel-10 2024-04-09 14:58:40 +08:00
kvm-s390x.conf Initial 3.0.0 rebase 2018-10-14 14:48:54 -03:00
kvm-x86.conf Initial 3.0.0 rebase 2018-10-14 14:48:54 -03:00
kvm.conf Initial 3.0.0 rebase 2018-10-14 14:48:54 -03:00
modules-load.conf * Mon Jul 12 2021 Miroslav Rezanina <mrezanin@redhat.com> - 6.0.0-8 2021-07-12 03:27:57 -04:00
qemu-ga.sysconfig Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
qemu-guest-agent.service Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
qemu.spec Disable pmem on RHEL 10 2024-02-15 12:52:33 -05:00
rpminspect.yaml Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
sources Rebase to QEMU 8.2.0 2024-01-02 13:52:01 +01:00
vhost.conf Initial 3.0.0 rebase 2018-10-14 14:48:54 -03:00

README.tests

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.

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 qemu-kvm in the RHEL OSCI environment.