aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
author0xb10c <0xb10c@gmail.com>2022-02-15 19:59:09 +0100
committer0xb10c <0xb10c@gmail.com>2022-02-20 14:59:12 +0100
commit34b27bac684f2f373c5e1d90697d6bc8a014f45a (patch)
tree91ad66c3098f93e612211cb5ce5b8612e9c457da /test/functional/test_runner.py
parentc934087b627f7d368458781944f990b0eb479634 (diff)
downloadbitcoin-34b27bac684f2f373c5e1d90697d6bc8a014f45a.tar.xz
test: net:in/out_message tracepoint tests
This adds tests for the net:inbound_message and net:outbound_message tracepoint interface.
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 516e8be638..86dcf16db1 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -168,6 +168,7 @@ BASE_SCRIPTS = [
'wallet_reorgsrestore.py',
'interface_http.py',
'interface_rpc.py',
+ 'interface_usdt_net.py',
'rpc_psbt.py --legacy-wallet',
'rpc_psbt.py --descriptors',
'rpc_users.py',