[qa] Add getinfo smoke tests and rework versionbits test

Github-Pull: #8780
Rebased-From: fa6e71b27d00766897f3e69775d450924a58a153
This commit is contained in:
MarcoFalke
2016-09-25 15:01:31 +02:00
parent 1f60d45504
commit 794b007896
2 changed files with 25 additions and 19 deletions

View File

@@ -46,7 +46,7 @@ class RPCBindTest(BitcoinTestFramework):
def run_allowip_test(self, allow_ips, rpchost, rpcport):
'''
Start a node with rpcwallow IP, and request getinfo
Start a node with rpcallow IP, and request getinfo
at a non-localhost IP.
'''
base_args = ['-disablewallet', '-nolisten'] + ['-rpcallowip='+x for x in allow_ips]