ctex v0.1.0 CommonTest.Cluster
Functions for working with Erlang distribution and child nodes in common_test.
Link to this section Summary
Functions
Loads and boots requested applications on a node. This is called automatically
by start_node/2
Ensures the local node is ready to run a test with a cluster of child nodes
Starts epmd so that a cluster’s nodes can talk to one another
Starts a child node with the given name and the common_test configuration
Stops user-initiated applications on a node without shutting it down
Shuts down a node in the cluster by name. If the node does not stop within 10
seconds, the suite is failed with the reason {:node_stop_failed, name}
Link to this section Functions
Loads and boots requested applications on a node. This is called automatically
by start_node/2
.
Ensures the local node is ready to run a test with a cluster of child nodes.
Starts epmd so that a cluster’s nodes can talk to one another.
Starts a child node with the given name and the common_test configuration.
Stops user-initiated applications on a node without shutting it down.
Shuts down a node in the cluster by name. If the node does not stop within 10
seconds, the suite is failed with the reason {:node_stop_failed, name}
.