Changed to have video in smoke-test

This commit is contained in:
Roman Meshko
2026-05-12 21:38:13 +03:00
parent 389048350d
commit f0f20177a0
+9 -2
View File
@@ -30,9 +30,16 @@ steps:
echo "ERROR: fixtures/image_small.jpg is missing; cannot warm up Jetson engine"
exit 1
fi
ls -lh fixtures/image_small.jpg
if [ ! -f fixtures/video_test01.mp4 ]; then
echo "ERROR: fixtures/video_test01.mp4 is missing; cannot run Jetson video smoke test"
exit 1
fi
ls -lh fixtures/image_small.jpg fixtures/video_test01.mp4
bash scripts/pull_jetson_engine.sh
E2E_PROFILE=jetson bash run_test.sh tests/test_health_engine.py::TestHealthEngineStep03Warmed -rs
E2E_PROFILE=jetson bash run_test.sh \
tests/test_health_engine.py::TestHealthEngineStep03Warmed \
tests/test_video.py::test_ft_p_10_frame_sampling_ac1 \
-rs
volumes:
- /var/run/docker.sock:/var/run/docker.sock