Module Flexmasa.Helpers

Generic testing helpers

Display all the P2P connections of a set of nodes, see Mavryk_node.connections.

Remove ("rm -fr ..") the root-path of the current state.

Try to wait for an event. The pause between attempts is (attempts_factor * attempts) + seconds where the default attempts_factor is 0..

Kill a node's process.

Restart a killed node.

Import keys from a list of name seeds

module Counter_log : sig ... end

Stateful “message × count” log, see its use in, e.g., "./src/bin_flexmasa/command_voting.ml" where baked-levels are accumulated and then displayed. .

module Netstat : sig ... end
module System_dependencies : sig ... end
module Shell_environement : sig ... end
module Timing : sig ... end