[qa] Add getinfo smoke tests and rework versionbits test

This commit is contained in:
MarcoFalke
2016-09-25 15:01:31 +02:00
committed by lateminer
parent 5c6c445cf4
commit 20a60575fb
2 changed files with 23 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ def run_bind_test(tmpdir, allow_ips, connect_to, addresses, expected):
def run_allowip_test(tmpdir, allow_ips, rpchost, rpcport):
'''
Start a node with rpcwallow IP, and request getnetworkinfo
Start a node with rpcallow IP, and request getnetworkinfo
at a non-localhost IP.
'''
base_args = ['-disablewallet', '-nolisten'] + ['-rpcallowip='+x for x in allow_ips]