no_network: turn off control_tub and log_tub

These aren't needed for most tests, and saves about 7% of the total test
runtime (on my laptop, it drops from 844s to 786s).
This commit is contained in:
Brian Warner 2016-08-05 19:33:49 -04:00
parent a35073cb3d
commit 8ca653c30d

View File

@ -184,6 +184,10 @@ class NoNetworkClient(Client):
pass
def init_introducer_client(self):
pass
def create_control_tub(self):
pass
def create_log_tub(self):
pass
def setup_logging(self):
pass
def startService(self):