From 74af018d1b3ccfbd835cbab0e823e80c17996e50 Mon Sep 17 00:00:00 2001 From: Weizhao Ouyang Date: Wed, 16 Oct 2024 15:50:41 +0800 Subject: [PATCH] check-sr-results.yaml: adapt to the SMBIOS 3.0 format U-Boot introduced the SMBIOS3 table support. Therefore, we need to adapt the SMBIOS 3.0 format for the smbiosview.log file. Signed-off-by: Weizhao Ouyang --- check-sr-results.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-sr-results.yaml b/check-sr-results.yaml index 2ffb813..a9ec8a4 100644 --- a/check-sr-results.yaml +++ b/check-sr-results.yaml @@ -385,7 +385,7 @@ tree: - file: smbiosview.log optional: should-contain: - - 'SMBIOS Entry Point Structure:' + - 'Entry Point Structure:' - file: uefi_version.log must-contain: - UEFI Interactive Shell v2.2 -- GitLab