Skip to content

Commit

Permalink
Increase default memory for openshift.yaml to avoid kdump service fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
libhe committed Sep 26, 2024
1 parent 14c5303 commit 0993989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion os_tests/cfg/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ VM:
Flavor:
name: small
cpu: 1
memory: 1
memory: 1.5
size: 10G
virt: kvm
2 changes: 2 additions & 0 deletions os_tests/tests/test_rhel_guest_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def test_check_partitions(self):
product_id = utils_lib.get_product_id(self)
if float(product_id) >= 10.0:
expected_partitions = 4
if utils_lib.is_arch(self, arch='aarch64'):
expected_partitions = 3
elif float(product_id) >= 9.0:
expected_partitions = 5
if utils_lib.is_arch(self, arch='s390x'):
Expand Down

0 comments on commit 0993989

Please sign in to comment.