Skip to content

Commit 8ef968d

Browse files
committed
Added GStreamer related pytest to nightly scope
Signed-off-by: Wilczynski, Andrzej <andrzej.wilczynski@intel.com>
1 parent fecdb12 commit 8ef968d

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
@@ -9,6 +9,7 @@
99
TMP_OUTPUT_FILE = "/tmp/output_anc.txt"
1010

1111

12+
@pytest.mark.nightly
1213
@pytest.mark.parametrize("fps", [24, 25, 30, 50, 60, 100, 120])
1314
@pytest.mark.parametrize("file_size_kb", [10, 100])
1415
@pytest.mark.parametrize("framebuff", [3])
@@ -73,6 +74,7 @@ def test_st40p_fps_size(
7374
media_create.remove_file(TMP_OUTPUT_FILE, host=host)
7475

7576

77+
@pytest.mark.nightly
7678
@pytest.mark.parametrize("fps", [60])
7779
@pytest.mark.parametrize("file_size_kb", [100])
7880
@pytest.mark.parametrize("framebuff", [1, 3, 6, 12])
@@ -140,6 +142,7 @@ def test_st40p_framebuff(
140142
media_create.remove_file(TMP_OUTPUT_FILE, host=host)
141143

142144

145+
@pytest.mark.nightly
143146
@pytest.mark.parametrize("fps", [24, 25, 30, 50, 60, 100, 120])
144147
@pytest.mark.parametrize("framebuff", [1, 3, 6, 12])
145148
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
@@ -8,6 +8,7 @@
88
from mtl_engine import GstreamerApp
99

1010

11+
@pytest.mark.nightly
1112
@pytest.mark.parametrize("audio_format", ["S8", "S16BE", "S24BE"])
1213
@pytest.mark.parametrize("audio_channel", [1, 2, 6, 8])
1314
@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
@@ -9,6 +9,7 @@
99
from mtl_engine.media_files import gstreamer_formats
1010

1111

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

0 commit comments

Comments
 (0)