MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_case_array_int

Function test_case_array_int

dpdk/app/test/test_telemetry_data.c:168–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static int
169test_case_array_int(void)
170{
171 int i;
172
173 rte_tel_data_start_array(&response_data, RTE_TEL_INT_VAL);
174 for (i = 0; i < 5; i++)
175 rte_tel_data_add_array_int(&response_data, i);
176 return CHECK_OUTPUT("[0,1,2,3,4]");
177}
178
179static int
180test_case_add_dict_int(void)

Callers

nothing calls this directly

Calls 2

rte_tel_data_start_arrayFunction · 0.85

Tested by

no test coverage detected