Skip to content

KEY_PAIR_INFO tests are not being executed #3263

@steven-bellock

Description

@steven-bellock

/**
* Test 2: The collection of multiple sub-cases.
**/
void libspdm_test_requester_get_key_pair_info_case3(void **state)

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 workingtestFor tests and testing infrastructure

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions