Skip to content

Commit 211c985

Browse files
authored
Test: Nightly tests scope change (#1344)
Signed-off-by: Wilczynski, Andrzej <[email protected]>
1 parent 0043b94 commit 211c985

File tree

22 files changed

+24
-0
lines changed

22 files changed

+24
-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,

tests/validation/tests/single/gstreamer/video_resolution/test_video_resolution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from tests.xfail import SDBQ1971_conversion_v210_720p_error
1212

1313

14+
@pytest.mark.nightly
1415
@pytest.mark.parametrize("file", yuv_files.keys())
1516
def test_video_resolutions(
1617
hosts,

tests/validation/tests/single/kernel_socket/kernel_lo_st20p/test_kernel_lo_st20p.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from mtl_engine.media_files import yuv_files_422p10le
88

99

10+
@pytest.mark.nightly
1011
@pytest.mark.parametrize("test_mode", ["multicast"])
1112
@pytest.mark.parametrize("file", ["Penguin_1080p"])
1213
@pytest.mark.parametrize("replicas", [1, 4])

tests/validation/tests/single/ptp/test_mode/mixed/test_mixed_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from mtl_engine.media_files import anc_files, audio_files, yuv_files
99

1010

11+
@pytest.mark.nightly
1112
@pytest.mark.xfail(reason="the test environment is not yet ready to run PTP tests")
1213
@pytest.mark.parametrize("test_mode", ["unicast", "multicast"])
1314
@pytest.mark.parametrize(

tests/validation/tests/single/ptp/test_mode/video/test_video_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from mtl_engine.media_files import yuv_files
99

1010

11+
@pytest.mark.nightly
1112
@pytest.mark.xfail(reason="the test environment is not yet ready to run PTP tests")
1213
@pytest.mark.parametrize("test_mode", ["unicast", "multicast"])
1314
@pytest.mark.parametrize(

tests/validation/tests/single/rss_mode/audio/test_rss_mode_audio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
logger = logging.getLogger(__name__)
1414

1515

16+
@pytest.mark.nightly
1617
@pytest.mark.parametrize(
1718
"media_file",
1819
[

tests/validation/tests/single/rss_mode/video/test_rss_mode_video.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from mtl_engine.media_files import yuv_files
88

99

10+
@pytest.mark.nightly
1011
@pytest.mark.parametrize(
1112
"media_file",
1213
[

tests/validation/tests/single/rx_timing/mixed/test_mode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from mtl_engine.media_files import anc_files, audio_files, yuv_files
99

1010

11+
@pytest.mark.nightly
1112
@pytest.mark.parametrize("test_mode", ["unicast", "multicast"])
1213
def test_rx_timing_mode(
1314
hosts,

0 commit comments

Comments
 (0)