aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_bind.py
AgeCommit message (Collapse)Author
2018-03-06[tests] bind functional test nodes to 127.0.0.1Sjors Provoost
Prevents OSX firewall allow-this-application-to-accept-inbound-connections permission popups and is generally safer. To prevent binding to 127.0.0.1, set self.bind_to_localhost_only = False.
2018-01-25[tests] Rename rpc_* functional tests.Anthony Towns