Module lasp_support

Function Index

get_cluster_members/1
heal_cluster/2
join_to/2
load_lasp/3
mynode/0Return node name.
nodelist/0
partition_cluster/2
pmap/2
puniform/1
push_logs/0
runner_node/0
start_and_join_node/3
start_lasp/2
start_node/3
start_nodes/2
start_runner/0
stop_nodes/2
stop_runner/0
wait_until/3
wait_until_connected/2
wait_until_disconnected/2
wait_until_joined/2
wait_until_left/2
wait_until_offline/1

Function Details

get_cluster_members/1

get_cluster_members(Node) -> any()

heal_cluster/2

heal_cluster(ANodes, BNodes) -> any()

join_to/2

join_to(N, RunnerNode) -> any()

load_lasp/3

load_lasp(Node, Config, Case) -> any()

mynode/0

mynode() -> any()

Return node name.

nodelist/0

nodelist() -> any()

partition_cluster/2

partition_cluster(ANodes, BNodes) -> any()

pmap/2

pmap(F, L) -> any()

puniform/1

puniform(Range) -> any()

push_logs/0

push_logs() -> any()

runner_node/0

runner_node() -> any()

start_and_join_node/3

start_and_join_node(Name, Config, Case) -> any()

start_lasp/2

start_lasp(Node, Config) -> any()

start_node/3

start_node(Name, Config, Case) -> any()

start_nodes/2

start_nodes(Case, Config0) -> any()

start_runner/0

start_runner() -> any()

stop_nodes/2

stop_nodes(Case, Config) -> any()

stop_runner/0

stop_runner() -> any()

wait_until/3

wait_until(Fun, Retry, Delay) -> any()

wait_until_connected/2

wait_until_connected(Node1, Node2) -> any()

wait_until_disconnected/2

wait_until_disconnected(Node1, Node2) -> any()

wait_until_joined/2

wait_until_joined(Nodes, ExpectedCluster) -> any()

wait_until_left/2

wait_until_left(Nodes, LeavingNode) -> any()

wait_until_offline/1

wait_until_offline(Node) -> any()


Generated by EDoc