test(suites): run acceptance and fault flows on dummy backend
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user