orchard/internal/tests
Nikolay Edigaryev a64f76a934
controller(api): new "GET /vms/{name}/exec" WebSocket-based endpoint (#408)
* controller(api): new "GET /vms/{name}/exec" WebSocket-based endpoint

* Split SSH connection and execution to avoid standard input handoff

* execstream: make Exit field a pointer again

To support serializing exit codes equal to 0.
2026-02-12 13:35:06 +01:00
..
devcontroller Introduce WebSocket-based RPC v2 (#239) 2025-01-30 17:33:32 +04:00
testdata Support for sharing files with the host system (#103) 2023-07-04 18:10:53 +04:00
wait Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
events_pagination_test.go Add pagination support for listing VM events (#386) 2026-01-22 09:22:53 -05:00
exec_test.go controller(api): new "GET /vms/{name}/exec" WebSocket-based endpoint (#408) 2026-02-12 13:35:06 +01:00
implicit_cpu_memory_test.go Allow creating VMs with implicit CPU and memory (#243) 2025-02-06 00:50:01 +04:00
integration_test.go Worker: define VM interface and make tart.VM conform to it (#388) 2026-01-21 18:57:22 +01:00
ip_endpoint_test.go ghcr.io/cirruslabs/macos-sequoia-base:latest for everything (#344) 2025-09-25 20:43:53 +04:00
labels_test.go Support scheduling by labels (#244) 2025-02-06 18:05:36 +04:00
scheduler_profile_test.go "--scheduler-profile" option to allow different orchestration patterns (#224) 2024-11-28 20:07:46 +04:00
spec_update_test.go Worker: define VM interface and make tart.VM conform to it (#388) 2026-01-21 18:57:22 +01:00
sshserver_test.go ghcr.io/cirruslabs/macos-sequoia-base:latest for everything (#344) 2025-09-25 20:43:53 +04:00