Skip to content

Commit 23baffb

Browse files
abhisheksinghtomarrarbab
authored andcommitted
core/pldm/test: Add PLDM FRU table self test
Add self-test functionality for PLDM FRU commands 1. pldm_get_fru_record_table — Validates both success and failure cases. 2. pldm_fru_set_local_table and pldm_fru_get_local_table — Ensures correct functionality of these table operations. Signed-off-by: Abhishek Singh Tomar <[email protected]> Signed-off-by: Reza Arbab <[email protected]>
1 parent 49d8cbe commit 23baffb

File tree

2 files changed

+417
-1
lines changed

2 files changed

+417
-1
lines changed

core/pldm/test/Makefile.check

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# -*-Makefile-*-
22
CUR_DIR := core/pldm/test/
33
PLDM_TEST := core/pldm/test/test-pldm-fileio-bios \
4-
core/pldm/test/test-pldm-platform
4+
core/pldm/test/test-pldm-platform \
5+
core/pldm/test/test-pldm-fru
56
LCOV_EXCLUDE += $(PLDM_TEST:%=%.c)
67

78
.PHONY : core-pldm-check core-pldm-coverage

0 commit comments

Comments
 (0)