|
|
@ -12,9 +12,15 @@ from test_framework.test_framework import BitcoinTestFramework |
|
|
|
|
|
|
|
|
|
|
|
class CreateCache(BitcoinTestFramework): |
|
|
|
class CreateCache(BitcoinTestFramework): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def __init__(self): |
|
|
|
|
|
|
|
super().__init__() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Test network and test nodes are not required: |
|
|
|
|
|
|
|
self.num_nodes = 0 |
|
|
|
|
|
|
|
self.nodes = [] |
|
|
|
|
|
|
|
|
|
|
|
def setup_network(self): |
|
|
|
def setup_network(self): |
|
|
|
# Don't setup any test nodes |
|
|
|
pass |
|
|
|
self.options.noshutdown = True |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def run_test(self): |
|
|
|
def run_test(self): |
|
|
|
pass |
|
|
|
pass |
|
|
|