|
86 | 86 | BASE_SCRIPTS = [
|
87 | 87 | # Scripts that are run by default.
|
88 | 88 | # Longest test should go first, to favor running tests in parallel
|
89 |
| - 'wallet_hd.py', |
| 89 | + 'wallet_hd.py --legacy-wallet', |
90 | 90 | 'wallet_hd.py --descriptors',
|
91 |
| - 'wallet_backup.py', |
| 91 | + 'wallet_backup.py --legacy-wallet', |
92 | 92 | 'wallet_backup.py --descriptors',
|
93 | 93 | # vv Tests less than 5m vv
|
94 | 94 | 'mining_getblocktemplate_longpoll.py',
|
95 | 95 | 'feature_maxuploadtarget.py',
|
96 | 96 | 'feature_block.py',
|
97 |
| - 'rpc_fundrawtransaction.py', |
| 97 | + 'rpc_fundrawtransaction.py --legacy-wallet', |
98 | 98 | 'rpc_fundrawtransaction.py --descriptors',
|
99 | 99 | 'p2p_compactblocks.py',
|
100 | 100 | 'feature_segwit.py --legacy-wallet',
|
101 | 101 | # vv Tests less than 2m vv
|
102 |
| - 'wallet_basic.py', |
| 102 | + 'wallet_basic.py --legacy-wallet', |
103 | 103 | 'wallet_basic.py --descriptors',
|
104 |
| - 'wallet_labels.py', |
| 104 | + 'wallet_labels.py --legacy-wallet', |
105 | 105 | 'wallet_labels.py --descriptors',
|
106 | 106 | 'p2p_segwit.py',
|
107 | 107 | 'p2p_timeouts.py',
|
108 | 108 | 'p2p_tx_download.py',
|
109 | 109 | 'mempool_updatefromblock.py',
|
110 | 110 | 'wallet_dump.py --legacy-wallet',
|
111 |
| - 'wallet_listtransactions.py', |
| 111 | + 'wallet_listtransactions.py --legacy-wallet', |
112 | 112 | 'wallet_listtransactions.py --descriptors',
|
113 | 113 | 'feature_taproot.py',
|
114 | 114 | # vv Tests less than 60s vv
|
115 | 115 | 'p2p_sendheaders.py',
|
116 | 116 | 'wallet_importmulti.py --legacy-wallet',
|
117 | 117 | 'mempool_limit.py',
|
118 | 118 | 'rpc_txoutproof.py',
|
119 |
| - 'wallet_listreceivedby.py', |
| 119 | + 'wallet_listreceivedby.py --legacy-wallet', |
120 | 120 | 'wallet_listreceivedby.py --descriptors',
|
121 |
| - 'wallet_abandonconflict.py', |
| 121 | + 'wallet_abandonconflict.py --legacy-wallet', |
122 | 122 | 'wallet_abandonconflict.py --descriptors',
|
123 | 123 | 'feature_csv_activation.py',
|
124 |
| - 'rpc_rawtransaction.py', |
| 124 | + 'rpc_rawtransaction.py --legacy-wallet', |
125 | 125 | 'rpc_rawtransaction.py --descriptors',
|
126 |
| - 'wallet_address_types.py', |
| 126 | + 'wallet_address_types.py --legacy-wallet', |
127 | 127 | 'wallet_address_types.py --descriptors',
|
128 | 128 | 'feature_bip68_sequence.py',
|
129 | 129 | 'p2p_feefilter.py',
|
130 | 130 | 'feature_reindex.py',
|
131 | 131 | 'feature_abortnode.py',
|
132 | 132 | # vv Tests less than 30s vv
|
133 |
| - 'wallet_keypool_topup.py', |
| 133 | + 'wallet_keypool_topup.py --legacy-wallet', |
134 | 134 | 'wallet_keypool_topup.py --descriptors',
|
135 | 135 | 'feature_fee_estimation.py',
|
136 | 136 | 'interface_zmq.py',
|
137 | 137 | 'interface_bitcoin_cli.py',
|
138 | 138 | 'mempool_resurrect.py',
|
139 | 139 | 'wallet_txn_doublespend.py --mineblock',
|
140 |
| - 'tool_wallet.py', |
| 140 | + 'tool_wallet.py --legacy-wallet', |
141 | 141 | 'tool_wallet.py --descriptors',
|
142 | 142 | 'wallet_txn_clone.py',
|
143 | 143 | 'wallet_txn_clone.py --segwit',
|
144 | 144 | 'rpc_getchaintips.py',
|
145 | 145 | 'rpc_misc.py',
|
146 | 146 | 'interface_rest.py',
|
147 | 147 | 'mempool_spend_coinbase.py',
|
148 |
| - 'wallet_avoidreuse.py', |
| 148 | + 'wallet_avoidreuse.py --legacy-wallet', |
149 | 149 | 'wallet_avoidreuse.py --descriptors',
|
150 | 150 | 'mempool_reorg.py',
|
151 | 151 | 'mempool_persist.py',
|
152 |
| - 'wallet_multiwallet.py', |
| 152 | + 'wallet_multiwallet.py --legacy-wallet', |
153 | 153 | 'wallet_multiwallet.py --descriptors',
|
154 | 154 | 'wallet_multiwallet.py --usecli',
|
155 |
| - 'wallet_createwallet.py', |
| 155 | + 'wallet_createwallet.py --legacy-wallet', |
156 | 156 | 'wallet_createwallet.py --usecli',
|
157 | 157 | 'wallet_createwallet.py --descriptors',
|
158 | 158 | 'wallet_watchonly.py --legacy-wallet',
|
159 | 159 | 'wallet_watchonly.py --usecli --legacy-wallet',
|
160 | 160 | 'wallet_reorgsrestore.py',
|
161 | 161 | 'interface_http.py',
|
162 | 162 | 'interface_rpc.py',
|
163 |
| - 'rpc_psbt.py', |
| 163 | + 'rpc_psbt.py --legacy-wallet', |
164 | 164 | 'rpc_psbt.py --descriptors',
|
165 | 165 | 'rpc_users.py',
|
166 | 166 | 'rpc_whitelist.py',
|
167 | 167 | 'feature_proxy.py',
|
168 |
| - 'rpc_signrawtransaction.py', |
| 168 | + 'rpc_signrawtransaction.py --legacy-wallet', |
169 | 169 | 'rpc_signrawtransaction.py --descriptors',
|
170 |
| - 'wallet_groups.py', |
| 170 | + 'wallet_groups.py --legacy-wallet', |
171 | 171 | 'p2p_addrv2_relay.py',
|
172 | 172 | 'wallet_groups.py --descriptors',
|
173 | 173 | 'p2p_disconnect_ban.py',
|
174 | 174 | 'rpc_decodescript.py',
|
175 | 175 | 'rpc_blockchain.py',
|
176 | 176 | 'rpc_deprecated.py',
|
177 |
| - 'wallet_disable.py', |
| 177 | + 'wallet_disable.py --legacy-wallet', |
178 | 178 | 'wallet_disable.py --descriptors',
|
179 | 179 | 'p2p_addr_relay.py',
|
180 | 180 | 'p2p_getaddr_caching.py',
|
181 | 181 | 'p2p_getdata.py',
|
182 | 182 | 'rpc_net.py',
|
183 |
| - 'wallet_keypool.py', |
| 183 | + 'wallet_keypool.py --legacy-wallet', |
184 | 184 | 'wallet_keypool.py --descriptors',
|
185 | 185 | 'wallet_descriptor.py --descriptors',
|
186 | 186 | 'p2p_nobloomfilter_messages.py',
|
|
194 | 194 | 'p2p_invalid_tx.py',
|
195 | 195 | 'feature_assumevalid.py',
|
196 | 196 | 'example_test.py',
|
197 |
| - 'wallet_txn_doublespend.py', |
| 197 | + 'wallet_txn_doublespend.py --legacy-wallet', |
198 | 198 | 'wallet_txn_doublespend.py --descriptors',
|
199 |
| - 'feature_backwards_compatibility.py', |
| 199 | + 'feature_backwards_compatibility.py --legacy-wallet', |
200 | 200 | 'feature_backwards_compatibility.py --descriptors',
|
201 | 201 | 'wallet_txn_clone.py --mineblock',
|
202 | 202 | 'feature_notifications.py',
|
|
205 | 205 | 'feature_rbf.py',
|
206 | 206 | 'mempool_packages.py',
|
207 | 207 | 'mempool_package_onemore.py',
|
208 |
| - 'rpc_createmultisig.py', |
| 208 | + 'rpc_createmultisig.py --legacy-wallet', |
209 | 209 | 'rpc_createmultisig.py --descriptors',
|
210 | 210 | 'feature_versionbits_warning.py',
|
211 | 211 | 'rpc_preciousblock.py',
|
212 |
| - 'wallet_importprunedfunds.py', |
| 212 | + 'wallet_importprunedfunds.py --legacy-wallet', |
213 | 213 | 'wallet_importprunedfunds.py --descriptors',
|
214 | 214 | 'p2p_leak_tx.py',
|
215 | 215 | 'p2p_eviction.py',
|
216 | 216 | 'rpc_signmessage.py',
|
217 | 217 | 'rpc_generateblock.py',
|
218 | 218 | 'rpc_generate.py',
|
219 |
| - 'wallet_balance.py', |
| 219 | + 'wallet_balance.py --legacy-wallet', |
220 | 220 | 'wallet_balance.py --descriptors',
|
221 |
| - 'feature_nulldummy.py', |
| 221 | + 'feature_nulldummy.py --legacy-wallet', |
222 | 222 | 'feature_nulldummy.py --descriptors',
|
223 | 223 | 'mempool_accept.py',
|
224 | 224 | 'mempool_expiry.py',
|
|
231 | 231 | 'rpc_bind.py --nonloopback',
|
232 | 232 | 'mining_basic.py',
|
233 | 233 | 'feature_signet.py',
|
234 |
| - 'wallet_bumpfee.py', |
| 234 | + 'wallet_bumpfee.py --legacy-wallet', |
235 | 235 | 'wallet_bumpfee.py --descriptors',
|
236 | 236 | 'wallet_implicitsegwit.py --legacy-wallet',
|
237 | 237 | 'rpc_named_arguments.py',
|
238 |
| - 'wallet_listsinceblock.py', |
| 238 | + 'wallet_listsinceblock.py --legacy-wallet', |
239 | 239 | 'wallet_listsinceblock.py --descriptors',
|
240 | 240 | 'p2p_leak.py',
|
241 |
| - 'wallet_encryption.py', |
| 241 | + 'wallet_encryption.py --legacy-wallet', |
242 | 242 | 'wallet_encryption.py --descriptors',
|
243 | 243 | 'feature_dersig.py',
|
244 | 244 | 'feature_cltv.py',
|
245 | 245 | 'rpc_uptime.py',
|
246 |
| - 'wallet_resendwallettransactions.py', |
| 246 | + 'wallet_resendwallettransactions.py --legacy-wallet', |
247 | 247 | 'wallet_resendwallettransactions.py --descriptors',
|
248 |
| - 'wallet_fallbackfee.py', |
| 248 | + 'wallet_fallbackfee.py --legacy-wallet', |
249 | 249 | 'wallet_fallbackfee.py --descriptors',
|
250 | 250 | 'rpc_dumptxoutset.py',
|
251 | 251 | 'feature_minchainwork.py',
|
252 | 252 | 'rpc_estimatefee.py',
|
253 | 253 | 'rpc_getblockstats.py',
|
254 |
| - 'wallet_create_tx.py', |
| 254 | + 'wallet_create_tx.py --legacy-wallet', |
255 | 255 | 'wallet_send.py',
|
256 | 256 | 'wallet_create_tx.py --descriptors',
|
257 | 257 | 'p2p_fingerprint.py',
|
258 | 258 | 'feature_uacomment.py',
|
259 |
| - 'wallet_coinbase_category.py', |
| 259 | + 'wallet_coinbase_category.py --legacy-wallet', |
260 | 260 | 'wallet_coinbase_category.py --descriptors',
|
261 | 261 | 'feature_filelock.py',
|
262 | 262 | 'feature_loadblock.py',
|
|
0 commit comments