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

Function test_net_ether

dpdk/app/test/test_net_ether.c:147–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static int
148test_net_ether(void)
149{
150 if (test_ether_addr())
151 return -1;
152
153 if (test_format_addr())
154 return -1;
155
156 if (test_unformat_addr())
157 return -1;
158
159 if (test_invalid_addr())
160 return -1;
161
162 return 0;
163}
164
165REGISTER_FAST_TEST(net_ether_autotest, true, true, test_net_ether);

Callers

nothing calls this directly

Calls 4

test_ether_addrFunction · 0.85
test_format_addrFunction · 0.85
test_unformat_addrFunction · 0.85
test_invalid_addrFunction · 0.85

Tested by

no test coverage detected