Skip to content

Commit 6e36ad7

Browse files
committed
Update log collection method scp for core dump
Changes: - Change the file ownership to user requested for log collection for user defined /tmp core dump files. Tested: - Ran from sandbox. Change-Id: Ib720ecef1e8c114a67bbeda2cfe0ce70d44984bc Signed-off-by: George Keishing <[email protected]>
1 parent b78e76d commit 6e36ad7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/openbmc_ffdc_methods.robot

+4
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,10 @@ SCP Coredump Files
531531
... ignore_err=${1}
532532
Run Keyword If '${rc}' != '${0}' Return From Keyword ${ffdc_file_list}
533533

534+
# Core dumps if configured to dump on /tmp via /proc/sys/kernel/core_pattern
535+
Run Keyword and Ignore Error
536+
... BMC Execute Command chown ${OPENBMC_USERNAME}:${OPENBMC_USERNAME} /tmp/core_*
537+
534538
@{core_list}= Split String ${core_files}
535539
# Copy the core files
536540
Run Key U Open Connection for SCP

0 commit comments

Comments
 (0)