Address the TODOs in unit test source:
-
test_MockBPA_Codecs:
|
TEST_CASE(BSL_BUNDLECRCTYPE_NONE, "88070000820282030482028201028202820000821903e81903e900") |
|
TEST_CASE(BSL_BUNDLECRCTYPE_16, |
|
"89070001820282030482028201028202820000821903e81903e9004204D2") // FIXME placeholder CRC value |
|
TEST_CASE(BSL_BUNDLECRCTYPE_32, "89070002820282030482028201028202820000821903e81903e900440012D687") |
|
void test_bsl_mock_encode_primary(uint64_t crc_type, const char *expecthex) |
-
test_PublicInterfaceImpl:
|
// FIXME these params need managed lifecycle to ensure Deinit (by some means) |
-
test_SamplePolicyProvider:
|
// TODO - Test security parameters. |
-
test_BackendPolicyProvider:
|
// TODO - test with also setting sec pararms and other things and test the RFC 9173 things. |
-
test_BackendSecurityContext:
|
// TODO(bvb) Note that this is basically identical to above except different key, they should be consolidated |
Address the TODOs in unit test source:
test_MockBPA_Codecs:
BSL/test/test_MockBPA_Codecs.c
Lines 131 to 135 in 046549e
test_PublicInterfaceImpl:
BSL/test/test_PublicInterfaceImpl.c
Line 137 in 046549e
test_SamplePolicyProvider:
BSL/test/test_SamplePolicyProvider.c
Line 115 in 046549e
test_BackendPolicyProvider:
BSL/test/test_BackendPolicyProvider.c
Line 168 in 046549e
test_BackendSecurityContext:
BSL/test/test_BackendSecurityContext.c
Line 181 in 046549e