aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
author0xb10c <0xb10c@gmail.com>2022-02-15 22:15:37 +0100
committer0xb10c <0xb10c@gmail.com>2022-02-20 14:59:13 +0100
commit260e28ece87ba2e732ff8d8a379c4b27e77e3c0d (patch)
treea1f05fe53546a9835a7391bc755ac744d044e0bc /test/functional/test_runner.py
parent34b27bac684f2f373c5e1d90697d6bc8a014f45a (diff)
downloadbitcoin-260e28ece87ba2e732ff8d8a379c4b27e77e3c0d.tar.xz
test: utxocache:* tracepoint tests
This adds tests for the - utxocache:flush - utxocache:uncache - utxocache:add - utxocache:spent tracepoint interfaces.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
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',