Classes for running components and servers, as well as daemonisation.
** Module Overview: **
find(filename)[source]¶Find the executable filename.
| Parameters: | filename (string) – The executable to search for. Must be in the effective user ID’s $PATH. | 
|---|---|
| Return type: | string
:returns: The location of the executable, if found. Otherwise, returns
  | 
generateDescriptors(count=None, rundir=None)[source]¶Run a script which creates fake bridge descriptors for testing purposes.
This will run Leekspin to create bridge server descriptors, bridge extra-info descriptors, and networkstatus document.
| Parameters: | 
  | 
|---|