Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rhcos-4.13] tests/validate-symlinks: Skip '/etc/pki/tls/' #2532

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

marmijo
Copy link
Member

@marmijo marmijo commented Aug 1, 2023

The following error showed up today in RHCOS 4.13-9.2

Error: /etc/pki/tls/fips_local.cnf symlink to /etc/crypto-policies/back-ends/openssl_fips.config which does not exist

This was seen in 4.14 recently and the location /etc/pki/tls was added to the list of sym links to skip in the validate-symlinks kola test.

Cherry pick 208630a to add this same broken sym link to rhcos-4.13 as well.

```
Error: /etc/pki/tls/fips_local.cnf symlink to /etc/crypto-policies/back-ends/openssl_fips.config which does not exist
```

```
$ rpm -qf /etc/pki/tls/fips_local.cnf
openssl-libs-3.0.7-24.el9.x86_64
```

Comes from: https://gitlab.com/redhat/centos-stream/rpms/openssl/-/commit/d30c497ed1125a1e780be4cf1c713041353bc88a

See: openshift/os#1328
@marmijo marmijo changed the title tests/validate-symlinks: Skip '/etc/pki/tls/' [rhcos-4.13] tests/validate-symlinks: Skip '/etc/pki/tls/' Aug 1, 2023
Copy link
Member

@aaradhak aaradhak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marmijo marmijo merged commit af14f88 into coreos:rhcos-4.13 Aug 1, 2023
@marmijo marmijo deleted the 4.13-skip-symlinks branch September 13, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants