Searched refs:TEST_ASSERT_NULL (Results 1 – 6 of 6) sorted by relevance
| /f-stack/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 | 226 TEST_ASSERT_NULL(result, "found table that shouldn't exist"); in test_efd_find_existing()
|
| H A D | test_event_timer_adapter.c | 940 TEST_ASSERT_NULL(adapter, "Created adapter with invalid " in adapter_create() 960 TEST_ASSERT_NULL(adapter2, "Created adapter with in-use id"); in adapter_create() 1756 TEST_ASSERT_NULL(adapters[i], "Created too many adapters"); in adapter_create_max()
|
| H A D | test_cryptodev.c | 10441 TEST_ASSERT_NULL(sessions[i], in test_multi_session() 11824 TEST_ASSERT_NULL(ut_params->op, "authentication not failed"); in test_authentication_verify_fail_when_data_corruption() 11908 TEST_ASSERT_NULL(ut_params->op, "authentication not failed"); in test_authentication_verify_GMAC_fail_when_corruption() 11996 TEST_ASSERT_NULL(ut_params->op, "authentication not failed"); in test_authenticated_decryption_fail_when_corruption()
|