yao/sandbox/v2
Max 2bd2a37c4b Implement VNC support in Sandbox V2 tests and enhance Docker test image
- Add new test cases for VNC URL generation and connection in `box_attach_test.go`, ensuring proper functionality of VNC features.
- Update the Docker test image to include VNC desktop components, enhancing the testing environment for graphical applications.
- Modify the entrypoint script to start a virtual framebuffer and VNC server, allowing for remote desktop access during tests.
- Increase the test timeout in the Makefile to accommodate longer-running VNC tests.

These changes improve the testing framework for Sandbox V2 by integrating VNC capabilities, facilitating better testing of graphical applications.
2026-03-05 15:07:53 +08:00
..
docker Implement VNC support in Sandbox V2 tests and enhance Docker test image 2026-03-05 15:07:53 +08:00
box.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
box_attach_test.go Implement VNC support in Sandbox V2 tests and enhance Docker test image 2026-03-05 15:07:53 +08:00
box_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
config.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
DESIGN.md Implement VNC support in Sandbox V2 tests and enhance Docker test image 2026-03-05 15:07:53 +08:00
errors.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
export_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
grpc.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
grpc_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
IMPL.md Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
Makefile Implement VNC support in Sandbox V2 tests and enhance Docker test image 2026-03-05 15:07:53 +08:00
manager.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
manager_lifecycle_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
manager_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
sandbox.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
sandbox_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
TEST.md Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
testutils_test.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
types.go Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00