Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cfgfile.c16 #define CFG_FILES_ETC "test_cfgfiles/etc" macro
92 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/sample1.ini", 0); in test_cfgfile_sample1()
115 cfgfile = rte_cfgfile_load_with_params(CFG_FILES_ETC "/sample2.ini", 0, in test_cfgfile_sample2()
135 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/realloc_sections.ini", 0); in test_cfgfile_realloc_sections()
170 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/invalid_section.ini", 0); in test_cfgfile_invalid_section_header()
186 cfgfile = rte_cfgfile_load_with_params(CFG_FILES_ETC "/sample2.ini", 0, in test_cfgfile_invalid_comment()
198 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/empty_key_value.ini", 0); in test_cfgfile_invalid_key_value_pair()
211 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/empty_key_value.ini", in test_cfgfile_empty_key_value_pair()
238 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/missing_section.ini", 0); in test_cfgfile_missing_section()
251 cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/missing_section.ini", in test_cfgfile_global_properties()
[all …]