Skip to content

Commit f4e2968

Browse files
Merge pull request #933 from SamirMulani/kernel-cmd-arg
op-test: Add delay after updating kernel cmdline before HMC immediate reboot
2 parents 32bada8 + b0c47e8 commit f4e2968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/OpTestInstallUtil.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ def update_kernel_cmdline(self, distro, args="", remove_args="", reboot=True,
463463
print(("Failed to update kernel commandline - %s: %s" %
464464
(Err.command, Err.output)))
465465
return False
466+
time.sleep(60)
466467
if reboot and (req_args or req_remove_args):
467468
# Reboot the host for the kernel command to reflect
468469
if reboot_cmd:

0 commit comments

Comments
 (0)