[qa] maxblocksinflight: Actually enable test

This commit is contained in:
MarcoFalke 2016-03-20 18:56:13 +01:00
parent e662a76288
commit fac724c78f
1 changed files with 24 additions and 28 deletions

View File

@ -41,8 +41,6 @@ class TestManager(NodeConnCB):
self.disconnectOkay = False
def run(self):
try:
fail = False
self.connection.rpc.generate(1) # Leave IBD
numBlocksToGenerate = [8, 16, 128, 1024]
@ -68,8 +66,6 @@ class TestManager(NodeConnCB):
if total_requests > MAX_REQUESTS:
raise AssertionError("Error, too many blocks (%d) requested" % total_requests)
print "Round %d: success (total requests: %d)" % (count, total_requests)
except AssertionError as e:
print "TEST FAILED: ", e.args
self.disconnectOkay = True
self.connection.disconnect_node()