Skip to content

Commit cc84bd8

Browse files
committed
update: Update kernel version according to gpfs
Signed-off-by: Manimaran-MM <manim@redhat.com>
1 parent f7c2d15 commit cc84bd8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ci_utils/vfs/vfs_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def validate_export(self):
8080

8181
# Commenting out below enablement as the changes are already done in the export configuration
8282
# Retaining the code for future reference for enabling other features
83-
83+
8484
# -------------------------------
8585
# Enable ACL if required
8686
# -------------------------------

tests/test_pynfs_cthon.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def test_pynfs_gpfs(create_session, cmake_flags):
367367
vm_name = "centos9-vm"
368368
username = "root"
369369
ssh_key = "/root/.ssh/id_rsa.pub"
370-
version_constraints = "5.14.0-570.62.1.el9_6" #Assuming GPFS 6.0 https://www.ibm.com/docs/en/STXKQY/gpfsclustersfaq.html#fsi
370+
version_constraints = "5.14.0-611.16.1.el9_7" #Assuming GPFS 6.0 https://www.ibm.com/docs/en/STXKQY/gpfsclustersfaq.html#fsi
371371
gerrit_host = os.getenv("GERRIT_HOST", "review.gerrithub.io")
372372
gerrit_project = os.getenv("GERRIT_PROJECT", "ffilz/nfs-ganesha")
373373
gerrit_refspec = os.getenv("GERRIT_REFSPEC", "")
@@ -561,4 +561,6 @@ def test_pynfs_gpfs(create_session, cmake_flags):
561561
with open(SUMMARY_FILE, "a", encoding="utf-8") as f:
562562
f.write(failure_msg)
563563
with open(SUMMARY_STATUS, "a", encoding="utf-8") as f:
564-
f.write("\nFailed")
564+
f.write("\nFailed")
565+
logger.error("Sleeping for 10800 seconds to allow the VM to be deleted")
566+
sleep(10800)

0 commit comments

Comments
 (0)