Searched refs:RTE_TEST_ASSERT_NOT_NULL (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ipsec_sad.c | 106 RTE_TEST_ASSERT_NOT_NULL(one, "Failed to create SAD\n"); in test_find_existing() 108 RTE_TEST_ASSERT_NOT_NULL(two, "Failed to create SAD\n"); in test_find_existing() 146 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in test_multiple_create() 176 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_add_invalid() 248 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_delete_invalid() 308 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_invalid() 366 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_basic() 443 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_adv() 708 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_order()
|
| H A D | test_mempool.c | 549 RTE_TEST_ASSERT_NOT_NULL(mp[0], "Cannot create mempool %s: %s", in test_mempool_events() 582 RTE_TEST_ASSERT_NOT_NULL(mp[1], "Cannot create mempool %s: %s", in test_mempool_events() 691 RTE_TEST_ASSERT_NOT_NULL(mp, "Cannot create mempool: %s", in test_mempool_events_safety() 753 RTE_TEST_ASSERT_NOT_NULL(mz, "Cannot allocate memory"); in test_mempool_flag_non_io_set_when_no_iova_contig_set() 759 RTE_TEST_ASSERT_NOT_NULL(mp, "Cannot create mempool: %s", in test_mempool_flag_non_io_set_when_no_iova_contig_set() 799 RTE_TEST_ASSERT_NOT_NULL(mz, "Cannot allocate memory"); in test_mempool_flag_non_io_unset_when_populated_with_valid_iova() 805 RTE_TEST_ASSERT_NOT_NULL(mp, "Cannot create mempool: %s", in test_mempool_flag_non_io_unset_when_populated_with_valid_iova()
|
| H A D | test.h | 105 #define TEST_ASSERT_NOT_NULL RTE_TEST_ASSERT_NOT_NULL
|
| /dpdk/lib/eal/include/ |
| H A D | rte_test.h | 43 #define RTE_TEST_ASSERT_NOT_NULL(val, msg, ...) \ macro
|
| /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()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_eventdev_selftest.c | 282 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events() 525 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in test_multi_queue_priority()
|
| /dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev_selftest.c | 257 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events()
|