conductor(checkpoint): Checkpoint end of Phase 1
This commit is contained in:
@@ -6,12 +6,13 @@ def test_format_cluster_summary():
|
||||
cluster_data = {
|
||||
"health": "Healthy",
|
||||
"primary_count": 1,
|
||||
"nodes": []
|
||||
"nodes": [],
|
||||
"nomad_available": False
|
||||
}
|
||||
summary = output_formatter.format_summary(cluster_data)
|
||||
assert "Healthy" in summary
|
||||
assert "Primaries" in summary
|
||||
assert "1" in summary
|
||||
assert "WARNING: Nomad CLI unavailable" in summary
|
||||
|
||||
def test_format_node_table():
|
||||
"""Test the table generation."""
|
||||
|
||||
Reference in New Issue
Block a user