Skip to content

Commit

Permalink
tests/validate-symlinks: Skip '/etc/pki/tls/'
Browse files Browse the repository at this point in the history
```
Error: /etc/pki/tls/fips_local.cnf symlink to /etc/crypto-policies/back-ends/openssl_fips.config which does not exist
```

See: openshift/os#1328
  • Loading branch information
travier committed Jul 26, 2023
1 parent ef51c98 commit 14b20ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/kola/files/validate-symlinks
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ list_broken_symlinks_skip=(
if is_scos || is_rhcos; then
rhcos_list=(
'/etc/grub2-efi.cfg'
'/etc/rhsm-host'
'/etc/pki/entitlement-host'
'/etc/pki/tls/'
'/etc/rhsm-host'
'/etc/sysconfig/grub'
)
list_broken_symlinks_skip+=("${rhcos_list[@]}")
Expand Down

0 comments on commit 14b20ad

Please sign in to comment.