Home
last modified time | relevance | path

Searched refs:RTE_TEST_ASSERT_NOT_NULL (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_ipsec_sad.c95 RTE_TEST_ASSERT_NOT_NULL(one, "Failed to create SAD\n"); in test_find_existing()
97 RTE_TEST_ASSERT_NOT_NULL(two, "Failed to create SAD\n"); in test_find_existing()
135 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in test_multiple_create()
165 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_add_invalid()
237 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_delete_invalid()
297 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_invalid()
355 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_basic()
432 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_adv()
697 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_order()
H A Dtest.h105 #define TEST_ASSERT_NOT_NULL RTE_TEST_ASSERT_NOT_NULL
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_test.h43 #define RTE_TEST_ASSERT_NOT_NULL(val, msg, ...) \ macro
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_selftest.c280 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events()
526 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in test_multi_queue_priority()
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c301 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events()
540 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in test_multi_queue_priority()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c257 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events()