Skip to content

Commit 12a1ce9

Browse files
committed
Extend list of tests
Signed-off-by: Natalia Wochtman <natalia.wochtman@intel.com>
1 parent da3a110 commit 12a1ce9

File tree

13 files changed

+33
-7
lines changed

13 files changed

+33
-7
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
@pytest.mark.parametrize("test_mode", ["unicast", "multicast"])
1111
@pytest.mark.parametrize(
1212
"video_format",
13-
["i1080p30", "i1080p50", "i1080p59", "i2160p30", "i2160p50", "i2160p59"],
13+
[
14+
pytest.param("i1080p30", marks=pytest.mark.nightly),
15+
pytest.param("i1080p50", marks=pytest.mark.nightly),
16+
"i1080p59",
17+
pytest.param("i2160p30", marks=pytest.mark.nightly),
18+
pytest.param("i2160p50", marks=pytest.mark.nightly),
19+
"i2160p59",
20+
],
1421
)
1522
def test_ptp_mixed_format(
1623
hosts,

tests/validation/tests/single/st20p/integrity/test_integrity.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"st20p_file, fps",
2020
[
2121
(yuv_files_422rfc10["Penguin_720p"], "p25"),
22-
pytest.param(
23-
yuv_files_422rfc10["Penguin_1080p"], "p25", marks=pytest.mark.nightly
24-
),
22+
(yuv_files_422rfc10["Penguin_1080p"], "p25"),
2523
pytest.param(
2624
yuv_files_422p10le["Penguin_720p"], "p25", marks=pytest.mark.nightly
2725
),

tests/validation/tests/single/st22p/codec/test_codec.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_422p10le
99

1010

11+
@pytest.mark.nightly
1112
@pytest.mark.parametrize("codec", ["JPEG-XS", "H264_CBR"])
1213
def test_codec(
1314
hosts, build, media, nic_port_list, test_time, codec, test_config, prepare_ramdisk

tests/validation/tests/single/st22p/fps/test_fps.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@
1010

1111
@pytest.mark.parametrize(
1212
"fps",
13-
["p23", "p24", "p25", "p29", "p30", "p50", "p59", "p60", "p100", "p119", "p120"],
13+
[
14+
"p23",
15+
"p24",
16+
pytest.param("p25", marks=pytest.mark.nightly),
17+
"p29",
18+
"p30",
19+
"p50",
20+
"p59",
21+
"p60",
22+
"p100",
23+
"p119",
24+
"p120",
25+
],
1426
)
1527
@pytest.mark.parametrize("codec", ["JPEG-XS", "H264_CBR"])
1628
def test_fps(

tests/validation/tests/single/st22p/quality/test_quality.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_422p10le
99

1010

11+
@pytest.mark.nightly
1112
@pytest.mark.parametrize("quality", ["quality", "speed"])
1213
def test_quality(
1314
hosts, build, media, nic_port_list, test_time, quality, test_config, prepare_ramdisk

tests/validation/tests/single/st30p/integrity/test_integrity.py

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

1717

18+
@pytest.mark.nightly
1819
@pytest.mark.parametrize("audio_format", ["PCM8", "PCM24"])
1920
def test_integrity(
2021
hosts,

tests/validation/tests/single/st30p/st30p_channel/test_st30p_channel.py

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

1010

11+
@pytest.mark.nightly
1112
@pytest.mark.parametrize(
1213
"audio_channel", ["M", "DM", "ST", "LtRt", "51", "71", "222", "SGRP"]
1314
)

tests/validation/tests/single/st30p/st30p_format/test_st30p_format.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 audio_files
88

99

10+
@pytest.mark.nightly
1011
@pytest.mark.parametrize("audio_format", ["PCM8", "PCM16", "PCM24"])
1112
@pytest.mark.smoke
1213
def test_st30p_format(

tests/validation/tests/single/st30p/st30p_ptime/test_st30p_ptime.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 audio_files
88

99

10+
@pytest.mark.nightly
1011
@pytest.mark.parametrize("audio_ptime", ["1", "0.12", "0.25", "0.33", "4"])
1112
@pytest.mark.parametrize("audio_format", ["PCM8", "PCM16", "PCM24"])
1213
def test_st30p_ptime(

tests/validation/tests/single/st30p/st30p_sampling/test_st30p_sampling.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 audio_files
88

99

10+
@pytest.mark.nightly
1011
@pytest.mark.parametrize("audio_sampling", ["48kHz", "96kHz"])
1112
@pytest.mark.parametrize("audio_format", ["PCM8", "PCM16", "PCM24"])
1213
def test_st30p_sampling(

0 commit comments

Comments
 (0)