Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-19 | scripted-diff: rename TestNode to TestP2PConn in tests | John Newbery | |
Several test scripts define a subclass of P2PInterface called TestNode. This commit renames those to TestP2PConn since we already have a TestNode class in the test framework. -BEGIN VERIFY SCRIPT- sed -i s/TestNode/TestP2PConn/ test/functional/*py test/functional/test_framework/comptool.py _END VERIFY SCRIPT- | |||
2018-01-25 | [tests] Rename p2p_* functional tests. | Anthony Towns | |