1
0
Fork
You've already forked qemu
0
No description
Find a file
2025年09月09日 12:55:08 +02:00
.fmf tests: Add qemu-sanity-check fedora CI job 2021年06月22日 11:46:52 -04:00
plans tests: Add qemu-sanity-check fedora CI job 2021年06月22日 11:46:52 -04:00
tests tests: Add qemu-sanity-check fedora CI job 2021年06月22日 11:46:52 -04:00
.gitignore Add gpg verification of sources 2024年01月09日 17:49:01 +00:00
.rpmlintrc Add .rpmlintrc to exclude some .spec lint 2022年09月07日 12:12:58 -04:00
0001-Disable-9p-local-tests-that-fail-on-copr-aarch64.patch Update to qemu 9.2.2 (RHBZ#2352735) 2025年03月16日 09:18:48 +00:00
0001-python-Replace-asyncio.get_event_loop-for-Python-3.1.patch Increase test-replication timeout 2025年07月15日 18:08:35 +01:00
0001-ui-spice-fix-crash-when-disabling-GL-scanout-on.patch Fix crash with spice GL (bz 2391334) 2025年09月03日 15:46:01 -04:00
0002-nfs-Add-support-for-libnfs-v2-api.patch Update to qemu 9.2.2 (RHBZ#2352735) 2025年03月16日 09:18:48 +00:00
0002-TEMPORARY-increase-test-timeout.patch Increase test-replication timeout 2025年07月15日 18:08:35 +01:00
0008-Revert-meson.build-Disallow-libnfs-v6-to-fix-the-bro.patch Update to qemu 9.2.2 (RHBZ#2352735) 2025年03月16日 09:18:48 +00:00
95-kvm-memlock.conf spec: More RHEL merging 2021年06月23日 11:50:54 -04:00
99-qemu-guest-agent.rules 99-qemu-guest-agent.rules: fix warning reported by udevadm verify 2023年05月19日 08:00:00 +00:00
bridge.conf fixes for -netdev bridge 2012年11月15日 17:58:12 +01:00
changelog Convert to %autorelease and %autochangelog 2025年01月13日 14:03:30 +00:00
gating.yaml Rename gating.yml -> gating.yaml 2021年07月15日 11:22:56 -04:00
gpgkey-CEACC9E15534EBABB82D3FA03353C9CEF108B584.gpg Add gpg verification of sources 2024年01月09日 17:49:01 +00:00
kvm-s390x.conf spec: Merge arch specific kvm.conf files from RHEL 2021年06月23日 11:50:58 -04:00
kvm-x86.conf spec: Merge arch specific kvm.conf files from RHEL 2021年06月23日 11:50:58 -04:00
kvm.conf spec: Merge arch specific kvm.conf files from RHEL 2021年06月23日 11:50:58 -04:00
qemu-ga.sysconfig Introduce QEMU_GA_ARGS env variable to replace BLACKLIST_RPC 2024年09月16日 15:40:12 +01:00
qemu-guest-agent.service Introduce QEMU_GA_ARGS env variable to replace BLACKLIST_RPC 2024年09月16日 15:40:12 +01:00
qemu.spec Enable just x86-64 targets 2025年09月09日 12:55:08 +02:00
qemu.sysusers Introduce sysusers file 2025年02月11日 16:55:26 +00:00
README.tests spec: More RHEL merging 2021年06月23日 11:50:54 -04:00
rpminspect.yaml rpminspect: Another attempt to ignore badfuncs 2024年02月02日 11:34:13 -05:00
vhost.conf spec: More RHEL merging 2021年06月23日 11:50:54 -04:00

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.