Page MenuHomePhabricator

[Part 4] [tests] Add P2P interface to TestNode
ClosedPublic

Authored by Fabien on Jan 16 2019, 15:35.

Details

Summary

Partial backport of core PR11182 (commit 32ae82f)

Update the tests to the new P2P interface

Depends on D2326

Test Plan
./test/functional/test_runner.py p2p-mempool p2p-timeouts

sendheaders

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox requested changes to this revision.Jan 17 2019, 00:49
jasonbcox added a subscriber: jasonbcox.

Please make sure to apply these same changes to the abc-* integration tests. I'm certain a number of them will require the new add_p2p_connection() and friends.

test/functional/sendheaders.py
234 ↗(On Diff #6698)

services=0 since there's no segwit

This revision now requires changes to proceed.Jan 17 2019, 00:49

Remove Segwit from services

This revision is now accepted and ready to land.Jan 17 2019, 23:35
This revision was automatically updated to reflect the committed changes.