Skip to content

Commit e63eb0a

Browse files
committed
Remove 15.6 related metadata and repo tests
1 parent 1dd6506 commit e63eb0a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

bci_tester/data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858

5959
# Allowed os versions for SLE_BCI repo checks
6060
ALLOWED_BCI_REPO_OS_VERSIONS = (
61-
"15.6",
62-
"15.6-spr",
6361
"15.7",
6462
"15.7-spr",
6563
"16.0",

tests/test_metadata.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@
114114
reason="no supportlevel labels on openSUSE containers",
115115
)
116116

117-
SKIP_IF_AI_MARK = pytest.mark.skipif(
118-
OS_VERSION == "15.6-ai", reason="no supportlevel labels on AI containers"
119-
)
120117
SKIP_IF_LTSS_VERSION = pytest.mark.skipif(
121118
OS_VERSION in RELEASED_LTSS_VERSIONS, reason="LTSS container"
122119
)
@@ -550,7 +547,6 @@ def test_url(
550547

551548

552549
@SKIP_IF_PC_MARK
553-
@SKIP_IF_AI_MARK
554550
@SKIP_IF_LTSS_VERSION
555551
@pytest.mark.parametrize(
556552
"container",
@@ -739,7 +735,6 @@ def test_disturl_can_be_checked_out(
739735

740736

741737
@SKIP_IF_TW_MARK
742-
@SKIP_IF_AI_MARK
743738
@pytest.mark.parametrize(
744739
"container",
745740
[
@@ -761,7 +756,6 @@ def test_techpreview_label(container: ContainerData):
761756

762757

763758
@SKIP_IF_TW_MARK
764-
@SKIP_IF_AI_MARK
765759
@pytest.mark.parametrize(
766760
"container",
767761
list(ACC_CONTAINERS),
@@ -778,7 +772,6 @@ def test_acc_label(container: ContainerData):
778772

779773

780774
@SKIP_IF_TW_MARK
781-
@SKIP_IF_AI_MARK
782775
@pytest.mark.parametrize("container", L3_CONTAINERS, indirect=True)
783776
def test_l3_label(container: ContainerData):
784777
"""Check that containers under L3 support have the label

0 commit comments

Comments
 (0)