Skip to content

Commit

Permalink
Merge pull request #415 from SUSE/ltss_fips
Browse files Browse the repository at this point in the history
Also accept the description of bci-base-fips container
  • Loading branch information
dirkmueller authored Mar 13, 2024
2 parents 780288b + d967160 commit 5c964d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ def test_general_labels(
assert (
"based on SUSE Linux Enterprise Server 15"
in labels[f"{prefix}.description"]
or "based on the SLE LTSS Base Container Image"
in labels[f"{prefix}.description"]
)
else:
assert (
Expand Down

0 comments on commit 5c964d7

Please sign in to comment.