Searched refs:RTE_TEST_ASSERT_NOT_NULL (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ipsec_sad.c | 95 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 D | test.h | 105 #define TEST_ASSERT_NOT_NULL RTE_TEST_ASSERT_NOT_NULL
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_test.h | 43 #define RTE_TEST_ASSERT_NOT_NULL(val, msg, ...) \ macro
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_selftest.c | 280 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 D | ssovf_evdev_selftest.c | 301 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 D | dpaa2_eventdev_selftest.c | 257 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events()
|