ct_master_status

Logging functionality for Common Test Master.

Logging functionality for Common Test Master.

This module keeps a list of {Node,Status} tuples. It is possible to anytime during a test run get a snapshot of the test status. The module is an event handler for the master event manager.

Functions


code_change(OldVsn, State, Extra) -> term()

handle_call(Req, State) -> term()

handle_event(Event, State) -> term()

handle_info(Info, State) -> term()

init(X1) -> term()

terminate(Reason, State) -> term()

View Functions