Fix inspection with duplicated root mountpoint resolves: RHEL-90170 Remove zfs-fuse (not used in RHEL) Remove file-devel dependency. Fix RHEL gating tests - These would always fail because libvirt doesn't start up after being installed. You would see errors like: libguestfs: opening libvirt handle: URI = qemu:///system, auth = default+wrapper, flags = 0 libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/virtqemud-sock': No such file or directory libguestfs: error: could not connect to libvirt (URI = qemu:///system): Failed to connect socket to '/var/run/libvirt/virtqemud-sock': No such file or directory [code=38 int1=2] (cherry picked from Fedora commit a1eed9c04c9e64cf24bc83a0da2cd6b05f7400c3)
15 lines
342 B
YAML
15 lines
342 B
YAML
# https://fedoraproject.org/wiki/CI/Tests
|
|
# https://fedoraproject.org/wiki/CI/Standard_Test_Roles
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- libguestfs
|
|
- libvirt-daemon-kvm
|
|
tests:
|
|
- libguestfs-test-tool:
|
|
dir: .
|
|
run: ./run-libguestfs-test-tool.sh
|