The bug is not fixed for saHpiIdrInfoGet. That call is still
returning SA_ERR_HPI_INTERNAL_ERROR.
This function has the same problem but was pointed out after
the first one was fixed. Since they are both the same
problem, I just rejected this one for tracking the change
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=931756
Changed the return code to SA_ERR_NOT_FOUND.
Logged In: YES
user_id=1000392
Problem also seen with
hpitest/vB/1.01/src/inventory_data/saHpiIdrInfoGet_T1 test
Logged In: YES
user_id=1000392
The bug is not fixed for saHpiIdrInfoGet. That call is still
returning SA_ERR_HPI_INTERNAL_ERROR.
This function has the same problem but was pointed out after
the first one was fixed. Since they are both the same
problem, I just rejected this one for tracking the change
Logged In: YES
user_id=931756
Replaced almost all instances of INTERNAL_ERROR with
NOT_PRESENT except for a few catastrophic cases.