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

Method test_without_asmap_arg

test/functional/feature_asmap.py:49–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 self.nodes[node_id].addpeeraddress(address=f"101.{addr}.0.0", tried=tried, port=8333)
48
49 def test_without_asmap_arg(self):
50 self.log.info('Test bitcoind with no -asmap arg passed')
51 self.stop_node(0)
52 with self.node.assert_debug_log(['Using /16 prefix for IP bucketing']):
53 self.start_node(0)
54
55 def test_asmap_with_absolute_path(self):
56 self.log.info('Test bitcoind -asmap=<absolute path>')

Callers 1

run_testMethod · 0.95

Calls 4

infoMethod · 0.80
stop_nodeMethod · 0.45
assert_debug_logMethod · 0.45
start_nodeMethod · 0.45

Tested by

no test coverage detected