diff options
| author | Anthony Towns <[email protected]> | 2018-01-25 09:44:30 +1000 |
|---|---|---|
| committer | Anthony Towns <[email protected]> | 2018-01-25 09:44:30 +1000 |
| commit | 3150b3fea732df23c6273f43102cc64783aaee9c (patch) | |
| tree | f96378d5fb5b3ee0d2de6e16dd251a0a129abd25 | |
| parent | [tests] Rename rpc_* functional tests. (diff) | |
| download | discoin-3150b3fea732df23c6273f43102cc64783aaee9c.tar.xz discoin-3150b3fea732df23c6273f43102cc64783aaee9c.zip | |
[tests] Rename misc functional tests.
| -rwxr-xr-x | test/functional/interface_bitcoin_cli.py (renamed from test/functional/bitcoin_cli.py) | 0 | ||||
| -rwxr-xr-x | test/functional/interface_http.py (renamed from test/functional/httpbasics.py) | 0 | ||||
| -rwxr-xr-x | test/functional/interface_rest.py (renamed from test/functional/rest.py) | 0 | ||||
| -rwxr-xr-x | test/functional/interface_zmq.py (renamed from test/functional/zmq_test.py) | 0 | ||||
| -rwxr-xr-x | test/functional/mempool_resurrect.py (renamed from test/functional/mempool_resurrect_test.py) | 0 | ||||
| -rwxr-xr-x | test/functional/mempool_spend_coinbase.py (renamed from test/functional/mempool_spendcoinbase.py) | 0 | ||||
| -rwxr-xr-x | test/functional/mining_basic.py (renamed from test/functional/mining.py) | 0 | ||||
| -rwxr-xr-x | test/functional/mining_getblocktemplate_longpoll.py (renamed from test/functional/getblocktemplate_longpoll.py) | 0 | ||||
| -rwxr-xr-x | test/functional/mining_prioritisetransaction.py (renamed from test/functional/prioritise_transaction.py) | 0 | ||||
| -rwxr-xr-x | test/functional/test_runner.py | 20 |
10 files changed, 10 insertions, 10 deletions
diff --git a/test/functional/bitcoin_cli.py b/test/functional/interface_bitcoin_cli.py index d8c80ab34..d8c80ab34 100755 --- a/test/functional/bitcoin_cli.py +++ b/test/functional/interface_bitcoin_cli.py diff --git a/test/functional/httpbasics.py b/test/functional/interface_http.py index cd6d74454..cd6d74454 100755 --- a/test/functional/httpbasics.py +++ b/test/functional/interface_http.py diff --git a/test/functional/rest.py b/test/functional/interface_rest.py index 9006e27cb..9006e27cb 100755 --- a/test/functional/rest.py +++ b/test/functional/interface_rest.py diff --git a/test/functional/zmq_test.py b/test/functional/interface_zmq.py index 86ccea439..86ccea439 100755 --- a/test/functional/zmq_test.py +++ b/test/functional/interface_zmq.py diff --git a/test/functional/mempool_resurrect_test.py b/test/functional/mempool_resurrect.py index 83e84da4b..83e84da4b 100755 --- a/test/functional/mempool_resurrect_test.py +++ b/test/functional/mempool_resurrect.py diff --git a/test/functional/mempool_spendcoinbase.py b/test/functional/mempool_spend_coinbase.py index db0738c08..db0738c08 100755 --- a/test/functional/mempool_spendcoinbase.py +++ b/test/functional/mempool_spend_coinbase.py diff --git a/test/functional/mining.py b/test/functional/mining_basic.py index 569bf7193..569bf7193 100755 --- a/test/functional/mining.py +++ b/test/functional/mining_basic.py diff --git a/test/functional/getblocktemplate_longpoll.py b/test/functional/mining_getblocktemplate_longpoll.py index 252ff4dbf..252ff4dbf 100755 --- a/test/functional/getblocktemplate_longpoll.py +++ b/test/functional/mining_getblocktemplate_longpoll.py diff --git a/test/functional/prioritise_transaction.py b/test/functional/mining_prioritisetransaction.py index 57954ce32..57954ce32 100755 --- a/test/functional/prioritise_transaction.py +++ b/test/functional/mining_prioritisetransaction.py diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index d93e0e018..191540696 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -82,20 +82,20 @@ BASE_SCRIPTS= [ 'feature_reindex.py', # vv Tests less than 30s vv 'wallet_keypool_topup.py', - 'zmq_test.py', - 'bitcoin_cli.py', - 'mempool_resurrect_test.py', + 'interface_zmq.py', + 'interface_bitcoin_cli.py', + 'mempool_resurrect.py', 'wallet_txn_doublespend.py --mineblock', 'wallet_txn_clone.py', 'wallet_txn_clone.py --segwit', 'rpc_getchaintips.py', - 'rest.py', - 'mempool_spendcoinbase.py', + 'interface_rest.py', + 'mempool_spend_coinbase.py', 'mempool_reorg.py', 'mempool_persist.py', 'wallet_multiwallet.py', 'wallet_multiwallet.py --usecli', - 'httpbasics.py', + 'interface_http.py', 'rpc_users.py', 'feature_proxy.py', 'rpc_signrawtransaction.py', @@ -107,7 +107,7 @@ BASE_SCRIPTS= [ 'rpc_net.py', 'wallet_keypool.py', 'p2p_mempool.py', - 'prioritise_transaction.py', + 'mining_prioritisetransaction.py', 'p2p_invalid_block.py', 'p2p_invalid_tx.py', 'feature_versionbits_warning.py', @@ -116,7 +116,7 @@ BASE_SCRIPTS= [ 'rpc_signmessage.py', 'feature_nulldummy.py', 'wallet_import_rescan.py', - 'mining.py', + 'mining_basic.py', 'wallet_bumpfee.py', 'rpc_named_arguments.py', 'wallet_listsinceblock.py', @@ -149,7 +149,7 @@ EXTENDED_SCRIPTS = [ 'feature_dbcrash.py', # vv Tests less than 2m vv 'feature_bip68_sequence.py', - 'getblocktemplate_longpoll.py', + 'mining_getblocktemplate_longpoll.py', 'p2p_timeouts.py', # vv Tests less than 60s vv 'feature_bip9_softforks.py', @@ -474,7 +474,7 @@ class TestResult(): def check_script_prefixes(): """Check that no more than `EXPECTED_VIOLATION_COUNT` of the test scripts don't start with one of the allowed name prefixes.""" - EXPECTED_VIOLATION_COUNT = 7 + EXPECTED_VIOLATION_COUNT = 0 # LEEWAY is provided as a transition measure, so that pull-requests # that introduce new tests that don't conform with the naming |