Skip to content

Commit

Permalink
core: services: ardupilot_manager: tests: Move mavp2p and mavlink-rou…
Browse files Browse the repository at this point in the history
…ter to serial

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Sep 14, 2023
1 parent 8fcc581 commit 780903d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/services/ardupilot_manager/mavlink_proxy/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def test_mavproxy(valid_output_endpoints: Set[Endpoint], valid_master_endpoints:
)


@pytest.mark.serial
def test_mavlink_router(valid_output_endpoints: Set[Endpoint], valid_master_endpoints: Set[Endpoint]) -> None:
if not MAVLinkRouter.is_ok():
warnings.warn("Failed to test MAVLinkRouter service", UserWarning)
Expand All @@ -205,6 +206,7 @@ def test_mavlink_router(valid_output_endpoints: Set[Endpoint], valid_master_endp
)


@pytest.mark.serial
def test_mavp2p(valid_output_endpoints: Set[Endpoint], valid_master_endpoints: Set[Endpoint]) -> None:
if not MAVP2P.is_ok():
warnings.warn("Failed to test MAVP2P service", UserWarning)
Expand Down

0 comments on commit 780903d

Please sign in to comment.