test(macos-container): add launch integration smoke
lint / lint (push) Successful in 1m44s
test / unit (pull_request) Successful in 37s
test / integration (pull_request) Successful in 20s

This commit is contained in:
2026-06-10 20:01:08 -04:00
parent d923871fd2
commit f7f9892b53
5 changed files with 299 additions and 29 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ def _agent_run_argv(
def _sidecar_dns() -> str:
return os.environ.get("BOT_BOTTLE_MACOS_CONTAINER_DNS", "1.1.1.1")
return container_mod.dns_server()
def _sidecar_daemons(plan: MacosContainerBottlePlan) -> tuple[str, ...]: