-
Notifications
You must be signed in to change notification settings - Fork 131
Labels
bugSomething isn't workingSomething isn't workingtestFor tests and testing infrastructureFor tests and testing infrastructure
Description
libspdm/unit_test/test_spdm_requester/get_key_pair_info.c
Lines 200 to 203 in 1578aee
/** | |
* Test 2: The collection of multiple sub-cases. | |
**/ | |
void libspdm_test_requester_get_key_pair_info_case3(void **state) |
libspdm/unit_test/test_spdm_requester/get_key_pair_info.c
Lines 579 to 584 in 1578aee
int libspdm_req_get_key_pair_info_test(void) | |
{ | |
const struct CMUnitTest test_cases[] = { | |
/* Successful response to get key pair info, key_pair_id is 1*/ | |
cmocka_unit_test(libspdm_test_requester_get_key_pair_info_case1), | |
}; |
Also case3
should be case2
. This issue is present in the original pull request: #2817.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtestFor tests and testing infrastructureFor tests and testing infrastructure