grid.utils

Utility functions.

Module Contents

grid.utils.execute_command(command: str) → str

Executes the given command using the os inherent shell.

Parameters:command (str) – The command to execute
Returns:command’s result
Return type:result (str)
grid.utils.connect_all_nodes(nodes: list)

Connect all nodes to each other.

Parameters:nodes – A tuple of grid clients.