diff options
author | James O'Beirne <james.obeirne@gmail.com> | 2018-10-19 13:34:52 -0400 |
---|---|---|
committer | James O'Beirne <james.obeirne@gmail.com> | 2018-11-01 14:52:49 -0400 |
commit | d20a9fa13d1c13f552e879798c0508be70190e71 (patch) | |
tree | 52fd2832a3c95abdabcdc3dc6246e198e53ea782 /test/functional/test_runner.py | |
parent | 62f94d39f8de88a44bb0a8a2837d864f777aaacc (diff) |
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-x | test/functional/test_runner.py | 1 |
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', |