move some storage manager impl to IF

- Add StorageManagerMock
This commit is contained in:
2022-08-09 12:36:29 +02:00
parent 1c0b778848
commit bddf5bded1
15 changed files with 190 additions and 101 deletions

View File

@ -37,7 +37,7 @@ TEST_CASE("CFDP Distributor", "[cfdp][distributor]") {
CHECK(distributor.getRequestQueue() == queue.getId());
}
SECTION("Register Listener") {
SECTION("Packet Forwarding") {
CHECK(distributor.initialize() == result::OK);
CHECK(distributor.registerTcDestination(obswEntityId, tcAcceptor) == result::OK);
size_t serLen = 0;