mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Enabled extra functional tests thanks to previous commit with new Decimal json output
This commit is contained in:
parent
f08497c93e
commit
5031114de3
@ -109,7 +109,6 @@ class DashZMQTest (DashTestFramework):
|
|||||||
extra_args[0] = node0_extra_args
|
extra_args[0] = node0_extra_args
|
||||||
self.set_dash_test_params(5, 4, fast_dip3_enforcement=True, extra_args=extra_args)
|
self.set_dash_test_params(5, 4, fast_dip3_enforcement=True, extra_args=extra_args)
|
||||||
self.set_dash_llmq_test_params(4, 4)
|
self.set_dash_llmq_test_params(4, 4)
|
||||||
self.supports_cli = False
|
|
||||||
|
|
||||||
def skip_test_if_missing_module(self):
|
def skip_test_if_missing_module(self):
|
||||||
self.skip_if_no_py3_zmq()
|
self.skip_if_no_py3_zmq()
|
||||||
|
@ -22,7 +22,6 @@ from test_framework.util import assert_equal, assert_raises_rpc_error
|
|||||||
class MempoolSpendCoinbaseTest(BitcoinTestFramework):
|
class MempoolSpendCoinbaseTest(BitcoinTestFramework):
|
||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
self.num_nodes = 1
|
self.num_nodes = 1
|
||||||
self.supports_cli = False
|
|
||||||
|
|
||||||
def skip_test_if_missing_module(self):
|
def skip_test_if_missing_module(self):
|
||||||
self.skip_if_no_wallet()
|
self.skip_if_no_wallet()
|
||||||
|
@ -19,7 +19,6 @@ class InstantSendTest(DashTestFramework):
|
|||||||
self.isolated_idx = 1
|
self.isolated_idx = 1
|
||||||
self.receiver_idx = 2
|
self.receiver_idx = 2
|
||||||
self.sender_idx = 3
|
self.sender_idx = 3
|
||||||
self.supports_cli = False
|
|
||||||
|
|
||||||
def run_test(self):
|
def run_test(self):
|
||||||
self.nodes[0].spork("SPORK_17_QUORUM_DKG_ENABLED", 0)
|
self.nodes[0].spork("SPORK_17_QUORUM_DKG_ENABLED", 0)
|
||||||
|
@ -16,7 +16,6 @@ class RawTransactionsTest(BitcoinTestFramework):
|
|||||||
self.setup_clean_chain = True
|
self.setup_clean_chain = True
|
||||||
self.num_nodes = 4
|
self.num_nodes = 4
|
||||||
self.extra_args = [['-usehd=1']] * self.num_nodes
|
self.extra_args = [['-usehd=1']] * self.num_nodes
|
||||||
self.supports_cli = False
|
|
||||||
|
|
||||||
def skip_test_if_missing_module(self):
|
def skip_test_if_missing_module(self):
|
||||||
self.skip_if_no_wallet()
|
self.skip_if_no_wallet()
|
||||||
|
@ -19,7 +19,6 @@ class RPCVerifyISLockTest(DashTestFramework):
|
|||||||
# -whitelist is needed to avoid the trickling logic on node0
|
# -whitelist is needed to avoid the trickling logic on node0
|
||||||
self.set_dash_test_params(6, 5, [["-whitelist=127.0.0.1"], [], [], [], [], []], fast_dip3_enforcement=True)
|
self.set_dash_test_params(6, 5, [["-whitelist=127.0.0.1"], [], [], [], [], []], fast_dip3_enforcement=True)
|
||||||
self.set_dash_llmq_test_params(5, 3)
|
self.set_dash_llmq_test_params(5, 3)
|
||||||
self.supports_cli = False
|
|
||||||
|
|
||||||
def get_request_id(self, tx_hex):
|
def get_request_id(self, tx_hex):
|
||||||
tx = FromHex(CTransaction(), tx_hex)
|
tx = FromHex(CTransaction(), tx_hex)
|
||||||
|
Loading…
Reference in New Issue
Block a user