Skip to content

Commit b6b76a6

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

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

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
@@ -7,6 +7,7 @@
77
from mtl_engine.media_files import anc_files, audio_files, yuv_files
88

99

10+
@pytest.mark.nightly
1011
@pytest.mark.xfail(reason="the test environment is not yet ready to run PTP tests")
1112
@pytest.mark.parametrize("test_mode", ["unicast", "multicast"])
1213
@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
@@ -7,6 +7,7 @@
77
from mtl_engine.media_files import yuv_files
88

99

10+
@pytest.mark.nightly
1011
@pytest.mark.xfail(reason="the test environment is not yet ready to run PTP tests")
1112
@pytest.mark.parametrize("test_mode", ["unicast", "multicast"])
1213
@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
@@ -12,6 +12,7 @@
1212
logger = logging.getLogger(__name__)
1313

1414

15+
@pytest.mark.nightly
1516
@pytest.mark.parametrize(
1617
"media_file",
1718
[

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
@@ -6,6 +6,7 @@
66
from mtl_engine.media_files import yuv_files
77

88

9+
@pytest.mark.nightly
910
@pytest.mark.parametrize(
1011
"media_file",
1112
[

tests/validation/tests/single/rx_timing/mixed/test_mode.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 anc_files, audio_files, yuv_files
88

99

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

tests/validation/tests/single/rx_timing/video/test_video_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 yuv_files
88

99

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

tests/validation/tests/single/st20p/format/test_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def test_tx_rx_conversion(
176176
rxtxapp.execute_test(config=config, build=build, test_time=test_time, host=host)
177177

178178

179+
@pytest.mark.nightly
179180
@pytest.mark.parametrize(
180181
"media_file",
181182
[yuv_files_422rfc10["test_8K"]],

tests/validation/tests/single/virtio_user/test_virtio_user.py

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

77

8+
@pytest.mark.nightly
89
@pytest.mark.parametrize(
910
"media_file, replicas",
1011
[

0 commit comments

Comments
 (0)