Skip to content

Commit

Permalink
Add some known exceptions for guest-images.el10
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Shi <[email protected]>
  • Loading branch information
shi2wei3 committed Sep 26, 2024
1 parent 14c5303 commit 7ec3add
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions os_tests/data/guest-images/rogue.el10.lst
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@
/root/.ssh/authorized_keys
/usr/lib/sysimage/rpm/.rpmdbdirsymlink_created
/usr/share/glib-2.0/schemas/gschemas.compiled
/etc/systemd/system/multi-user.target.wants/rpcbind.service
/etc/systemd/system/sockets.target.wants/rpcbind.socket
/etc/systemd/system/sysinit.target.wants/systemd-confext.service
/etc/systemd/system/sysinit.target.wants/systemd-sysext.service
1 change: 1 addition & 0 deletions os_tests/data/guest-images/rogue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ grep -v "/boot/grub2/[^/]*/.*lst" /tmp/rogue >/tmp/rogue.tmp && mv /tmp/rogue.tm
grep -v "/boot/grub2/[^/]*/.*elf" /tmp/rogue >/tmp/rogue.tmp && mv /tmp/rogue.tmp /tmp/rogue
grep -v "/boot/loader/entries/.*.conf" /tmp/rogue >/tmp/rogue.tmp && mv /tmp/rogue.tmp /tmp/rogue
grep -v "/etc/pki/ca-trust/extracted/pem/directory-hash/" /tmp/rogue >/tmp/rogue.tmp && mv /tmp/rogue.tmp /tmp/rogue
grep -v "/etc/NetworkManager/system-connections/cloud-init-.*.nmconnection" /tmp/rogue >/tmp/rogue.tmp && mv /tmp/rogue.tmp /tmp/rogue
rm -f /tmp/rpmdb /tmp/rpmdb.tmp /tmp/rogue.tmp
1 change: 1 addition & 0 deletions os_tests/data/guest-images/rpm_va.el10.lst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
.M....... c /boot/grub2/grub.cfg
.M....... c /boot/grub2/grub.cfg
S.5....T. c /etc/ssh/sshd_config
.M....... /boot/efi/EFI

0 comments on commit 7ec3add

Please sign in to comment.