Skip to content

Commit

Permalink
Add: cluster tests are checked for RDMA usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszGrabuszynski committed Feb 14, 2025
1 parent 4affb5c commit 62a9680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/validation/functional/cluster/video/test_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@


@pytest.mark.parametrize("video_type", [k for k in yuv_files.keys()])
def test_video(build_TestApp, build: str, media_proxy_cluster, media: str, video_type: str, tx_mp_port:int = 8002, rx_mp_port: int = 8003) -> None:
@pytest.mark.parametrize("test_type_setter", ["rdma"], indirect=True, ids=["cluster"])
def test_video(test_type_setter, test_type_checker, build_TestApp, build: str, media_proxy_cluster, media: str, video_type: str, tx_mp_port:int = 8002, rx_mp_port: int = 8003) -> None:
media_proxy_cluster

rx_client = Engine.client_json.ClientJson(apiConnectionString="Server=127.0.0.1; Port=8002")
Expand Down

0 comments on commit 62a9680

Please sign in to comment.