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

Class Expect

test/framework.py:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100class Expect:
101 def __init__(
102 self, interface: VppPGInterface, expected_count: int, filter_out_fn=is_ipv6_misc
103 ):
104 self.interface = interface
105 self.expected_count = expected_count
106 self.filter_out_fn = filter_out_fn
107
108
109class Capture:

Callers 15

test_reassemblyMethod · 0.90
test_reversedMethod · 0.90
test_randomMethod · 0.90
test_duplicatesMethod · 0.90
test_overlap1Method · 0.90
test_overlap2Method · 0.90
test_timeout_inlineMethod · 0.90
test_disabledMethod · 0.90
test_reassemblyMethod · 0.90
test_reversedMethod · 0.90
test_randomMethod · 0.90
test_duplicatesMethod · 0.90

Calls

no outgoing calls

Tested by 15

test_reassemblyMethod · 0.72
test_reversedMethod · 0.72
test_randomMethod · 0.72
test_duplicatesMethod · 0.72
test_overlap1Method · 0.72
test_overlap2Method · 0.72
test_timeout_inlineMethod · 0.72
test_disabledMethod · 0.72
test_reassemblyMethod · 0.72
test_reversedMethod · 0.72
test_randomMethod · 0.72
test_duplicatesMethod · 0.72