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

Function test_simple_string

dpdk/app/test/test_telemetry_data.c:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static int
112test_simple_string(void)
113{
114 rte_tel_data_string(&response_data, "Simple string");
115
116 return CHECK_OUTPUT("\"Simple string\"");
117}
118
119static int
120test_dict_with_array_int_values(void)

Callers

nothing calls this directly

Calls 1

rte_tel_data_stringFunction · 0.85

Tested by

no test coverage detected