Page MenuHomePhabricator

[tests] Functional tests call self.start_node(s) and self.stop_node(s)
ClosedPublic

Authored by deadalnix on Jan 19 2018, 01:47.

Details

Summary

This commit changes the individual test scripts to call the
start_node(s) and stop_node(s) methods in BitcoinTestFramework.

This is the first part of the backport of core's PR10359

Depends on D976, D972, D978, D981 and D983

Test Plan
make check
./test/functional/test_runner.py --extended

Diff Detail

Repository
rABC Bitcoin ABC
Branch
callframeworkstartstop
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1665
Build 1665: arc lint + arc unit

Event Timeline

This breaks pruning.py

Rebase on top of D983 in order to fix pruning.py

This revision is now accepted and ready to land.Jan 19 2018, 05:53