Intf.Enginemodule type Network_config_intf = sig ... endmodule type Network_intf = sig ... endmodule type Network_manager_intf = sig ... endmodule type Log_engine_intf = sig ... endmodule type S = sig ... endThe signature of integration test engines. An integration test engine * provides the core functionality for deploying, monitoring, and * interacting with networks.