MCPcopy Create free account
hub / github.com/NetSys/bess / test_all

Function test_all

core/modules/l2_forward.cc:520–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520int test_all() {
521 l2_forward_init_test();
522 l2_forward_entry_test();
523 l2_forward_flush_test();
524 l2_forward_collision_test();
525
526 return 0;
527}
528
529static int parse_mac_addr(const char *str, char *addr) {
530 if (str != nullptr && addr != nullptr) {

Callers

nothing calls this directly

Calls 4

l2_forward_init_testFunction · 0.85
l2_forward_entry_testFunction · 0.85
l2_forward_flush_testFunction · 0.85

Tested by

no test coverage detected