test(suites): run acceptance and fault flows on dummy backend

This commit is contained in:
2026-03-06 08:50:32 +08:00
parent 3e1ee23e42
commit eed6695758
5 changed files with 58 additions and 73 deletions
+10 -7
View File
@@ -40,7 +40,7 @@ cmake --build build
**Verify binaries exist:**
```bash
ls -la build/{cvmmap_sim,cvmmap_streamer,rtp_receiver_tester,rtmp_stub_tester}
ls -la build/{cvmmap_streamer,rtp_receiver_tester,rtmp_stub_tester}
```
### Mandatory Acceptance (Standalone)
@@ -79,14 +79,17 @@ Run the fault injection and latency validation suite.
**1. Start the simulator:**
```bash
./build/cvmmap_sim \
./build/cvmmap_streamer \
--run-mode pipeline \
--codec h264 \
--shm-name test_stream \
--zmq-endpoint "ipc:///tmp/test_sync.ipc" \
--label teststream \
--frames 300 \
--fps 30 \
--width 640 \
--height 360
--input-mode dummy \
--dummy-label teststream \
--dummy-frames 300 \
--dummy-fps 30 \
--dummy-width 640 \
--dummy-height 360
```
**2. Test RTP output:**