|
120 | 120 | 'wallet_backup.py --legacy-wallet', |
121 | 121 | 'wallet_backup.py --descriptors', |
122 | 122 | 'feature_segwit.py --legacy-wallet', |
123 | | - 'feature_segwit.py --descriptors', |
| 123 | + 'feature_segwit.py --descriptors --v1transport', |
124 | 124 | 'feature_segwit.py --descriptors --v2transport', |
125 | 125 | 'p2p_tx_download.py', |
126 | 126 | 'wallet_avoidreuse.py --legacy-wallet', |
|
156 | 156 | # vv Tests less than 30s vv |
157 | 157 | 'p2p_invalid_messages.py', |
158 | 158 | 'rpc_createmultisig.py', |
159 | | - 'p2p_timeouts.py', |
| 159 | + 'p2p_timeouts.py --v1transport', |
160 | 160 | 'p2p_timeouts.py --v2transport', |
161 | 161 | 'wallet_dump.py --legacy-wallet', |
162 | 162 | 'rpc_signer.py', |
|
201 | 201 | 'mempool_spend_coinbase.py', |
202 | 202 | 'wallet_avoid_mixing_output_types.py --descriptors', |
203 | 203 | 'mempool_reorg.py', |
204 | | - 'p2p_block_sync.py', |
| 204 | + 'p2p_block_sync.py --v1transport', |
205 | 205 | 'p2p_block_sync.py --v2transport', |
206 | 206 | 'wallet_createwallet.py --legacy-wallet', |
207 | 207 | 'wallet_createwallet.py --usecli', |
|
230 | 230 | 'wallet_transactiontime_rescan.py --descriptors', |
231 | 231 | 'wallet_transactiontime_rescan.py --legacy-wallet', |
232 | 232 | 'p2p_addrv2_relay.py', |
233 | | - 'p2p_compactblocks_hb.py', |
| 233 | + 'p2p_compactblocks_hb.py --v1transport', |
234 | 234 | 'p2p_compactblocks_hb.py --v2transport', |
235 | | - 'p2p_disconnect_ban.py', |
| 235 | + 'p2p_disconnect_ban.py --v1transport', |
236 | 236 | 'p2p_disconnect_ban.py --v2transport', |
237 | 237 | 'feature_posix_fs_permissions.py', |
238 | 238 | 'rpc_decodescript.py', |
239 | | - 'rpc_blockchain.py', |
| 239 | + 'rpc_blockchain.py --v1transport', |
240 | 240 | 'rpc_blockchain.py --v2transport', |
241 | 241 | 'rpc_deprecated.py', |
242 | 242 | 'wallet_disable.py', |
|
246 | 246 | 'p2p_getaddr_caching.py', |
247 | 247 | 'p2p_getdata.py', |
248 | 248 | 'p2p_addrfetch.py', |
249 | | - 'rpc_net.py', |
| 249 | + 'rpc_net.py --v1transport', |
250 | 250 | 'rpc_net.py --v2transport', |
251 | 251 | 'wallet_keypool.py --legacy-wallet', |
252 | 252 | 'wallet_keypool.py --descriptors', |
253 | 253 | 'wallet_descriptor.py --descriptors', |
254 | 254 | 'p2p_nobloomfilter_messages.py', |
255 | 255 | 'p2p_filter.py', |
256 | | - 'rpc_setban.py', |
| 256 | + 'rpc_setban.py --v1transport', |
257 | 257 | 'rpc_setban.py --v2transport', |
258 | 258 | 'p2p_blocksonly.py', |
259 | 259 | 'mining_prioritisetransaction.py', |
260 | 260 | 'p2p_invalid_locator.py', |
261 | | - 'p2p_invalid_block.py', |
| 261 | + 'p2p_invalid_block.py --v1transport', |
262 | 262 | 'p2p_invalid_block.py --v2transport', |
263 | | - 'p2p_invalid_tx.py', |
| 263 | + 'p2p_invalid_tx.py --v1transport', |
264 | 264 | 'p2p_invalid_tx.py --v2transport', |
265 | 265 | 'p2p_v2_transport.py', |
266 | 266 | 'p2p_v2_encrypted.py', |
|
286 | 286 | 'rpc_preciousblock.py', |
287 | 287 | 'wallet_importprunedfunds.py --legacy-wallet', |
288 | 288 | 'wallet_importprunedfunds.py --descriptors', |
289 | | - 'p2p_leak_tx.py', |
| 289 | + 'p2p_leak_tx.py --v1transport', |
290 | 290 | 'p2p_leak_tx.py --v2transport', |
291 | 291 | 'p2p_eviction.py', |
292 | | - 'p2p_ibd_stalling.py', |
| 292 | + 'p2p_ibd_stalling.py --v1transport', |
293 | 293 | 'p2p_ibd_stalling.py --v2transport', |
294 | | - 'p2p_net_deadlock.py', |
| 294 | + 'p2p_net_deadlock.py --v1transport', |
295 | 295 | 'p2p_net_deadlock.py --v2transport', |
296 | 296 | 'wallet_signmessagewithaddress.py', |
297 | 297 | 'rpc_signmessagewithprivkey.py', |
|
380 | 380 | 'feature_coinstatsindex.py', |
381 | 381 | 'wallet_orphanedreward.py', |
382 | 382 | 'wallet_timelock.py', |
383 | | - 'p2p_node_network_limited.py', |
| 383 | + 'p2p_node_network_limited.py --v1transport', |
384 | 384 | 'p2p_node_network_limited.py --v2transport', |
385 | 385 | 'p2p_permissions.py', |
386 | 386 | 'feature_blocksdir.py', |
|
0 commit comments