Page MenuHomePhabricator

[tests] Move stop_node and start_node methods to BitcoinTestFramework
ClosedPublic

Authored by deadalnix on Jan 21 2018, 03:01.

Details

Summary

This commit moves functions start_node, start_nodes, stop_node and
stop_nodes functions into the BitcoinTestFramework class. It also moves
the bitcoind_processes dict and coverage variables into BitcoinTestFramework.

Backport core's PR10556

Depends on D990, D1000 and D992

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

Diff Detail

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