Skip to content

Commit fa66187

Browse files
committed
Bump SLFO test for 16.0/16.1 for ppc64/s390x
1 parent deb36b5 commit fa66187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ def test_base_size(container: ContainerData, container_runtime):
143143
"ppc64le": 128,
144144
"s390x": 93,
145145
}
146-
elif OS_VERSION in ("16.0",):
146+
elif OS_VERSION in ("16.0", "16.1"):
147147
base_container_max_size: Dict[str, int] = {
148148
"x86_64": 95,
149149
"aarch64": 100,
150-
"ppc64le": 114,
151-
"s390x": 92,
150+
"ppc64le": 115,
151+
"s390x": 93,
152152
}
153153
elif OS_VERSION in ("15.7",):
154154
base_container_max_size: Dict[str, int] = {

0 commit comments

Comments
 (0)