MCPcopy Create free account
hub / github.com/ElementsProject/elements / run_test

Method run_test

test/functional/p2p_addr_relay.py:83–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 self.extra_args = [["-whitelist=addr@127.0.0.1"]]
82
83 def run_test(self):
84 self.oversized_addr_test()
85 self.relay_tests()
86 self.inbound_blackhole_tests()
87
88 # This test populates the addrman, which can impact the node's behavior
89 # in subsequent tests
90 self.getaddr_tests()
91 self.blocksonly_mode_tests()
92 self.rate_limit_tests()
93
94 def setup_addr_msg(self, num, sequential_ips=True):
95 addrs = []

Callers

nothing calls this directly

Calls 6

oversized_addr_testMethod · 0.95
relay_testsMethod · 0.95
getaddr_testsMethod · 0.95
blocksonly_mode_testsMethod · 0.95
rate_limit_testsMethod · 0.95

Tested by

no test coverage detected