Skip to content

Commit aa8b3f4

Browse files
committed
Added GStreamer related pytest to nightly scope
Signed-off-by: Wilczynski, Andrzej <[email protected]>
1 parent e656709 commit aa8b3f4

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

tests/validation/tests/single/gstreamer/anc_format/test_anc_format.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
TMP_OUTPUT_FILE = "/tmp/output_anc.txt"
1111

1212

13+
@pytest.mark.nightly
1314
@pytest.mark.parametrize("fps", [24, 25, 30, 50, 60, 100, 120])
1415
@pytest.mark.parametrize("file_size_kb", [10, 100])
1516
@pytest.mark.parametrize("framebuff", [3])
@@ -77,6 +78,7 @@ def test_st40p_fps_size(
7778
media_create.remove_file(TMP_OUTPUT_FILE, host=host)
7879

7980

81+
@pytest.mark.nightly
8082
@pytest.mark.parametrize("fps", [60])
8183
@pytest.mark.parametrize("file_size_kb", [100])
8284
@pytest.mark.parametrize("framebuff", [1, 3, 6, 12])
@@ -147,6 +149,7 @@ def test_st40p_framebuff(
147149
media_create.remove_file(TMP_OUTPUT_FILE, host=host)
148150

149151

152+
@pytest.mark.nightly
150153
@pytest.mark.parametrize("fps", [24, 25, 30, 50, 60, 100, 120])
151154
@pytest.mark.parametrize("framebuff", [1, 3, 6, 12])
152155
def test_st40p_format_8331(

tests/validation/tests/single/gstreamer/audio_format/test_audio_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from mtl_engine import GstreamerApp
1010

1111

12+
@pytest.mark.nightly
1213
@pytest.mark.parametrize("audio_format", ["S8", "S16BE", "S24BE"])
1314
@pytest.mark.parametrize("audio_channel", [1, 2, 6, 8])
1415
@pytest.mark.parametrize("audio_rate", [44100, 48000, 96000])

tests/validation/tests/single/gstreamer/video_format/test_video_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from mtl_engine.media_files import gstreamer_formats
1111

1212

13+
@pytest.mark.nightly
1314
@pytest.mark.parametrize("file", gstreamer_formats.keys())
1415
def test_video_format(
1516
hosts,

0 commit comments

Comments
 (0)