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

Method run_module

bessctl/test_utils.py:360–363  ·  view source on GitHub ↗
(self, module, igate, input_pkts, ogates=range(16),
                   time_out=3, proto=scapy.Ether)

Source from the content-addressed store, hash-verified

358 self.sockets[ogate].settimeout(timeout[ogate])
359
360 def run_module(self, module, igate, input_pkts, ogates=range(16),
361 time_out=3, proto=scapy.Ether):
362 return self.run_pipeline(module, module, igate, input_pkts, ogates,
363 time_out=time_out, proto=proto)

Callers 15

test_exactmatchMethod · 0.80
test_drr_singleMethod · 0.80
test_drr_batchMethod · 0.80
_vlan_output_testMethod · 0.80
test_arpMethod · 0.80
test_iplookupMethod · 0.80
test_decrementMethod · 0.80
test_dropMethod · 0.80
test_wildcardmatchMethod · 0.80
test_decapMethod · 0.80
test_bypassMethod · 0.80
test_acl_simpleMethod · 0.80

Calls 1

run_pipelineMethod · 0.95

Tested by

no test coverage detected