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

Function test_case_array_u64

dpdk/app/test/test_telemetry_data.c:408–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408static int
409test_case_array_u64(void)
410{
411 int i;
412
413 rte_tel_data_start_array(&response_data, RTE_TEL_UINT_VAL);
414 for (i = 0; i < 5; i++)
415 rte_tel_data_add_array_uint(&response_data, i);
416 return CHECK_OUTPUT("[0,1,2,3,4]");
417}
418
419static int
420test_case_array_uint_hex_padding(void)

Callers

nothing calls this directly

Calls 2

rte_tel_data_start_arrayFunction · 0.85

Tested by

no test coverage detected