[qa] Add getinfo smoke tests and rework versionbits test

This commit is contained in:
MarcoFalke
2016-09-25 15:01:31 +02:00
parent ddddaafa4a
commit fa6e71b27d
2 changed files with 23 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ class RPCBindTest(BitcoinTestFramework):
def run_allowip_test(self, 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]