fix(host-agent): load configured devices

This commit is contained in:
2026-07-13 07:56:41 +08:00
parent dbd70732e1
commit 90961bd0a4
5 changed files with 56 additions and 1 deletions
+3
View File
@@ -22,6 +22,9 @@ def test_compose_defines_database_control_plane_and_outbound_host_agent() -> Non
"service_healthy"
)
assert "ports" not in services["host-agent"]
assert services["host-agent"]["volumes"] == [
"${HOST_AGENT_TASKS_PATH:-./tasks}:/app/tasks"
]
assert services["host-agent"]["environment"][
"HOST_AGENT_CONTROL_PLANE_URL"
] == "http://cloud-api:8001"