aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_bind.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use explicit importspracticalswift2018-08-131-2/+2
|
* Ported usage of deprecated optparse module to argparse moduleKvaciral2018-08-121-3/+3
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* test: Add rpc_bind test to default-run testsWladimir J. van der Laan2018-04-131-43/+61
| | | | | | | | | | | | Skip the parts that cannot be run on the host due to lack of IPv6 support or a second interface to bind on, and warn appropriately. Without no strong requirements (besides being Linux only, in which case the test is skipped) left, just add this test to the default in test_runner. Includes suggested changes by John Newbery.
* Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan2018-03-221-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | c8330d4 qa: Use node.datadir instead of tmpdir in test framework (MarcoFalke) Pull request description: Commit c53c9831eedaf3b311bb942945268830f9ba3abc introduced the utility function `get_datadir_path`, however not all places in the code use this util function. Using the util function everywhere makes it easier to review pull requests related to the datadir. This commit replaces datadir path creation with the `datadir` member of `TestNode`, which itself uses `get_datadir_path`. Tree-SHA512: c75707ab7149d732a6d56152a5813138a33459d3d07577b60b89f2a207c83b7663fac5f203593677c9892d1c23a5eba4bd45c5c4ababf040d720b437240fcddf
| * qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke2018-03-191-1/+1
| |
* | Fix typosDimitris Apostolou2018-03-211-1/+1
|/
* [tests] bind functional test nodes to 127.0.0.1Sjors Provoost2018-03-061-0/+1
| | | | | | | 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.
* [tests] Rename rpc_* functional tests.Anthony Towns2018-01-251-0/+107