Module Intf.Engine

module type Network_config_intf = sig ... end
module type Network_intf = sig ... end
module type Network_manager_intf = sig ... end
module type Log_engine_intf = sig ... end
module type S = sig ... end

The signature of integration test engines. An integration test engine * provides the core functionality for deploying, monitoring, and * interacting with networks.