MCPcopy Create free account
hub / github.com/FDio/vpp / pg_send

Method pg_send

test/framework.py:556–559  ·  view source on GitHub ↗
(self, intf, pkts, worker=None, trace=True)

Source from the content-addressed store, hash-verified

554 )
555
556 def pg_send(self, intf, pkts, worker=None, trace=True):
557 intf.add_stream(pkts, worker=worker)
558 self.pg_enable_capture(self.pg_interfaces)
559 self.pg_start(trace=trace)
560
561 def send_and_assert_no_replies(
562 self, intf, pkts, remark="", timeout=None, stats_diff=None, trace=True, msg=None

Calls 3

pg_enable_captureMethod · 0.95
pg_startMethod · 0.95
add_streamMethod · 0.45