From 260e28ece87ba2e732ff8d8a379c4b27e77e3c0d Mon Sep 17 00:00:00 2001 From: 0xb10c <0xb10c@gmail.com> Date: Tue, 15 Feb 2022 22:15:37 +0100 Subject: test: utxocache:* tracepoint tests This adds tests for the - utxocache:flush - utxocache:uncache - utxocache:add - utxocache:spent tracepoint interfaces. --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 86dcf16db1..4f81823316 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -169,6 +169,7 @@ BASE_SCRIPTS = [ 'interface_http.py', 'interface_rpc.py', 'interface_usdt_net.py', + 'interface_usdt_utxocache.py', 'rpc_psbt.py --legacy-wallet', 'rpc_psbt.py --descriptors', 'rpc_users.py', -- cgit v1.2.3