From 853c58efe2e7c5861cff715ba58dfedb5b803bbd Mon Sep 17 00:00:00 2001 From: Michael Armijo Date: Mon, 19 Aug 2024 16:15:51 -0600 Subject: [PATCH] tests/files/validate-symlinks: add bootc/storage symlink to allowlist This symlink isn't broken on a system deployed via bootc, but it it is broken otherwise. Add the symlink to the allowlist for the test so it will pass. fixes: https://github.com/coreos/fedora-coreos-tracker/issues/1782 (cherry picked from commit 88a473fc7230b064cc38e6632aa7155a00e6961e) --- tests/kola/files/validate-symlinks | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kola/files/validate-symlinks b/tests/kola/files/validate-symlinks index cb73cff08c..fde83bb581 100755 --- a/tests/kola/files/validate-symlinks +++ b/tests/kola/files/validate-symlinks @@ -22,6 +22,7 @@ list_broken_symlinks_skip=( '/etc/swid/swidtags.d/fedoraproject.org' '/etc/xdg/systemd/user' '/usr/lib/.build-id/' + '/usr/lib/bootc/storage' '/usr/lib/firmware' '/usr/lib/modules/' '/usr/share/rhel/secrets/etc-pki-entitlement'