File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
cardano_node_tests/cluster_management Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1- """Functionality for managing cluster instances."""
1+ """High-level management of cluster instances.
2+
3+ This module provides the `ClusterManager` class, which is the main interface for tests to get a
4+ fully initialized cluster instance. The `ClusterManager` is responsible for selecting an available
5+ cluster instance that meets the test's resource requirements, preparing the `clusterlib` object,
6+ and performing cleanup actions after the test has finished.
7+
8+ The `ClusterManager` is instantiated by the `cluster_manager` fixture for each test worker and is
9+ used by the `cluster` fixture to get a cluster instance for a test.
10+ """
211
312import contextlib
413import dataclasses
You can’t perform that action at this time.
0 commit comments