DMTF / SPDM-Responder-Validator

BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

`Case 7.5` is missed in the Test Case for MEASUREMENTS. #117

Closed Zhiqiang520 closed 1 year ago

Zhiqiang520 commented 1 year ago

Case 7.5 is missed in the Test Case for MEASUREMENTS.

  1. Case 7.5 is defined in 7.Measurements.md. https://github.com/DMTF/SPDM-Responder-Validator/blob/2a5c52d9c7af67a2557c73f7223e3fa6f1fb6a19/doc/7.Measurements.md?plain=1#L243-L279

  2. SPDM_RESPONDER_TEST_CASE_MEASUREMENTS_SPDM_MEASUREMENT_BLOCK mapping with the above Case 7.5 is defined at the following line 72. https://github.com/DMTF/SPDM-Responder-Validator/blob/2a5c52d9c7af67a2557c73f7223e3fa6f1fb6a19/include/library/spdm_responder_conformance_test_lib.h#L67-L78

  3. But SPDM_RESPONDER_TEST_CASE_MEASUREMENTS_SPDM_MEASUREMENT_BLOCK is missed in the following m_spdm_test_group_measurements[]. https://github.com/DMTF/SPDM-Responder-Validator/blob/2a5c52d9c7af67a2557c73f7223e3fa6f1fb6a19/library/spdm_responder_conformance_test_lib/spdm_responder_test_7_measurements.c#L1814-L1861