[PATCH 3/3] test/pdcp: add SDAP combined mode tests
Aakash Sasidharan
asasidharan at marvell.com
Fri Sep 8 13:58:21 CEST 2023
Add PDCP SDAP combined mode tests.
Signed-off-by: Aakash Sasidharan <asasidharan at marvell.com>
---
app/test/test_pdcp.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app/test/test_pdcp.c b/app/test/test_pdcp.c
index 9c9e7a51fc..5f8ec08e32 100644
--- a/app/test/test_pdcp.c
+++ b/app/test/test_pdcp.c
@@ -2275,6 +2275,9 @@ static struct unit_test_suite sdap_test_cases = {
TEST_CASE_NAMED_WITH_DATA("SDAP Known vector cases",
ut_setup_pdcp, ut_teardown_pdcp,
run_test_with_all_sdap_known_vec, test_attempt_single),
+ TEST_CASE_NAMED_WITH_DATA("SDAP combined mode",
+ ut_setup_pdcp, ut_teardown_pdcp,
+ run_test_with_all_sdap_known_vec, test_combined),
TEST_CASES_END() /**< NULL terminate unit test array */
}
};
--
2.25.1
More information about the dev
mailing list