Skip to content

Commit

Permalink
Merge pull request #713 from SUSE/reenable_sp5_tests
Browse files Browse the repository at this point in the history
Reenable SP5-ibs-released tests
  • Loading branch information
dirkmueller authored Jan 3, 2025
2 parents 8611d55 + 456f00a commit 51291e7
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,22 +457,8 @@ def create_BCI(
extra_marks=[pytest.mark.__getattr__(f"bci-base_{sp}-ltss")],
bci_type=ImageType.OS_LTSS,
)
for sp in ("15.3", "15.4")
for sp in ("15.3", "15.4", "15.5")
)
# Make Dan happy
if TARGET not in ("ibs-released",):
LTSS_BASE_CONTAINERS.extend(
create_BCI(
build_tag=f"{APP_CONTAINER_PREFIX}/ltss/sle{sp}/bci-base:{OS_CONTAINER_TAG}",
available_versions=[sp],
image_type="kiwi",
extra_marks=[
pytest.mark.__getattr__(f"bci-base_{sp}-ltss")
],
bci_type=ImageType.OS_LTSS,
)
for sp in ("15.5",)
)
LTSS_BASE_FIPS_CONTAINERS.extend(
create_BCI(
build_tag=f"{APP_CONTAINER_PREFIX}/ltss/sle{sp}/bci-base-fips:{OS_CONTAINER_TAG}",
Expand Down

0 comments on commit 51291e7

Please sign in to comment.