diff --git a/tests/platform_tests/test_link_down.py b/tests/platform_tests/test_link_down.py index dca759ee7f3..b4e34138e65 100644 --- a/tests/platform_tests/test_link_down.py +++ b/tests/platform_tests/test_link_down.py @@ -19,7 +19,7 @@ logger = logging.getLogger(__name__) pytestmark = [ - pytest.mark.topology('t2'), + pytest.mark.topology('t0', 't1', 't2'), pytest.mark.disable_loganalyzer, ]