Go to file
Cole Robinson cf84426a04 rpminspect: Another attempt to ignore badfuncs
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2024-02-02 11:34:13 -05:00
.fmf
plans
tests
.gitignore Add gpg verification of sources 2024-01-09 17:49:01 +00:00
.rpmlintrc
95-kvm-memlock.conf
99-qemu-guest-agent.rules
0001-block-blkio-Make-s-mem_region_alignment-be-64-bits.patch Fix builds on i686 (v2 of the patch) 2024-01-30 12:23:07 +00:00
0001-include-ui-rect.h-fix-qemu_rect_init-mis-assignment.patch Fix glitches in SPICE + virtio-vga updates 2024-01-09 17:48:51 +00:00
0001-pc-bios-optionrom-Fix-pvh.img-ld-build-failure-on-fe.patch Replace pvh build fix with new attempt that builds on centos too 2024-02-01 13:51:08 -05:00
0001-target-i386-do-not-re-compute-new-pc-with-CF_PCREL.patch Backport TCG fix for OVMF boot with 4M variables 2024-01-12 13:01:12 +01:00
bridge.conf
gating.yaml
gpgkey-CEACC9E15534EBABB82D3FA03353C9CEF108B584.gpg Add gpg verification of sources 2024-01-09 17:49:01 +00:00
kvm-s390x.conf
kvm-x86.conf
kvm.conf
qemu-ga.sysconfig
qemu-guest-agent.service
qemu.spec qemu-8.2.0-7.fc40 2024-02-01 13:51:08 -05:00
README.tests
rpminspect.yaml rpminspect: Another attempt to ignore badfuncs 2024-02-02 11:34:13 -05:00
sources Add gpg verification of sources 2024-01-09 17:49:01 +00:00
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.