cmvr-es/test/README.md
xtkuang 428ee328de feat: complete QUIC edge integration
Vendor MsQuic with build and install support, add DeviceManager status to configurable heartbeats, and report only enabled devices.

Add the local QUIC gateway, protocol coverage, real MsQuic E2E tests, process smoke tests, and updated integration documentation.
2026-07-24 12:35:04 +08:00

757 B

测试工具与真实 QUIC 联调

该目录放置跨模块测试和开发工具,不包含生产平台 Gateway。

test/
├── quic_gateway/    # 本机真实 MsQuic Server、故障注入和媒体重组
└── e2e/             # 生产 QUIC client 与完整 cmvr_es 进程联调

默认在 BUILD_TESTING=ON 且仓库内 MsQuic 可用时构建。构建树会生成一套 仅用于 loopback 测试的短期自签名证书,不会修改 output/bin/config/,也不会访问物理设备。

详细命令和验收字段见 quic_gateway/README.mdtest/ 中的程序只用于 开发、CI 和协议联调;生产平台仍应独立实现鉴权、节点状态持久化、媒体转发和 浏览器接入。