aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJames O'Beirne <james.obeirne@gmail.com>2018-10-19 13:34:52 -0400
committerJames O'Beirne <james.obeirne@gmail.com>2018-11-01 14:52:49 -0400
commitd20a9fa13d1c13f552e879798c0508be70190e71 (patch)
tree52fd2832a3c95abdabcdc3dc6246e198e53ea782 /test/functional/test_runner.py
parent62f94d39f8de88a44bb0a8a2837d864f777aaacc (diff)
downloadbitcoin-d20a9fa13d1c13f552e879798c0508be70190e71.tar.xz
tests: add tests for invalid P2P messages
E.g., ensure that we can't DoS a node by sending it a bunch of large, unrecognized messages.
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 3f990924ec..90bbe66598 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -139,6 +139,7 @@ BASE_SCRIPTS = [
'mining_prioritisetransaction.py',
'p2p_invalid_locator.py',
'p2p_invalid_block.py',
+ 'p2p_invalid_messages.py',
'p2p_invalid_tx.py',
'feature_assumevalid.py',
'example_test.py',