(self)
| 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 = [] |
nothing calls this directly
no test coverage detected