|
55 | 55 | BASE_SCRIPTS= [
|
56 | 56 | # Scripts that are run by the travis build process.
|
57 | 57 | # Longest test should go first, to favor running tests in parallel
|
58 |
| - 'wallet-hd.py', |
59 |
| - 'walletbackup.py', |
| 58 | + 'wallet_hd.py', |
| 59 | + 'wallet_backup.py', |
60 | 60 | # vv Tests less than 5m vv
|
61 | 61 | 'feature_block.py',
|
62 | 62 | 'fundrawtransaction.py',
|
63 | 63 | 'p2p-compactblocks.py',
|
64 | 64 | 'feature_segwit.py',
|
65 | 65 | # vv Tests less than 2m vv
|
66 |
| - 'wallet.py', |
67 |
| - 'wallet-accounts.py', |
| 66 | + 'wallet_basic.py', |
| 67 | + 'wallet_accounts.py', |
68 | 68 | 'p2p-segwit.py',
|
69 |
| - 'wallet-dump.py', |
| 69 | + 'wallet_dump.py', |
70 | 70 | 'listtransactions.py',
|
71 | 71 | # vv Tests less than 60s vv
|
72 | 72 | 'sendheaders.py',
|
73 |
| - 'zapwallettxes.py', |
74 |
| - 'importmulti.py', |
| 73 | + 'wallet_zapwallettxes.py', |
| 74 | + 'wallet_importmulti.py', |
75 | 75 | 'mempool_limit.py',
|
76 | 76 | 'merkle_blocks.py',
|
77 |
| - 'receivedby.py', |
78 |
| - 'abandonconflict.py', |
| 77 | + 'wallet_listreceivedby.py', |
| 78 | + 'wallet_abandonconflict.py', |
79 | 79 | 'feature_csv_activation.py',
|
80 | 80 | 'rawtransactions.py',
|
81 |
| - 'address_types.py', |
| 81 | + 'wallet_address_types.py', |
82 | 82 | 'feature_reindex.py',
|
83 | 83 | # vv Tests less than 30s vv
|
84 |
| - 'keypool-topup.py', |
| 84 | + 'wallet_keypool_topup.py', |
85 | 85 | 'zmq_test.py',
|
86 | 86 | 'bitcoin_cli.py',
|
87 | 87 | 'mempool_resurrect_test.py',
|
88 |
| - 'txn_doublespend.py --mineblock', |
89 |
| - 'txn_clone.py', |
90 |
| - 'txn_clone.py --segwit', |
| 88 | + 'wallet_txn_doublespend.py --mineblock', |
| 89 | + 'wallet_txn_clone.py', |
| 90 | + 'wallet_txn_clone.py --segwit', |
91 | 91 | 'getchaintips.py',
|
92 | 92 | 'rest.py',
|
93 | 93 | 'mempool_spendcoinbase.py',
|
94 | 94 | 'mempool_reorg.py',
|
95 | 95 | 'mempool_persist.py',
|
96 |
| - 'multiwallet.py', |
97 |
| - 'multiwallet.py --usecli', |
| 96 | + 'wallet_multiwallet.py', |
| 97 | + 'wallet_multiwallet.py --usecli', |
98 | 98 | 'httpbasics.py',
|
99 | 99 | 'multi_rpc.py',
|
100 | 100 | 'feature_proxy.py',
|
|
103 | 103 | 'decodescript.py',
|
104 | 104 | 'blockchain.py',
|
105 | 105 | 'deprecated_rpc.py',
|
106 |
| - 'disablewallet.py', |
| 106 | + 'wallet_disable.py', |
107 | 107 | 'net.py',
|
108 |
| - 'keypool.py', |
| 108 | + 'wallet_keypool.py', |
109 | 109 | 'p2p-mempool.py',
|
110 | 110 | 'prioritise_transaction.py',
|
111 | 111 | 'invalidblockrequest.py',
|
112 | 112 | 'invalidtxrequest.py',
|
113 | 113 | 'feature_versionbits_warning.py',
|
114 | 114 | 'preciousblock.py',
|
115 |
| - 'importprunedfunds.py', |
| 115 | + 'wallet_importprunedfunds.py', |
116 | 116 | 'signmessages.py',
|
117 | 117 | 'feature_nulldummy.py',
|
118 |
| - 'import-rescan.py', |
| 118 | + 'wallet_import_rescan.py', |
119 | 119 | 'mining.py',
|
120 |
| - 'bumpfee.py', |
| 120 | + 'wallet_bumpfee.py', |
121 | 121 | 'rpcnamedargs.py',
|
122 |
| - 'listsinceblock.py', |
| 122 | + 'wallet_listsinceblock.py', |
123 | 123 | 'p2p-leaktests.py',
|
124 |
| - 'wallet-encryption.py', |
| 124 | + 'wallet_encryption.py', |
125 | 125 | 'feature_dersig.py',
|
126 | 126 | 'feature_cltv.py',
|
127 | 127 | 'uptime.py',
|
128 |
| - 'resendwallettransactions.py', |
| 128 | + 'wallet_resendwallettransactions.py', |
129 | 129 | 'feature_minchainwork.py',
|
130 | 130 | 'p2p-fingerprint.py',
|
131 | 131 | 'feature_uacomment.py',
|
|
158 | 158 | # vv Tests less than 30s vv
|
159 | 159 | 'feature_assumevalid.py',
|
160 | 160 | 'example_test.py',
|
161 |
| - 'txn_doublespend.py', |
162 |
| - 'txn_clone.py --mineblock', |
| 161 | + 'wallet_txn_doublespend.py', |
| 162 | + 'wallet_txn_clone.py --mineblock', |
163 | 163 | 'feature_notifications.py',
|
164 | 164 | 'invalidateblock.py',
|
165 | 165 | 'feature_rbf.py',
|
@@ -474,7 +474,7 @@ def was_successful(self):
|
474 | 474 | def check_script_prefixes():
|
475 | 475 | """Check that no more than `EXPECTED_VIOLATION_COUNT` of the
|
476 | 476 | test scripts don't start with one of the allowed name prefixes."""
|
477 |
| - EXPECTED_VIOLATION_COUNT = 60 |
| 477 | + EXPECTED_VIOLATION_COUNT = 37 |
478 | 478 |
|
479 | 479 | # LEEWAY is provided as a transition measure, so that pull-requests
|
480 | 480 | # that introduce new tests that don't conform with the naming
|
|
0 commit comments