Hi,

This is just a trivial change to add the offset to the crash kernel parameter.



---
 client/virt/tests/kdump.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client/virt/tests/kdump.py b/client/virt/tests/kdump.py
index 7e737aa..9e62154 100644
--- a/client/virt/tests/kdump.py
+++ b/client/virt/tests/kdump.py
@@ -22,7 +22,7 @@ def run_kdump(test, params, env):
     crash_timeout = float(params.get("crash_timeout", 360))
     session = vm.wait_for_login(timeout=timeout)
     def_kernel_param_cmd = ("grubby --update-kernel=`grubby --default-kernel`"
-                            " --args=crashkernel=128M")
+                            " --args=crashkernel=128M@16M")
     kernel_param_cmd = params.get("kernel_param_cmd", def_kernel_param_cmd)
     def_kdump_enable_cmd = "chkconfig kdump on && service kdump start"
     kdump_enable_cmd = params.get("kdump_enable_cmd", def_kdump_enable_cmd)
-- 
1.7.4.1

Regards,
Satheesh
System Software Engineer,
IBM Linux Technology Center, Bangalore - India

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to