From d20a9fa13d1c13f552e879798c0508be70190e71 Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Fri, 19 Oct 2018 13:34:52 -0400 Subject: 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. --- 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 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', -- cgit v1.2.3