Searched refs:TEST_ASSERT_NULL (Results 1 – 6 of 6) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cfgfile.c | 171 TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur"); in test_cfgfile_invalid_section_header() 188 TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur"); in test_cfgfile_invalid_comment() 199 TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur"); in test_cfgfile_invalid_key_value_pair() 239 TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur"); in test_cfgfile_missing_section()
|
| H A D | test.h | 103 #define TEST_ASSERT_NULL RTE_TEST_ASSERT_NULL macro
|
| H A D | test_fbarray.c | 138 TEST_ASSERT_NULL(rte_fbarray_get(NULL, 0), in test_invalid() 195 TEST_ASSERT_NULL(rte_fbarray_get(&dummy, FBARRAY_TEST_LEN), in test_invalid()
|
| H A D | test_efd.c | 235 TEST_ASSERT_NULL(result, "found table that shouldn't exist"); in test_efd_find_existing()
|
| H A D | test_event_timer_adapter.c | 1056 TEST_ASSERT_NULL(adapter, "Created adapter with invalid " in adapter_create() 1076 TEST_ASSERT_NULL(adapter2, "Created adapter with in-use id"); in adapter_create() 1870 TEST_ASSERT_NULL(adapters[i], "Created too many adapters"); in adapter_create_max()
|
| H A D | test_cryptodev.c | 12106 TEST_ASSERT_NULL(sessions[i], in test_multi_session() 12483 TEST_ASSERT_NULL(cb, "Add callback on qp %u on " in test_enq_callback_setup() 12491 TEST_ASSERT_NULL(cb, "Add callback on qp %u on " in test_enq_callback_setup() 12499 TEST_ASSERT_NULL(cb, "Add callback on qp %u on " in test_enq_callback_setup() 12583 TEST_ASSERT_NULL(cb, "Add callback on qp %u on " in test_deq_callback_setup() 12591 TEST_ASSERT_NULL(cb, "Add callback on qp %u on " in test_deq_callback_setup() 12599 TEST_ASSERT_NULL(cb, "Add callback on qp %u on " in test_deq_callback_setup() 13835 TEST_ASSERT_NULL(ut_params->op, "authentication not failed"); in test_authentication_verify_GMAC_fail_when_corruption() 13926 TEST_ASSERT_NULL(ut_params->op, "authentication not failed"); in test_authenticated_decryption_fail_when_corruption()
|